blob: 18bfdec0ae4e27e5d7fbfb1896b6bba85d0f7ed6 [file] [log] [blame]
<html devsite="true">
<head>
<title>FragmentTabHost</title>
{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %}
{% include "_shared/_reference-head-tags.html" %}
</head>
<body>
<div id="metadata-info-block">
<div id="source-link"><a href="https://cs.android.com/search?q=file:androidx/fragment/app/FragmentTabHost.java+class:androidx.fragment.app.FragmentTabHost&amp;ss=androidx/platform/frameworks/support" class="external">View Source</a></div>
</div>
<h1>FragmentTabHost</h1>
<p>
<pre>class <a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html">FragmentTabHost</a> : <a href="https://developer.android.com/reference/android/widget/TabHost.html">TabHost</a>, <a href="https://developer.android.com/reference/android/widget/TabHost.OnTabChangeListener.html">TabHost.OnTabChangeListener</a></pre>
</p>
<div class="devsite-table-wrapper">
<table class="jd-inheritance-table">
<tbody>
<tr>
<td colspan="6"><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">kotlin.Any</a></td>
</tr>
<tr>
<td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;↳</td>
<td colspan="5"><a href="https://developer.android.com/reference/android/view/View.html">android.view.View</a></td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;↳</td>
<td colspan="4"><a href="https://developer.android.com/reference/android/view/ViewGroup.html">android.view.ViewGroup</a></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;↳</td>
<td colspan="3"><a href="https://developer.android.com/reference/android/widget/FrameLayout.html">android.widget.FrameLayout</a></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;↳</td>
<td colspan="2"><a href="https://developer.android.com/reference/android/widget/TabHost.html">android.widget.TabHost</a></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;↳</td>
<td colspan="1"><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html">androidx.fragment.app.FragmentTabHost</a></td>
</tr>
</tbody>
</table>
</div>
<hr>
<aside class="caution"><strong>This class is deprecated.</strong><br>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</aside>
<p>Special TabHost that allows the use of <code><a href="/reference/kotlin/androidx/fragment/app/Fragment.html">Fragment</a></code> objects for its tab content. When placing this in a view hierarchy, after inflating the hierarchy you must call <code><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#setup(android.content.Context,androidx.fragment.app.FragmentManager,int)">setup</a></code> to complete the initialization of the tab host.</p>
<h2>Summary</h2>
<div class="devsite-table-wrapper">
<table class="responsive">
<colgroup>
<col width="40%">
<col>
</colgroup>
<thead>
<tr>
<th colspan="100%"><h3>Public constructors</h3></th>
</tr>
</thead>
<tbody class="list">
<tr>
<td>
<div><code><span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#FragmentTabHost(android.content.Context)">FragmentTabHost</a></del></span>(context:&nbsp;<a href="https://developer.android.com/reference/android/content/Context.html">Context</a>)</code></div>
<p><strong>This function is deprecated.</strong>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</p>
</td>
</tr>
<tr>
<td>
<div><code><span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#FragmentTabHost(android.content.Context,android.util.AttributeSet)">FragmentTabHost</a></del></span>(context:&nbsp;<a href="https://developer.android.com/reference/android/content/Context.html">Context</a>,&nbsp;attrs:&nbsp;<a href="https://developer.android.com/reference/android/util/AttributeSet.html">AttributeSet</a>?)</code></div>
<p><strong>This function is deprecated.</strong>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="devsite-table-wrapper">
<table class="responsive">
<colgroup>
<col width="40%">
<col>
</colgroup>
<thead>
<tr>
<th colspan="100%"><h3>Public functions</h3></th>
</tr>
</thead>
<tbody class="list">
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#addTab(android.widget.TabHost.TabSpec,java.lang.Class&lt;?&gt;,android.os.Bundle)">addTab</a></del></span>(tabSpec:&nbsp;<a href="https://developer.android.com/reference/android/widget/TabHost.TabSpec.html">TabHost.TabSpec</a>,&nbsp;clss:&nbsp;<a href="https://developer.android.com/reference/java/lang/Class.html">Class</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!&gt;,&nbsp;args:&nbsp;<a href="https://developer.android.com/reference/android/os/Bundle.html">Bundle</a>?)</code></div>
<p><strong>This function is deprecated.</strong>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#onTabChanged(java.lang.String)">onTabChanged</a></del></span>(tabId:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>?)</code></div>
<p><strong>This function is deprecated.</strong>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#setOnTabChangedListener(android.widget.TabHost.OnTabChangeListener)">setOnTabChangedListener</a></del></span>(l:&nbsp;<a href="https://developer.android.com/reference/android/widget/TabHost.OnTabChangeListener.html">TabHost.OnTabChangeListener</a>?)</code></div>
<p><strong>This function is deprecated.</strong>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#setup()">setup</a></del></span>()</code></div>
<p><strong>This function is deprecated.</strong>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#setup(android.content.Context,androidx.fragment.app.FragmentManager)">setup</a></del></span>(context:&nbsp;<a href="https://developer.android.com/reference/android/content/Context.html">Context</a>,&nbsp;manager:&nbsp;<a href="/reference/kotlin/androidx/fragment/app/FragmentManager.html">FragmentManager</a>)</code></div>
<p><strong>This function is deprecated.</strong>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#setup(android.content.Context,androidx.fragment.app.FragmentManager,int)">setup</a></del></span>(context:&nbsp;<a href="https://developer.android.com/reference/android/content/Context.html">Context</a>,&nbsp;manager:&nbsp;<a href="/reference/kotlin/androidx/fragment/app/FragmentManager.html">FragmentManager</a>,&nbsp;containerId:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
<p><strong>This function is deprecated.</strong>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="devsite-table-wrapper">
<table class="responsive">
<colgroup>
<col width="40%">
<col>
</colgroup>
<thead>
<tr>
<th colspan="100%"><h3>Protected functions</h3></th>
</tr>
</thead>
<tbody class="list">
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#onAttachedToWindow()">onAttachedToWindow</a></del></span>()</code></div>
<p><strong>This function is deprecated.</strong>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#onDetachedFromWindow()">onDetachedFromWindow</a></del></span>()</code></div>
<p><strong>This function is deprecated.</strong>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#onRestoreInstanceState(android.os.Parcelable)">onRestoreInstanceState</a></del></span>(state:&nbsp;<a href="https://developer.android.com/reference/android/os/Parcelable.html">Parcelable</a>!)</code></div>
<p><strong>This function is deprecated.</strong>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</p>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/os/Parcelable.html">Parcelable</a></code></td>
<td>
<div><code><span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#onSaveInstanceState()">onSaveInstanceState</a></del></span>()</code></div>
<p><strong>This function is deprecated.</strong>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="devsite-table-wrapper">
<table class="responsive" id="inhmethods">
<thead>
<tr>
<th colspan="100%"><h3>Inherited functions</h3></th>
</tr>
</thead>
<tbody class="list">
<tr>
<td><devsite-expandable><span class="expand-control">From <a href="https://developer.android.com/reference/android/widget/FrameLayout.html">android.widget.FrameLayout</a></span>
<div class="devsite-table-wrapper">
<table class="responsive">
<colgroup>
<col width="40%">
<col>
</colgroup>
<tbody class="list">
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/FrameLayout.html#checkLayoutParams(android.view.ViewGroup.LayoutParams)">checkLayoutParams</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html">ViewGroup.LayoutParams</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/FrameLayout.html#encodeProperties(android.view.ViewHierarchyEncoder)">encodeProperties</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewHierarchyEncoder.html">ViewHierarchyEncoder</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/widget/FrameLayout.LayoutParams.html">FrameLayout.LayoutParams</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/FrameLayout.html#generateDefaultLayoutParams()">generateDefaultLayoutParams</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/widget/FrameLayout.LayoutParams.html">FrameLayout.LayoutParams</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/FrameLayout.html#generateLayoutParams(android.util.AttributeSet)">generateLayoutParams</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/util/AttributeSet.html">AttributeSet</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/FrameLayout.html#getConsiderGoneChildrenWhenMeasuring()">getConsiderGoneChildrenWhenMeasuring</a>()</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/FrameLayout.html#getMeasureAllChildren()">getMeasureAllChildren</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/FrameLayout.html#onLayout(boolean, int, int, int, int)">onLayout</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p4:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/FrameLayout.html#onMeasure(int, int)">onMeasure</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/FrameLayout.html#setForegroundGravity(int)">setForegroundGravity</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/FrameLayout.html#setMeasureAllChildren(boolean)">setMeasureAllChildren</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/FrameLayout.html#shouldDelayChildPressedState()">shouldDelayChildPressedState</a>()</code></div>
</td>
</tr>
</tbody>
</table>
</div>
</devsite-expandable> </td>
</tr>
<tr>
<td><devsite-expandable><span class="expand-control">From <a href="/reference/kotlin/org/robolectric/internal/bytecode/ShadowedObject.html">org.robolectric.internal.bytecode.ShadowedObject</a></span>
<div class="devsite-table-wrapper">
<table class="responsive">
<colgroup>
<col width="40%">
<col>
</colgroup>
<tbody class="list">
<tr>
<td><code>abstract <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!</code></td>
<td>
<div><code><a href="/reference/kotlin/org/robolectric/internal/bytecode/ShadowedObject.html#$$robo$getData()">$$robo$getData</a>()</code></div>
</td>
</tr>
</tbody>
</table>
</div>
</devsite-expandable> </td>
</tr>
<tr>
<td><devsite-expandable><span class="expand-control">From <a href="https://developer.android.com/reference/android/widget/TabHost.html">android.widget.TabHost</a></span>
<div class="devsite-table-wrapper">
<table class="responsive">
<colgroup>
<col width="40%">
<col>
</colgroup>
<tbody class="list">
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#addTab(android.widget.TabHost.TabSpec)">addTab</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/widget/TabHost.TabSpec.html">TabHost.TabSpec</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#clearAllTabs()">clearAllTabs</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#dispatchKeyEvent(android.view.KeyEvent)">dispatchKeyEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/KeyEvent.html">KeyEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#dispatchWindowFocusChanged(boolean)">dispatchWindowFocusChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#getAccessibilityClassName()">getAccessibilityClassName</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#getCurrentTab()">getCurrentTab</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#getCurrentTabTag()">getCurrentTabTag</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.html">View</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#getCurrentTabView()">getCurrentTabView</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.html">View</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#getCurrentView()">getCurrentView</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/widget/FrameLayout.html">FrameLayout</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#getTabContentView()">getTabContentView</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/widget/TabWidget.html">TabWidget</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#getTabWidget()">getTabWidget</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/widget/TabHost.TabSpec.html">TabHost.TabSpec</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#newTabSpec(java.lang.String)">newTabSpec</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#onTouchModeChanged(boolean)">onTouchModeChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#sendAccessibilityEventInternal(int)">sendAccessibilityEventInternal</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#setCurrentTab(int)">setCurrentTab</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#setCurrentTabByTag(java.lang.String)">setCurrentTabByTag</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!)</code></div>
</td>
</tr>
</tbody>
</table>
</div>
</devsite-expandable> </td>
</tr>
<tr>
<td><devsite-expandable><span class="expand-control">From <a href="https://developer.android.com/reference/android/view/View.html">android.view.View</a></span>
<div class="devsite-table-wrapper">
<table class="responsive">
<colgroup>
<col width="40%">
<col>
</colgroup>
<tbody class="list">
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#addFrameMetricsListener(android.view.Window, android.view.Window.OnFrameMetricsAvailableListener, android.os.Handler)">addFrameMetricsListener</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://developer.android.com/reference/android/view/Window.html">Window</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/Window.OnFrameMetricsAvailableListener.html">Window.OnFrameMetricsAvailableListener</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/android/os/Handler.html">Handler</a>!<br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#addOnAttachStateChangeListener(android.view.View.OnAttachStateChangeListener)">addOnAttachStateChangeListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnAttachStateChangeListener.html">View.OnAttachStateChangeListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#addOnLayoutChangeListener(android.view.View.OnLayoutChangeListener)">addOnLayoutChangeListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnLayoutChangeListener.html">View.OnLayoutChangeListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#addOnUnhandledKeyEventListener(android.view.View.OnUnhandledKeyEventListener)">addOnUnhandledKeyEventListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnUnhandledKeyEventListener.html">View.OnUnhandledKeyEventListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ViewPropertyAnimator.html">ViewPropertyAnimator</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#animate()">animate</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#announceForAccessibility(java.lang.CharSequence)">announceForAccessibility</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#applyDrawableToTransparentRegion(android.graphics.drawable.Drawable, android.graphics.Region)">applyDrawableToTransparentRegion</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Region.html">Region</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#autofill(android.view.autofill.AutofillValue)">autofill</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/autofill/AutofillValue.html">AutofillValue</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#awakenScrollBars()">awakenScrollBars</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#bringToFront()">bringToFront</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#buildDrawingCache()">buildDrawingCache</a>()</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#buildLayer()">buildLayer</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#callOnClick()">callOnClick</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#canHaveDisplayList()">canHaveDisplayList</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#canNotifyAutofillEnterExitEvent()">canNotifyAutofillEnterExitEvent</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#canReceivePointerEvents()">canReceivePointerEvents</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#canResolveLayoutDirection()">canResolveLayoutDirection</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#canResolveTextAlignment()">canResolveTextAlignment</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#canResolveTextDirection()">canResolveTextDirection</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#canScrollHorizontally(int)">canScrollHorizontally</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#canScrollVertically(int)">canScrollVertically</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#cancelDragAndDrop()">cancelDragAndDrop</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#cancelLongPress()">cancelLongPress</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#cancelPendingInputEvents()">cancelPendingInputEvents</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#checkInputConnectionProxy(android.view.View)">checkInputConnectionProxy</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#clearAccessibilityFocus()">clearAccessibilityFocus</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#clearAnimation()">clearAnimation</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#clearViewTranslationCallback()">clearViewTranslationCallback</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#clearViewTranslationResponse()">clearViewTranslationResponse</a>()</code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#combineMeasuredStates(int, int)">combineMeasuredStates</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#computeFitSystemWindows(android.graphics.Rect, android.graphics.Rect)">computeFitSystemWindows</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#computeHorizontalScrollExtent()">computeHorizontalScrollExtent</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#computeHorizontalScrollOffset()">computeHorizontalScrollOffset</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#computeHorizontalScrollRange()">computeHorizontalScrollRange</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#computeOpaqueFlags()">computeOpaqueFlags</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#computeScroll()">computeScroll</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/WindowInsets.html">WindowInsets</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#computeSystemWindowInsets(android.view.WindowInsets, android.graphics.Rect)">computeSystemWindowInsets</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/WindowInsets.html">WindowInsets</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#computeVerticalScrollExtent()">computeVerticalScrollExtent</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#computeVerticalScrollOffset()">computeVerticalScrollOffset</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#computeVerticalScrollRange()">computeVerticalScrollRange</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityNodeInfo.html">AccessibilityNodeInfo</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#createAccessibilityNodeInfo()">createAccessibilityNodeInfo</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityNodeInfo.html">AccessibilityNodeInfo</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#createAccessibilityNodeInfoInternal()">createAccessibilityNodeInfoInternal</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#createContextMenu(android.view.ContextMenu)">createContextMenu</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ContextMenu.html">ContextMenu</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ScrollCaptureCallback.html">ScrollCaptureCallback</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#createScrollCaptureCallbackInternal(android.graphics.Rect, android.graphics.Point)">createScrollCaptureCallbackInternal</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Point.html">Point</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#damageInParent()">damageInParent</a>()</code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#debugIndent(int)">debugIndent</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#destroyDrawingCache()">destroyDrawingCache</a>()</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#dispatchGenericMotionEvent(android.view.MotionEvent)">dispatchGenericMotionEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#dispatchInitialProvideContentCaptureStructure()">dispatchInitialProvideContentCaptureStructure</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#dispatchNestedFling(float, float, boolean)">dispatchNestedFling</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#dispatchNestedPreFling(float, float)">dispatchNestedPreFling</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#dispatchNestedPrePerformAccessibilityAction(int, android.os.Bundle)">dispatchNestedPrePerformAccessibilityAction</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/os/Bundle.html">Bundle</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#dispatchNestedPreScroll(int, int, int[], int[])">dispatchNestedPreScroll</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>!,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#dispatchNestedScroll(int, int, int, int, int[])">dispatchNestedScroll</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p4:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#dispatchPointerEvent(android.view.MotionEvent)">dispatchPointerEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#dispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent)">dispatchPopulateAccessibilityEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityEvent.html">AccessibilityEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#draw(android.graphics.Canvas)">draw</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Canvas.html">Canvas</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#drawableHotspotChanged(float, float)">drawableHotspotChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#encode(android.view.ViewHierarchyEncoder)">encode</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewHierarchyEncoder.html">ViewHierarchyEncoder</a>!)</code></div>
</td>
</tr>
<tr>
<td><code>T!</code></td>
<td>
<div><code>&lt;T&nbsp;:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>?&gt; <a href="https://developer.android.com/reference/android/view/View.html#findViewByAccessibilityIdTraversal(int)">findViewByAccessibilityIdTraversal</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code>T!</code></td>
<td>
<div><code>&lt;T&nbsp;:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>?&gt; <a href="https://developer.android.com/reference/android/view/View.html#findViewByAutofillIdTraversal(int)">findViewByAutofillIdTraversal</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code>T!</code></td>
<td>
<div><code>&lt;T&nbsp;:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>?&gt; <a href="https://developer.android.com/reference/android/view/View.html#findViewById(int)">findViewById</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code>T!</code></td>
<td>
<div><code>&lt;T&nbsp;:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>?&gt; <a href="https://developer.android.com/reference/android/view/View.html#findViewByPredicate(java.util.function.Predicate&amp;lt;android.view.View&amp;gt;)">findViewByPredicate</a>(p:&nbsp;<a href="https://developer.android.com/reference/java/util/function/Predicate.html">Predicate</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!&gt;!)</code></div>
</td>
</tr>
<tr>
<td><code>T!</code></td>
<td>
<div><code>&lt;T&nbsp;:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>?&gt; <a href="https://developer.android.com/reference/android/view/View.html#findViewByPredicateInsideOut(android.view.View, java.util.function.Predicate&amp;lt;android.view.View&amp;gt;)">findViewByPredicateInsideOut</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/java/util/function/Predicate.html">Predicate</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!&gt;!)</code></div>
</td>
</tr>
<tr>
<td><code>T!</code></td>
<td>
<div><code>&lt;T&nbsp;:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>?&gt; <a href="https://developer.android.com/reference/android/view/View.html#findViewWithTag(java.lang.Object)">findViewWithTag</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#finishMovingTask()">finishMovingTask</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#fitSystemWindows(android.graphics.Rect)">fitSystemWindows</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#fitsSystemWindows()">fitsSystemWindows</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#forceHasOverlappingRendering(boolean)">forceHasOverlappingRendering</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#forceLayout()">forceLayout</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#generateDisplayHash(java.lang.String, android.graphics.Rect, java.util.concurrent.Executor, android.view.displayhash.DisplayHashResultCallback)">generateDisplayHash</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/java/util/concurrent/Executor.html">Executor</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p3:&nbsp;<a href="/reference/kotlin/android/view/displayhash/DisplayHashResultCallback.html">DisplayHashResultCallback</a>!<br>)</code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#generateViewId()">generateViewId</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.AccessibilityDelegate.html">View.AccessibilityDelegate</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAccessibilityDelegate()">getAccessibilityDelegate</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAccessibilityLiveRegion()">getAccessibilityLiveRegion</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityNodeProvider.html">AccessibilityNodeProvider</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAccessibilityNodeProvider()">getAccessibilityNodeProvider</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAccessibilityPaneTitle()">getAccessibilityPaneTitle</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAccessibilitySelectionEnd()">getAccessibilitySelectionEnd</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAccessibilitySelectionStart()">getAccessibilitySelectionStart</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAccessibilityTraversalAfter()">getAccessibilityTraversalAfter</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAccessibilityTraversalBefore()">getAccessibilityTraversalBefore</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAccessibilityViewId()">getAccessibilityViewId</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAccessibilityWindowId()">getAccessibilityWindowId</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAlpha()">getAlpha</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/animation/Animation.html">Animation</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAnimation()">getAnimation</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/Matrix.html">Matrix</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAnimationMatrix()">getAnimationMatrix</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/os/IBinder.html">IBinder</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getApplicationWindowToken()">getApplicationWindowToken</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAttributeResolutionStack(int)">getAttributeResolutionStack</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code>(<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html">Mutable</a>)<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html">Map</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>!,&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAttributeSourceResourceMap()">getAttributeSourceResourceMap</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html">Array</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAutofillHints()">getAutofillHints</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/autofill/AutofillId.html">AutofillId</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAutofillId()">getAutofillId</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAutofillType()">getAutofillType</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/autofill/AutofillValue.html">AutofillValue</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAutofillValue()">getAutofillValue</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getAutofillViewId()">getAutofillViewId</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getBackground()">getBackground</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/BlendMode.html">BlendMode</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getBackgroundTintBlendMode()">getBackgroundTintBlendMode</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/content/res/ColorStateList.html">ColorStateList</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getBackgroundTintList()">getBackgroundTintList</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/PorterDuff.Mode.html">PorterDuff.Mode</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getBackgroundTintMode()">getBackgroundTintMode</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getBaseline()">getBaseline</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getBottom()">getBottom</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getBottomFadingEdgeStrength()">getBottomFadingEdgeStrength</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getBottomPaddingOffset()">getBottomPaddingOffset</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getBoundsOnScreen(android.graphics.Rect)">getBoundsOnScreen</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getCameraDistance()">getCameraDistance</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getClipBounds()">getClipBounds</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getClipBounds(android.graphics.Rect)">getClipBounds</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getClipToOutline()">getClipToOutline</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/contentcapture/ContentCaptureSession.html">ContentCaptureSession</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getContentCaptureSession()">getContentCaptureSession</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getContentDescription()">getContentDescription</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/content/Context.html">Context</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getContext()">getContext</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ContextMenu.ContextMenuInfo.html">ContextMenu.ContextMenuInfo</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getContextMenuInfo()">getContextMenuInfo</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getDefaultFocusHighlightEnabled()">getDefaultFocusHighlightEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getDefaultSize(int, int)">getDefaultSize</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/Display.html">Display</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getDisplay()">getDisplay</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getDrawableState()">getDrawableState</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/Bitmap.html">Bitmap</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getDrawingCache()">getDrawingCache</a>()</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getDrawingCacheBackgroundColor()">getDrawingCacheBackgroundColor</a>()</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getDrawingCacheQuality()">getDrawingCacheQuality</a>()</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getDrawingRect(android.graphics.Rect)">getDrawingRect</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getDrawingTime()">getDrawingTime</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getElevation()">getElevation</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getExplicitStyle()">getExplicitStyle</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getFadeHeight(boolean)">getFadeHeight</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getFadeTop(boolean)">getFadeTop</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getFadingEdge()">getFadingEdge</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getFadingEdgeLength()">getFadingEdgeLength</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getFilterTouchesWhenObscured()">getFilterTouchesWhenObscured</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getFitsSystemWindows()">getFitsSystemWindows</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getFocusable()">getFocusable</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/java/util/ArrayList.html">ArrayList</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getFocusables(int)">getFocusables</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getFocusedRect(android.graphics.Rect)">getFocusedRect</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getForeground()">getForeground</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getForegroundGravity()">getForegroundGravity</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/BlendMode.html">BlendMode</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getForegroundTintBlendMode()">getForegroundTintBlendMode</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/content/res/ColorStateList.html">ColorStateList</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getForegroundTintList()">getForegroundTintList</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/PorterDuff.Mode.html">PorterDuff.Mode</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getForegroundTintMode()">getForegroundTintMode</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getGlobalVisibleRect(android.graphics.Rect, android.graphics.Point)">getGlobalVisibleRect</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Point.html">Point</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/os/Handler.html">Handler</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getHandler()">getHandler</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getHasOverlappingRendering()">getHasOverlappingRendering</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getHeight()">getHeight</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getHitRect(android.graphics.Rect)">getHitRect</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getHorizontalFadingEdgeLength()">getHorizontalFadingEdgeLength</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getHorizontalScrollFactor()">getHorizontalScrollFactor</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getHorizontalScrollbarHeight()">getHorizontalScrollbarHeight</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getHorizontalScrollbarThumbDrawable()">getHorizontalScrollbarThumbDrawable</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getHorizontalScrollbarTrackDrawable()">getHorizontalScrollbarTrackDrawable</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getHotspotBounds(android.graphics.Rect)">getHotspotBounds</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getId()">getId</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getImportantForAccessibility()">getImportantForAccessibility</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getImportantForAutofill()">getImportantForAutofill</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getImportantForContentCapture()">getImportantForContentCapture</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/Matrix.html">Matrix</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getInverseMatrix()">getInverseMatrix</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getIterableTextForAccessibility()">getIterableTextForAccessibility</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/AccessibilityIterators.TextSegmentIterator.html">AccessibilityIterators.TextSegmentIterator</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getIteratorForGranularity(int)">getIteratorForGranularity</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getKeepScreenOn()">getKeepScreenOn</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/KeyEvent.DispatcherState.html">KeyEvent.DispatcherState</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getKeyDispatcherState()">getKeyDispatcherState</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getLabelFor()">getLabelFor</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getLayerType()">getLayerType</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getLayoutDirection()">getLayoutDirection</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html">ViewGroup.LayoutParams</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getLayoutParams()">getLayoutParams</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getLeft()">getLeft</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getLeftFadingEdgeStrength()">getLeftFadingEdgeStrength</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getLeftPaddingOffset()">getLeftPaddingOffset</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getLocalVisibleRect(android.graphics.Rect)">getLocalVisibleRect</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getLocationInSurface(int[])">getLocationInSurface</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getLocationInWindow(int[])">getLocationInWindow</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getLocationOnScreen()">getLocationOnScreen</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getLocationOnScreen(int[])">getLocationOnScreen</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/Matrix.html">Matrix</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getMatrix()">getMatrix</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getMeasuredHeight()">getMeasuredHeight</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getMeasuredHeightAndState()">getMeasuredHeightAndState</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getMeasuredState()">getMeasuredState</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getMeasuredWidth()">getMeasuredWidth</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getMeasuredWidthAndState()">getMeasuredWidthAndState</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getMinimumHeight()">getMinimumHeight</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getMinimumWidth()">getMinimumWidth</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getNextClusterForwardId()">getNextClusterForwardId</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getNextFocusDownId()">getNextFocusDownId</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getNextFocusForwardId()">getNextFocusForwardId</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getNextFocusLeftId()">getNextFocusLeftId</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getNextFocusRightId()">getNextFocusRightId</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getNextFocusUpId()">getNextFocusUpId</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getNotifiedContentCaptureAppeared()">getNotifiedContentCaptureAppeared</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.OnFocusChangeListener.html">View.OnFocusChangeListener</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getOnFocusChangeListener()">getOnFocusChangeListener</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.OnLongClickListener.html">View.OnLongClickListener</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getOnLongClickListener()">getOnLongClickListener</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/Insets.html">Insets</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getOpticalInsets()">getOpticalInsets</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getOutlineAmbientShadowColor()">getOutlineAmbientShadowColor</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ViewOutlineProvider.html">ViewOutlineProvider</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getOutlineProvider()">getOutlineProvider</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getOutlineSpotShadowColor()">getOutlineSpotShadowColor</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getOverScrollMode()">getOverScrollMode</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ViewOverlay.html">ViewOverlay</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getOverlay()">getOverlay</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getPaddingBottom()">getPaddingBottom</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getPaddingEnd()">getPaddingEnd</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getPaddingLeft()">getPaddingLeft</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getPaddingRight()">getPaddingRight</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getPaddingStart()">getPaddingStart</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getPaddingTop()">getPaddingTop</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ViewParent.html">ViewParent</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getParent()">getParent</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ViewParent.html">ViewParent</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getParentForAccessibility()">getParentForAccessibility</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getPivotX()">getPivotX</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getPivotY()">getPivotY</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/PointerIcon.html">PointerIcon</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getPointerIcon()">getPointerIcon</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getRawLayoutDirection()">getRawLayoutDirection</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getRawTextAlignment()">getRawTextAlignment</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getRawTextDirection()">getRawTextDirection</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html">Array</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getReceiveContentMimeTypes()">getReceiveContentMimeTypes</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/content/res/Resources.html">Resources</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getResources()">getResources</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getRevealOnFocusHint()">getRevealOnFocusHint</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getRight()">getRight</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getRightFadingEdgeStrength()">getRightFadingEdgeStrength</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getRightPaddingOffset()">getRightPaddingOffset</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/AttachedSurfaceControl.html">AttachedSurfaceControl</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getRootSurfaceControl()">getRootSurfaceControl</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.html">View</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getRootView()">getRootView</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/WindowInsets.html">WindowInsets</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getRootWindowInsets()">getRootWindowInsets</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getRotation()">getRotation</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getRotationX()">getRotationX</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getRotationY()">getRotationY</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getScaleX()">getScaleX</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getScaleY()">getScaleY</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getScrollBarDefaultDelayBeforeFade()">getScrollBarDefaultDelayBeforeFade</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getScrollBarFadeDuration()">getScrollBarFadeDuration</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getScrollBarSize()">getScrollBarSize</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getScrollBarStyle()">getScrollBarStyle</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getScrollCaptureHint()">getScrollCaptureHint</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getScrollIndicators()">getScrollIndicators</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getScrollX()">getScrollX</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getScrollY()">getScrollY</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getSolidColor()">getSolidColor</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getSourceLayoutResId()">getSourceLayoutResId</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getStateDescription()">getStateDescription</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/animation/StateListAnimator.html">StateListAnimator</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getStateListAnimator()">getStateListAnimator</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getSuggestedMinimumHeight()">getSuggestedMinimumHeight</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getSuggestedMinimumWidth()">getSuggestedMinimumWidth</a>()</code></div>
</td>
</tr>
<tr>
<td><code>(<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html">Mutable</a>)<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a>&lt;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getSystemGestureExclusionRects()">getSystemGestureExclusionRects</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getSystemUiVisibility()">getSystemUiVisibility</a>()</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTag()">getTag</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTextAlignment()">getTextAlignment</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTextDirection()">getTextDirection</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ThreadedRenderer.html">ThreadedRenderer</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getThreadedRenderer()">getThreadedRenderer</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTooltip()">getTooltip</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTooltipText()">getTooltipText</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.html">View</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTooltipView()">getTooltipView</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTop()">getTop</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTopFadingEdgeStrength()">getTopFadingEdgeStrength</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTopPaddingOffset()">getTopPaddingOffset</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/TouchDelegate.html">TouchDelegate</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTouchDelegate()">getTouchDelegate</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/java/util/ArrayList.html">ArrayList</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTouchables()">getTouchables</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTransitionAlpha()">getTransitionAlpha</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTransitionName()">getTransitionName</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTranslationX()">getTranslationX</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTranslationY()">getTranslationY</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getTranslationZ()">getTranslationZ</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getUniqueDrawingId()">getUniqueDrawingId</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getVerticalFadingEdgeLength()">getVerticalFadingEdgeLength</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getVerticalScrollFactor()">getVerticalScrollFactor</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getVerticalScrollbarPosition()">getVerticalScrollbarPosition</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getVerticalScrollbarThumbDrawable()">getVerticalScrollbarThumbDrawable</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getVerticalScrollbarTrackDrawable()">getVerticalScrollbarTrackDrawable</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getVerticalScrollbarWidth()">getVerticalScrollbarWidth</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ViewRootImpl.html">ViewRootImpl</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getViewRootImpl()">getViewRootImpl</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="/reference/kotlin/android/view/translation/ViewTranslationCallback.html">ViewTranslationCallback</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getViewTranslationCallback()">getViewTranslationCallback</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="/reference/kotlin/android/view/translation/ViewTranslationResponse.html">ViewTranslationResponse</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getViewTranslationResponse()">getViewTranslationResponse</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ViewTreeObserver.html">ViewTreeObserver</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getViewTreeObserver()">getViewTreeObserver</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getVisibility()">getVisibility</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getWidth()">getWidth</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/IWindow.html">IWindow</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getWindow()">getWindow</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getWindowAttachCount()">getWindowAttachCount</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getWindowDisplayFrame(android.graphics.Rect)">getWindowDisplayFrame</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/WindowId.html">WindowId</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getWindowId()">getWindowId</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/WindowInsetsController.html">WindowInsetsController</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getWindowInsetsController()">getWindowInsetsController</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getWindowSystemUiVisibility()">getWindowSystemUiVisibility</a>()</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/os/IBinder.html">IBinder</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getWindowToken()">getWindowToken</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getWindowVisibility()">getWindowVisibility</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getWindowVisibleDisplayFrame(android.graphics.Rect)">getWindowVisibleDisplayFrame</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getX()">getX</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getY()">getY</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#getZ()">getZ</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#handleScrollBarDragging(android.view.MotionEvent)">handleScrollBarDragging</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#hasExplicitFocusable()">hasExplicitFocusable</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#hasIdentityMatrix()">hasIdentityMatrix</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#hasImeFocus()">hasImeFocus</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#hasNestedScrollingParent()">hasNestedScrollingParent</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#hasOnClickListeners()">hasOnClickListeners</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#hasOnLongClickListeners()">hasOnLongClickListeners</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#hasOpaqueScrollbars()">hasOpaqueScrollbars</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#hasOverlappingRendering()">hasOverlappingRendering</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#hasPointerCapture()">hasPointerCapture</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#hasShadow()">hasShadow</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#hasTranslationTransientState()">hasTranslationTransientState</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#hasWindowFocus()">hasWindowFocus</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#hideAutofillHighlight()">hideAutofillHighlight</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#includeForAccessibility()">includeForAccessibility</a>()</code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://developer.android.com/reference/android/view/View.html">View</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#inflate(android.content.Context, int, android.view.ViewGroup)">inflate</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/content/Context.html">Context</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewGroup.html">ViewGroup</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#initializeFadingEdge(android.content.res.TypedArray)">initializeFadingEdge</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/content/res/TypedArray.html">TypedArray</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#initializeFadingEdgeInternal(android.content.res.TypedArray)">initializeFadingEdgeInternal</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/content/res/TypedArray.html">TypedArray</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#initializeScrollbars(android.content.res.TypedArray)">initializeScrollbars</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/content/res/TypedArray.html">TypedArray</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#initializeScrollbarsInternal(android.content.res.TypedArray)">initializeScrollbarsInternal</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/content/res/TypedArray.html">TypedArray</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#invalidate(android.graphics.Rect)">invalidate</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#invalidateDrawable(android.graphics.drawable.Drawable)">invalidateDrawable</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#invalidateOutline()">invalidateOutline</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#invalidateParentCaches()">invalidateParentCaches</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#invalidateParentIfNeeded()">invalidateParentIfNeeded</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#invalidateParentIfNeededAndWasQuickRejected()">invalidateParentIfNeededAndWasQuickRejected</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isAccessibilityFocused()">isAccessibilityFocused</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isAccessibilityHeading()">isAccessibilityHeading</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isAccessibilitySelectionExtendable()">isAccessibilitySelectionExtendable</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isActionableForAccessibility()">isActionableForAccessibility</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isActivated()">isActivated</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isAssistBlocked()">isAssistBlocked</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isAttachedToWindow()">isAttachedToWindow</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isAutofilled()">isAutofilled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isClickable()">isClickable</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isContextClickable()">isContextClickable</a>()</code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isDefaultFocusHighlightEnabled()">isDefaultFocusHighlightEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isDefaultFocusHighlightNeeded(android.graphics.drawable.Drawable, android.graphics.drawable.Drawable)">isDefaultFocusHighlightNeeded</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isDirty()">isDirty</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isDrawingCacheEnabled()">isDrawingCacheEnabled</a>()</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isDuplicateParentStateEnabled()">isDuplicateParentStateEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isEnabled()">isEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isFocusable()">isFocusable</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isFocusableInTouchMode()">isFocusableInTouchMode</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isFocused()">isFocused</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isFocusedByDefault()">isFocusedByDefault</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isForceDarkAllowed()">isForceDarkAllowed</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isForegroundInsidePadding()">isForegroundInsidePadding</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isFrameworkOptionalFitsSystemWindows()">isFrameworkOptionalFitsSystemWindows</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isHapticFeedbackEnabled()">isHapticFeedbackEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isHardwareAccelerated()">isHardwareAccelerated</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isHorizontalFadingEdgeEnabled()">isHorizontalFadingEdgeEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isHorizontalScrollBarEnabled()">isHorizontalScrollBarEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isHovered()">isHovered</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isImportantForAccessibility()">isImportantForAccessibility</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isImportantForAutofill()">isImportantForAutofill</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isImportantForContentCapture()">isImportantForContentCapture</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isInEditMode()">isInEditMode</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isInLayout()">isInLayout</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isInScrollingContainer()">isInScrollingContainer</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isInTouchMode()">isInTouchMode</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isKeyboardNavigationCluster()">isKeyboardNavigationCluster</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isLaidOut()">isLaidOut</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isLayoutDirectionInherited()">isLayoutDirectionInherited</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isLayoutDirectionResolved()">isLayoutDirectionResolved</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isLayoutRequested()">isLayoutRequested</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isLayoutRtl()">isLayoutRtl</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isLongClickable()">isLongClickable</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isNestedScrollingEnabled()">isNestedScrollingEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isOpaque()">isOpaque</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isPaddingOffsetRequired()">isPaddingOffsetRequired</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isPaddingRelative()">isPaddingRelative</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isPivotSet()">isPivotSet</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isPressed()">isPressed</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isRootNamespace()">isRootNamespace</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isSaveEnabled()">isSaveEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isSaveFromParentEnabled()">isSaveFromParentEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isScreenReaderFocusable()">isScreenReaderFocusable</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isScrollContainer()">isScrollContainer</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isScrollbarFadingEnabled()">isScrollbarFadingEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isSelected()">isSelected</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isShowingLayoutBounds()">isShowingLayoutBounds</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isShown()">isShown</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isSoundEffectsEnabled()">isSoundEffectsEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isTemporarilyDetached()">isTemporarilyDetached</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isTextAlignmentInherited()">isTextAlignmentInherited</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isTextAlignmentResolved()">isTextAlignmentResolved</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isTextDirectionInherited()">isTextDirectionInherited</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isTextDirectionResolved()">isTextDirectionResolved</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isVerticalFadingEdgeEnabled()">isVerticalFadingEdgeEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isVerticalScrollBarEnabled()">isVerticalScrollBarEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isVerticalScrollBarHidden()">isVerticalScrollBarHidden</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isVisibleToUser()">isVisibleToUser</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#isVisibleToUserForAutofill(int)">isVisibleToUserForAutofill</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.html">View</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#keyboardNavigationClusterSearch(android.view.View, int)">keyboardNavigationClusterSearch</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mapRectFromViewToScreenCoords(android.graphics.RectF, boolean)">mapRectFromViewToScreenCoords</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/RectF.html">RectF</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#measure(int, int)">measure</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mergeDrawableStates(int[], int[])">mergeDrawableStates</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#notifyEnterOrExitForAutoFillIfNeeded(boolean)">notifyEnterOrExitForAutoFillIfNeeded</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#notifyViewAccessibilityStateChangedIfNeeded(int)">notifyViewAccessibilityStateChangedIfNeeded</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#offsetLeftAndRight(int)">offsetLeftAndRight</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#offsetTopAndBottom(int)">offsetTopAndBottom</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onActivityResult(int, int, android.content.Intent)">onActivityResult</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/android/content/Intent.html">Intent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onAnimationEnd()">onAnimationEnd</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onAnimationStart()">onAnimationStart</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/WindowInsets.html">WindowInsets</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onApplyWindowInsets(android.view.WindowInsets)">onApplyWindowInsets</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/WindowInsets.html">WindowInsets</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onCancelPendingInputEvents()">onCancelPendingInputEvents</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onCapturedPointerEvent(android.view.MotionEvent)">onCapturedPointerEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onCheckIsTextEditor()">onCheckIsTextEditor</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onCloseSystemDialogs(java.lang.String)">onCloseSystemDialogs</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onConfigurationChanged(android.content.res.Configuration)">onConfigurationChanged</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/content/res/Configuration.html">Configuration</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onCreateContextMenu(android.view.ContextMenu)">onCreateContextMenu</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ContextMenu.html">ContextMenu</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/inputmethod/InputConnection.html">InputConnection</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onCreateInputConnection(android.view.inputmethod.EditorInfo)">onCreateInputConnection</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/inputmethod/EditorInfo.html">EditorInfo</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onCreateViewTranslationRequest(int[], java.util.function.Consumer&amp;lt;android.view.translation.ViewTranslationRequest&amp;gt;)">onCreateViewTranslationRequest</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/java/util/function/Consumer.html">Consumer</a>&lt;<a href="/reference/kotlin/android/view/translation/ViewTranslationRequest.html">ViewTranslationRequest</a>!&gt;!<br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onCreateVirtualViewTranslationRequests(long[], int[], java.util.function.Consumer&amp;lt;android.view.translation.ViewTranslationRequest&amp;gt;)">onCreateVirtualViewTranslationRequests</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long-array/index.html">LongArray</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/java/util/function/Consumer.html">Consumer</a>&lt;<a href="/reference/kotlin/android/view/translation/ViewTranslationRequest.html">ViewTranslationRequest</a>!&gt;!<br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onDetachedFromWindowInternal()">onDetachedFromWindowInternal</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onDisplayHint(int)">onDisplayHint</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onDragEvent(android.view.DragEvent)">onDragEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/DragEvent.html">DragEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onDraw(android.graphics.Canvas)">onDraw</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Canvas.html">Canvas</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onDrawForeground(android.graphics.Canvas)">onDrawForeground</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Canvas.html">Canvas</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onDrawHorizontalScrollBar(android.graphics.Canvas, android.graphics.drawable.Drawable, int, int, int, int)">onDrawHorizontalScrollBar</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Canvas.html">Canvas</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p4:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p5:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onDrawScrollBars(android.graphics.Canvas)">onDrawScrollBars</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Canvas.html">Canvas</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onDrawVerticalScrollBar(android.graphics.Canvas, android.graphics.drawable.Drawable, int, int, int, int)">onDrawVerticalScrollBar</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Canvas.html">Canvas</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p4:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p5:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onFilterTouchEventForSecurity(android.view.MotionEvent)">onFilterTouchEventForSecurity</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onFinishInflate()">onFinishInflate</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onFinishTemporaryDetach()">onFinishTemporaryDetach</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onFocusChanged(boolean, int, android.graphics.Rect)">onFocusChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onFocusLost()">onFocusLost</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onGenericMotionEvent(android.view.MotionEvent)">onGenericMotionEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onHoverChanged(boolean)">onHoverChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onHoverEvent(android.view.MotionEvent)">onHoverEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent)">onInitializeAccessibilityEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityEvent.html">AccessibilityEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onInitializeAccessibilityEventInternal(android.view.accessibility.AccessibilityEvent)">onInitializeAccessibilityEventInternal</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityEvent.html">AccessibilityEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo)">onInitializeAccessibilityNodeInfo</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityNodeInfo.html">AccessibilityNodeInfo</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onInputConnectionClosedInternal()">onInputConnectionClosedInternal</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onInputConnectionOpenedInternal(android.view.inputmethod.InputConnection, android.view.inputmethod.EditorInfo, android.os.Handler)">onInputConnectionOpenedInternal</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://developer.android.com/reference/android/view/inputmethod/InputConnection.html">InputConnection</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/inputmethod/EditorInfo.html">EditorInfo</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/android/os/Handler.html">Handler</a>!<br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onKeyDown(int, android.view.KeyEvent)">onKeyDown</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/KeyEvent.html">KeyEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onKeyLongPress(int, android.view.KeyEvent)">onKeyLongPress</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/KeyEvent.html">KeyEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onKeyMultiple(int, int, android.view.KeyEvent)">onKeyMultiple</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/android/view/KeyEvent.html">KeyEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onKeyPreIme(int, android.view.KeyEvent)">onKeyPreIme</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/KeyEvent.html">KeyEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onKeyShortcut(int, android.view.KeyEvent)">onKeyShortcut</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/KeyEvent.html">KeyEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onKeyUp(int, android.view.KeyEvent)">onKeyUp</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/KeyEvent.html">KeyEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onMovedToDisplay(int, android.content.res.Configuration)">onMovedToDisplay</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/content/res/Configuration.html">Configuration</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onOverScrolled(int, int, boolean, boolean)">onOverScrolled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onPointerCaptureChange(boolean)">onPointerCaptureChange</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent)">onPopulateAccessibilityEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityEvent.html">AccessibilityEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onPopulateAccessibilityEventInternal(android.view.accessibility.AccessibilityEvent)">onPopulateAccessibilityEventInternal</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityEvent.html">AccessibilityEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onProvideAutofillStructure(android.view.ViewStructure, int)">onProvideAutofillStructure</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewStructure.html">ViewStructure</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onProvideAutofillVirtualStructure(android.view.ViewStructure, int)">onProvideAutofillVirtualStructure</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewStructure.html">ViewStructure</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onProvideContentCaptureStructure(android.view.ViewStructure, int)">onProvideContentCaptureStructure</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewStructure.html">ViewStructure</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onProvideStructure(android.view.ViewStructure)">onProvideStructure</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewStructure.html">ViewStructure</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onProvideVirtualStructure(android.view.ViewStructure)">onProvideVirtualStructure</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewStructure.html">ViewStructure</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ContentInfo.html">ContentInfo</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onReceiveContent(android.view.ContentInfo)">onReceiveContent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ContentInfo.html">ContentInfo</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onResolveDrawables(int)">onResolveDrawables</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onRtlPropertiesChanged(int)">onRtlPropertiesChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onScreenStateChanged(int)">onScreenStateChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onScrollCaptureSearch(android.graphics.Rect, android.graphics.Point, java.util.function.Consumer&amp;lt;android.view.ScrollCaptureTarget&amp;gt;)">onScrollCaptureSearch</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Point.html">Point</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/java/util/function/Consumer.html">Consumer</a>&lt;<a href="https://developer.android.com/reference/android/view/ScrollCaptureTarget.html">ScrollCaptureTarget</a>!&gt;!<br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onScrollChanged(int, int, int, int)">onScrollChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onSetAlpha(int)">onSetAlpha</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onSizeChanged(int, int, int, int)">onSizeChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onStartTemporaryDetach()">onStartTemporaryDetach</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onSystemBarAppearanceChanged(int)">onSystemBarAppearanceChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onTouchEvent(android.view.MotionEvent)">onTouchEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onTrackballEvent(android.view.MotionEvent)">onTrackballEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onViewTranslationResponse(android.view.translation.ViewTranslationResponse)">onViewTranslationResponse</a>(p:&nbsp;<a href="/reference/kotlin/android/view/translation/ViewTranslationResponse.html">ViewTranslationResponse</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onVirtualViewTranslationResponses(android.util.LongSparseArray&amp;lt;android.view.translation.ViewTranslationResponse&amp;gt;)">onVirtualViewTranslationResponses</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://developer.android.com/reference/android/util/LongSparseArray.html">LongSparseArray</a>&lt;<a href="/reference/kotlin/android/view/translation/ViewTranslationResponse.html">ViewTranslationResponse</a>!&gt;!<br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onVisibilityAggregated(boolean)">onVisibilityAggregated</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onVisibilityChanged(android.view.View, int)">onVisibilityChanged</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onWindowFocusChanged(boolean)">onWindowFocusChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onWindowSystemUiVisibilityChanged(int)">onWindowSystemUiVisibilityChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#onWindowVisibilityChanged(int)">onWindowVisibilityChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#outputDirtyFlags(java.lang.String, boolean, int)">outputDirtyFlags</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#overScrollBy(int, int, int, int, int, int, int, int, boolean)">overScrollBy</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p4:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p5:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p6:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p7:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p8:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#performAccessibilityAction(int, android.os.Bundle)">performAccessibilityAction</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/os/Bundle.html">Bundle</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#performAccessibilityActionInternal(int, android.os.Bundle)">performAccessibilityActionInternal</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/os/Bundle.html">Bundle</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#performButtonActionOnTouchDown(android.view.MotionEvent)">performButtonActionOnTouchDown</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#performClick()">performClick</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#performContextClick(float, float)">performContextClick</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#performHapticFeedback(int)">performHapticFeedback</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#performLongClick()">performLongClick</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ContentInfo.html">ContentInfo</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#performReceiveContent(android.view.ContentInfo)">performReceiveContent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ContentInfo.html">ContentInfo</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#playSoundEffect(int)">playSoundEffect</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#post(java.lang.Runnable)">post</a>(p:&nbsp;<a href="https://developer.android.com/reference/java/lang/Runnable.html">Runnable</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#postDelayed(java.lang.Runnable, long)">postDelayed</a>(p:&nbsp;<a href="https://developer.android.com/reference/java/lang/Runnable.html">Runnable</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#postInvalidate()">postInvalidate</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#postInvalidateDelayed(long)">postInvalidateDelayed</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#postInvalidateOnAnimation()">postInvalidateOnAnimation</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#postOnAnimation(java.lang.Runnable)">postOnAnimation</a>(p:&nbsp;<a href="https://developer.android.com/reference/java/lang/Runnable.html">Runnable</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#postOnAnimationDelayed(java.lang.Runnable, long)">postOnAnimationDelayed</a>(p:&nbsp;<a href="https://developer.android.com/reference/java/lang/Runnable.html">Runnable</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#recomputePadding()">recomputePadding</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#refreshDrawableState()">refreshDrawableState</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#releasePointerCapture()">releasePointerCapture</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#removeCallbacks(java.lang.Runnable)">removeCallbacks</a>(p:&nbsp;<a href="https://developer.android.com/reference/java/lang/Runnable.html">Runnable</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#removeFrameMetricsListener(android.view.Window.OnFrameMetricsAvailableListener)">removeFrameMetricsListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/Window.OnFrameMetricsAvailableListener.html">Window.OnFrameMetricsAvailableListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#removeOnAttachStateChangeListener(android.view.View.OnAttachStateChangeListener)">removeOnAttachStateChangeListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnAttachStateChangeListener.html">View.OnAttachStateChangeListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#removeOnLayoutChangeListener(android.view.View.OnLayoutChangeListener)">removeOnLayoutChangeListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnLayoutChangeListener.html">View.OnLayoutChangeListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#removeOnUnhandledKeyEventListener(android.view.View.OnUnhandledKeyEventListener)">removeOnUnhandledKeyEventListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnUnhandledKeyEventListener.html">View.OnUnhandledKeyEventListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#requestAccessibilityFocus()">requestAccessibilityFocus</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#requestApplyInsets()">requestApplyInsets</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#requestFitSystemWindows()">requestFitSystemWindows</a>()</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#requestFocusFromTouch()">requestFocusFromTouch</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#requestKeyboardShortcuts(java.util.List&amp;lt;android.view.KeyboardShortcutGroup&amp;gt;, int)">requestKeyboardShortcuts</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;(<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html">Mutable</a>)<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a>&lt;<a href="https://developer.android.com/reference/android/view/KeyboardShortcutGroup.html">KeyboardShortcutGroup</a>!&gt;!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#requestLayout()">requestLayout</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#requestPointerCapture()">requestPointerCapture</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#requestRectangleOnScreen(android.graphics.Rect)">requestRectangleOnScreen</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#requestUnbufferedDispatch(android.view.MotionEvent)">requestUnbufferedDispatch</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code>T!</code></td>
<td>
<div><code>&lt;T&nbsp;:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>?&gt; <a href="https://developer.android.com/reference/android/view/View.html#requireViewById(int)">requireViewById</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#resetPaddingToInitialValues()">resetPaddingToInitialValues</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#resetPivot()">resetPivot</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#resetRtlProperties()">resetRtlProperties</a>()</code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#resolveSize(int, int)">resolveSize</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#resolveSizeAndState(int, int, int)">resolveSizeAndState</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#restoreHierarchyState(android.util.SparseArray&amp;lt;android.os.Parcelable&amp;gt;)">restoreHierarchyState</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/util/SparseArray.html">SparseArray</a>&lt;<a href="https://developer.android.com/reference/android/os/Parcelable.html">Parcelable</a>!&gt;!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#saveAttributeDataForStyleable(android.content.Context, int[], android.util.AttributeSet, android.content.res.TypedArray, int, int)">saveAttributeDataForStyleable</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://developer.android.com/reference/android/content/Context.html">Context</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/android/util/AttributeSet.html">AttributeSet</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p3:&nbsp;<a href="https://developer.android.com/reference/android/content/res/TypedArray.html">TypedArray</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p4:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p5:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#saveHierarchyState(android.util.SparseArray&amp;lt;android.os.Parcelable&amp;gt;)">saveHierarchyState</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/util/SparseArray.html">SparseArray</a>&lt;<a href="https://developer.android.com/reference/android/os/Parcelable.html">Parcelable</a>!&gt;!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#scheduleDrawable(android.graphics.drawable.Drawable, java.lang.Runnable, long)">scheduleDrawable</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/java/lang/Runnable.html">Runnable</a>!,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#scrollBy(int, int)">scrollBy</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#scrollTo(int, int)">scrollTo</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#sendAccessibilityEvent(int)">sendAccessibilityEvent</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#sendAccessibilityEventUnchecked(android.view.accessibility.AccessibilityEvent)">sendAccessibilityEventUnchecked</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityEvent.html">AccessibilityEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#sendAccessibilityEventUncheckedInternal(android.view.accessibility.AccessibilityEvent)">sendAccessibilityEventUncheckedInternal</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityEvent.html">AccessibilityEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setAccessibilityDelegate(android.view.View.AccessibilityDelegate)">setAccessibilityDelegate</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.AccessibilityDelegate.html">View.AccessibilityDelegate</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setAccessibilityHeading(boolean)">setAccessibilityHeading</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setAccessibilityLiveRegion(int)">setAccessibilityLiveRegion</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setAccessibilityPaneTitle(java.lang.CharSequence)">setAccessibilityPaneTitle</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setAccessibilitySelection(int, int)">setAccessibilitySelection</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setAccessibilityTraversalAfter(int)">setAccessibilityTraversalAfter</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setAccessibilityTraversalBefore(int)">setAccessibilityTraversalBefore</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setActivated(boolean)">setActivated</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setAllowClickWhenDisabled(boolean)">setAllowClickWhenDisabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setAlpha(float)">setAlpha</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setAnimation(android.view.animation.Animation)">setAnimation</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/animation/Animation.html">Animation</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setAnimationMatrix(android.graphics.Matrix)">setAnimationMatrix</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Matrix.html">Matrix</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setAssistBlocked(boolean)">setAssistBlocked</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setAutofillHints(java.lang.String...)">setAutofillHints</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html">Array</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!&gt;!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setAutofillId(android.view.autofill.AutofillId)">setAutofillId</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/autofill/AutofillId.html">AutofillId</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setAutofilled(boolean, boolean)">setAutofilled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setBackground(android.graphics.drawable.Drawable)">setBackground</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setBackgroundColor(int)">setBackgroundColor</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setBackgroundDrawable(android.graphics.drawable.Drawable)">setBackgroundDrawable</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setBackgroundResource(int)">setBackgroundResource</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setBackgroundTintBlendMode(android.graphics.BlendMode)">setBackgroundTintBlendMode</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/BlendMode.html">BlendMode</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setBackgroundTintList(android.content.res.ColorStateList)">setBackgroundTintList</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/content/res/ColorStateList.html">ColorStateList</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setBackgroundTintMode(android.graphics.PorterDuff.Mode)">setBackgroundTintMode</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/PorterDuff.Mode.html">PorterDuff.Mode</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setBottom(int)">setBottom</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setCameraDistance(float)">setCameraDistance</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setClickable(boolean)">setClickable</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setClipBounds(android.graphics.Rect)">setClipBounds</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setClipToOutline(boolean)">setClipToOutline</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setContentCaptureSession(android.view.contentcapture.ContentCaptureSession)">setContentCaptureSession</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/contentcapture/ContentCaptureSession.html">ContentCaptureSession</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setContentDescription(java.lang.CharSequence)">setContentDescription</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setContextClickable(boolean)">setContextClickable</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setDefaultFocusHighlightEnabled(boolean)">setDefaultFocusHighlightEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setDetached(boolean)">setDetached</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setDisabledSystemUiVisibility(int)">setDisabledSystemUiVisibility</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setDrawingCacheBackgroundColor(int)">setDrawingCacheBackgroundColor</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setDrawingCacheEnabled(boolean)">setDrawingCacheEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setDrawingCacheQuality(int)">setDrawingCacheQuality</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setDuplicateParentStateEnabled(boolean)">setDuplicateParentStateEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setElevation(float)">setElevation</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setEnabled(boolean)">setEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setFadingEdgeLength(int)">setFadingEdgeLength</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setFilterTouchesWhenObscured(boolean)">setFilterTouchesWhenObscured</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setFitsSystemWindows(boolean)">setFitsSystemWindows</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setFocusable(boolean)">setFocusable</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setFocusableInTouchMode(boolean)">setFocusableInTouchMode</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setFocusedByDefault(boolean)">setFocusedByDefault</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setFocusedInCluster()">setFocusedInCluster</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setForceDarkAllowed(boolean)">setForceDarkAllowed</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setForeground(android.graphics.drawable.Drawable)">setForeground</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setForegroundTintBlendMode(android.graphics.BlendMode)">setForegroundTintBlendMode</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/BlendMode.html">BlendMode</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setForegroundTintList(android.content.res.ColorStateList)">setForegroundTintList</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/content/res/ColorStateList.html">ColorStateList</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setForegroundTintMode(android.graphics.PorterDuff.Mode)">setForegroundTintMode</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/PorterDuff.Mode.html">PorterDuff.Mode</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setFrame(int, int, int, int)">setFrame</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setHapticFeedbackEnabled(boolean)">setHapticFeedbackEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setHasTransientState(boolean)">setHasTransientState</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setHasTranslationTransientState(boolean)">setHasTranslationTransientState</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setHorizontalFadingEdgeEnabled(boolean)">setHorizontalFadingEdgeEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setHorizontalScrollBarEnabled(boolean)">setHorizontalScrollBarEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setHorizontalScrollbarThumbDrawable(android.graphics.drawable.Drawable)">setHorizontalScrollbarThumbDrawable</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setHorizontalScrollbarTrackDrawable(android.graphics.drawable.Drawable)">setHorizontalScrollbarTrackDrawable</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setHovered(boolean)">setHovered</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setId(int)">setId</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setImportantForAccessibility(int)">setImportantForAccessibility</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setImportantForAutofill(int)">setImportantForAutofill</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setImportantForContentCapture(int)">setImportantForContentCapture</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setIsRootNamespace(boolean)">setIsRootNamespace</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setKeepScreenOn(boolean)">setKeepScreenOn</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setKeyboardNavigationCluster(boolean)">setKeyboardNavigationCluster</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setLabelFor(int)">setLabelFor</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setLayerPaint(android.graphics.Paint)">setLayerPaint</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Paint.html">Paint</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setLayerType(int, android.graphics.Paint)">setLayerType</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Paint.html">Paint</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setLayoutDirection(int)">setLayoutDirection</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setLayoutParams(android.view.ViewGroup.LayoutParams)">setLayoutParams</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html">ViewGroup.LayoutParams</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setLeft(int)">setLeft</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setLeftTopRightBottom(int, int, int, int)">setLeftTopRightBottom</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setLongClickable(boolean)">setLongClickable</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setMeasuredDimension(int, int)">setMeasuredDimension</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setMinimumHeight(int)">setMinimumHeight</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setMinimumWidth(int)">setMinimumWidth</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setNestedScrollingEnabled(boolean)">setNestedScrollingEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setNextClusterForwardId(int)">setNextClusterForwardId</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setNextFocusDownId(int)">setNextFocusDownId</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setNextFocusForwardId(int)">setNextFocusForwardId</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setNextFocusLeftId(int)">setNextFocusLeftId</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setNextFocusRightId(int)">setNextFocusRightId</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setNextFocusUpId(int)">setNextFocusUpId</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setNotifyAutofillManagerOnClick(boolean)">setNotifyAutofillManagerOnClick</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOnApplyWindowInsetsListener(android.view.View.OnApplyWindowInsetsListener)">setOnApplyWindowInsetsListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnApplyWindowInsetsListener.html">View.OnApplyWindowInsetsListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOnCapturedPointerListener(android.view.View.OnCapturedPointerListener)">setOnCapturedPointerListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnCapturedPointerListener.html">View.OnCapturedPointerListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOnClickListener(android.view.View.OnClickListener)">setOnClickListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnClickListener.html">View.OnClickListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOnContextClickListener(android.view.View.OnContextClickListener)">setOnContextClickListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnContextClickListener.html">View.OnContextClickListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOnCreateContextMenuListener(android.view.View.OnCreateContextMenuListener)">setOnCreateContextMenuListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnCreateContextMenuListener.html">View.OnCreateContextMenuListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOnDragListener(android.view.View.OnDragListener)">setOnDragListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnDragListener.html">View.OnDragListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOnFocusChangeListener(android.view.View.OnFocusChangeListener)">setOnFocusChangeListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnFocusChangeListener.html">View.OnFocusChangeListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOnGenericMotionListener(android.view.View.OnGenericMotionListener)">setOnGenericMotionListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnGenericMotionListener.html">View.OnGenericMotionListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOnHoverListener(android.view.View.OnHoverListener)">setOnHoverListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnHoverListener.html">View.OnHoverListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOnKeyListener(android.view.View.OnKeyListener)">setOnKeyListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnKeyListener.html">View.OnKeyListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOnLongClickListener(android.view.View.OnLongClickListener)">setOnLongClickListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnLongClickListener.html">View.OnLongClickListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOnReceiveContentListener(java.lang.String[], android.view.OnReceiveContentListener)">setOnReceiveContentListener</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html">Array</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!&gt;!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/OnReceiveContentListener.html">OnReceiveContentListener</a>!<br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOnScrollChangeListener(android.view.View.OnScrollChangeListener)">setOnScrollChangeListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnScrollChangeListener.html">View.OnScrollChangeListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOnSystemUiVisibilityChangeListener(android.view.View.OnSystemUiVisibilityChangeListener)">setOnSystemUiVisibilityChangeListener</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnSystemUiVisibilityChangeListener.html">View.OnSystemUiVisibilityChangeListener</a>!<br>)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOnTouchListener(android.view.View.OnTouchListener)">setOnTouchListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.OnTouchListener.html">View.OnTouchListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOpticalInsets(android.graphics.Insets)">setOpticalInsets</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Insets.html">Insets</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOutlineAmbientShadowColor(int)">setOutlineAmbientShadowColor</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOutlineProvider(android.view.ViewOutlineProvider)">setOutlineProvider</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewOutlineProvider.html">ViewOutlineProvider</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOutlineSpotShadowColor(int)">setOutlineSpotShadowColor</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setOverScrollMode(int)">setOverScrollMode</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setPadding(int, int, int, int)">setPadding</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setPaddingRelative(int, int, int, int)">setPaddingRelative</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setPivotX(float)">setPivotX</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setPivotY(float)">setPivotY</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setPointerIcon(android.view.PointerIcon)">setPointerIcon</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/PointerIcon.html">PointerIcon</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setPressed(boolean)">setPressed</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setRenderEffect(android.graphics.RenderEffect)">setRenderEffect</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/RenderEffect.html">RenderEffect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setRevealClip(boolean, float, float, float)">setRevealClip</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setRevealOnFocusHint(boolean)">setRevealOnFocusHint</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setRight(int)">setRight</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setRotation(float)">setRotation</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setRotationX(float)">setRotationX</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setRotationY(float)">setRotationY</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setSaveEnabled(boolean)">setSaveEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setSaveFromParentEnabled(boolean)">setSaveFromParentEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setScaleX(float)">setScaleX</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setScaleY(float)">setScaleY</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setScreenReaderFocusable(boolean)">setScreenReaderFocusable</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setScrollBarDefaultDelayBeforeFade(int)">setScrollBarDefaultDelayBeforeFade</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setScrollBarFadeDuration(int)">setScrollBarFadeDuration</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setScrollBarSize(int)">setScrollBarSize</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setScrollBarStyle(int)">setScrollBarStyle</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setScrollCaptureCallback(android.view.ScrollCaptureCallback)">setScrollCaptureCallback</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ScrollCaptureCallback.html">ScrollCaptureCallback</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setScrollCaptureHint(int)">setScrollCaptureHint</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setScrollContainer(boolean)">setScrollContainer</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setScrollIndicators(int)">setScrollIndicators</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setScrollX(int)">setScrollX</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setScrollY(int)">setScrollY</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setScrollbarFadingEnabled(boolean)">setScrollbarFadingEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setSelected(boolean)">setSelected</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setShowingLayoutBounds(boolean)">setShowingLayoutBounds</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setSoundEffectsEnabled(boolean)">setSoundEffectsEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setStateDescription(java.lang.CharSequence)">setStateDescription</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setStateListAnimator(android.animation.StateListAnimator)">setStateListAnimator</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/animation/StateListAnimator.html">StateListAnimator</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setSystemGestureExclusionRects(java.util.List&amp;lt;android.graphics.Rect&amp;gt;)">setSystemGestureExclusionRects</a>(p:&nbsp;(<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html">Mutable</a>)<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a>&lt;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!&gt;!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setSystemUiVisibility(int)">setSystemUiVisibility</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setTag(java.lang.Object)">setTag</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setTagInternal(int, java.lang.Object)">setTagInternal</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setTextAlignment(int)">setTextAlignment</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setTextDirection(int)">setTextDirection</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setTooltip(java.lang.CharSequence)">setTooltip</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setTooltipText(java.lang.CharSequence)">setTooltipText</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setTop(int)">setTop</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setTouchDelegate(android.view.TouchDelegate)">setTouchDelegate</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/TouchDelegate.html">TouchDelegate</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setTransitionAlpha(float)">setTransitionAlpha</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setTransitionName(java.lang.String)">setTransitionName</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setTransitionVisibility(int)">setTransitionVisibility</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setTranslationX(float)">setTranslationX</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setTranslationY(float)">setTranslationY</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setTranslationZ(float)">setTranslationZ</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setVerticalFadingEdgeEnabled(boolean)">setVerticalFadingEdgeEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setVerticalScrollBarEnabled(boolean)">setVerticalScrollBarEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setVerticalScrollbarPosition(int)">setVerticalScrollbarPosition</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setVerticalScrollbarThumbDrawable(android.graphics.drawable.Drawable)">setVerticalScrollbarThumbDrawable</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setVerticalScrollbarTrackDrawable(android.graphics.drawable.Drawable)">setVerticalScrollbarTrackDrawable</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setViewTranslationCallback(android.view.translation.ViewTranslationCallback)">setViewTranslationCallback</a>(p:&nbsp;<a href="/reference/kotlin/android/view/translation/ViewTranslationCallback.html">ViewTranslationCallback</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setVisibility(int)">setVisibility</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setWillNotCacheDrawing(boolean)">setWillNotCacheDrawing</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setWillNotDraw(boolean)">setWillNotDraw</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setX(float)">setX</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setY(float)">setY</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#setZ(float)">setZ</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#showContextMenu()">showContextMenu</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ActionMode.html">ActionMode</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#startActionMode(android.view.ActionMode.Callback)">startActionMode</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ActionMode.Callback.html">ActionMode.Callback</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#startActivityForResult(android.content.Intent, int)">startActivityForResult</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/content/Intent.html">Intent</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#startAnimation(android.view.animation.Animation)">startAnimation</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/animation/Animation.html">Animation</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#startDrag(android.content.ClipData, android.view.View.DragShadowBuilder, java.lang.Object, int)">startDrag</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/content/ClipData.html">ClipData</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/View.DragShadowBuilder.html">View.DragShadowBuilder</a>!,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#startDragAndDrop(android.content.ClipData, android.view.View.DragShadowBuilder, java.lang.Object, int)">startDragAndDrop</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/content/ClipData.html">ClipData</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/View.DragShadowBuilder.html">View.DragShadowBuilder</a>!,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#startMovingTask(float, float)">startMovingTask</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#startNestedScroll(int)">startNestedScroll</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#stopNestedScroll()">stopNestedScroll</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#toGlobalMotionEvent(android.view.MotionEvent)">toGlobalMotionEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#toLocalMotionEvent(android.view.MotionEvent)">toLocalMotionEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#toString()">toString</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#transformFromViewToWindowSpace(int[])">transformFromViewToWindowSpace</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#transformMatrixToGlobal(android.graphics.Matrix)">transformMatrixToGlobal</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Matrix.html">Matrix</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#transformMatrixToLocal(android.graphics.Matrix)">transformMatrixToLocal</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Matrix.html">Matrix</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#unscheduleDrawable(android.graphics.drawable.Drawable, java.lang.Runnable)">unscheduleDrawable</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/java/lang/Runnable.html">Runnable</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/RenderNode.html">RenderNode</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#updateDisplayListIfDirty()">updateDisplayListIfDirty</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#updateDragShadow(android.view.View.DragShadowBuilder)">updateDragShadow</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.DragShadowBuilder.html">View.DragShadowBuilder</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#verifyDrawable(android.graphics.drawable.Drawable)">verifyDrawable</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/drawable/Drawable.html">Drawable</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#willNotCacheDrawing()">willNotCacheDrawing</a>()</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#willNotDraw()">willNotDraw</a>()</code></div>
</td>
</tr>
</tbody>
</table>
</div>
</devsite-expandable> </td>
</tr>
<tr>
<td><devsite-expandable><span class="expand-control">From <a href="https://developer.android.com/reference/android/view/ViewGroup.html">android.view.ViewGroup</a></span>
<div class="devsite-table-wrapper">
<table class="responsive">
<colgroup>
<col width="40%">
<col>
</colgroup>
<tbody class="list">
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#addChildrenForAccessibility(java.util.ArrayList&amp;lt;android.view.View&amp;gt;)">addChildrenForAccessibility</a>(p:&nbsp;<a href="https://developer.android.com/reference/java/util/ArrayList.html">ArrayList</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!&gt;!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#addExtraDataToAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo, java.lang.String, android.os.Bundle)">addExtraDataToAccessibilityNodeInfo</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityNodeInfo.html">AccessibilityNodeInfo</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/android/os/Bundle.html">Bundle</a>!<br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#addFocusables(java.util.ArrayList&amp;lt;android.view.View&amp;gt;, int, int)">addFocusables</a>(p:&nbsp;<a href="https://developer.android.com/reference/java/util/ArrayList.html">ArrayList</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!&gt;!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#addKeyboardNavigationClusters(java.util.Collection&amp;lt;android.view.View&amp;gt;, int)">addKeyboardNavigationClusters</a>(p:&nbsp;(<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-collection/index.html">Mutable</a>)<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/index.html">Collection</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!&gt;!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#addStatesFromChildren()">addStatesFromChildren</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#addTouchables(java.util.ArrayList&amp;lt;android.view.View&amp;gt;)">addTouchables</a>(p:&nbsp;<a href="https://developer.android.com/reference/java/util/ArrayList.html">ArrayList</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!&gt;!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#addTransientView(android.view.View, int)">addTransientView</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#addView(android.view.View)">addView</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#addViewInLayout(android.view.View, int, android.view.ViewGroup.LayoutParams)">addViewInLayout</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html">ViewGroup.LayoutParams</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#attachLayoutAnimationParameters(android.view.View, android.view.ViewGroup.LayoutParams, int, int)">attachLayoutAnimationParameters</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html">ViewGroup.LayoutParams</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#attachViewToParent(android.view.View, int, android.view.ViewGroup.LayoutParams)">attachViewToParent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html">ViewGroup.LayoutParams</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#bringChildToFront(android.view.View)">bringChildToFront</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/java/util/ArrayList.html">ArrayList</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#buildTouchDispatchChildList()">buildTouchDispatchChildList</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#canAnimate()">canAnimate</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#captureTransitioningViews(java.util.List&amp;lt;android.view.View&amp;gt;)">captureTransitioningViews</a>(p:&nbsp;(<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html">Mutable</a>)<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!&gt;!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#childDrawableStateChanged(android.view.View)">childDrawableStateChanged</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#childHasTransientStateChanged(android.view.View, boolean)">childHasTransientStateChanged</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#cleanupLayoutState(android.view.View)">cleanupLayoutState</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#clearChildFocus(android.view.View)">clearChildFocus</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#clearDisappearingChildren()">clearDisappearingChildren</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#clearFocus()">clearFocus</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/graphics/Bitmap.html">Bitmap</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#createSnapshot(android.view.ViewDebug.CanvasProvider, boolean)">createSnapshot</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewDebug.CanvasProvider.html">ViewDebug.CanvasProvider</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#debug(int)">debug</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#destroyHardwareResources()">destroyHardwareResources</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#detachAllViewsFromParent()">detachAllViewsFromParent</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#detachViewFromParent(android.view.View)">detachViewFromParent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#detachViewsFromParent(int, int)">detachViewsFromParent</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchActivityResult(java.lang.String, int, int, android.content.Intent)">dispatchActivityResult</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p3:&nbsp;<a href="https://developer.android.com/reference/android/content/Intent.html">Intent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/WindowInsets.html">WindowInsets</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchApplyWindowInsets(android.view.WindowInsets)">dispatchApplyWindowInsets</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/WindowInsets.html">WindowInsets</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchCapturedPointerEvent(android.view.MotionEvent)">dispatchCapturedPointerEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchConfigurationChanged(android.content.res.Configuration)">dispatchConfigurationChanged</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/content/res/Configuration.html">Configuration</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchCreateViewTranslationRequest(java.util.Map&amp;lt;android.view.autofill.AutofillId,long[]&amp;gt;, int[], android.view.translation.TranslationCapability, java.util.List&amp;lt;android.view.translation.ViewTranslationRequest&amp;gt;)">dispatchCreateViewTranslationRequest</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;(<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html">Mutable</a>)<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html">Map</a>&lt;<a href="https://developer.android.com/reference/android/view/autofill/AutofillId.html">AutofillId</a>!,&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long-array/index.html">LongArray</a>!&gt;!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p2:&nbsp;<a href="/reference/kotlin/android/view/translation/TranslationCapability.html">TranslationCapability</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p3:&nbsp;(<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html">Mutable</a>)<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a>&lt;<a href="/reference/kotlin/android/view/translation/ViewTranslationRequest.html">ViewTranslationRequest</a>!&gt;!<br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchDisplayHint(int)">dispatchDisplayHint</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchDragEvent(android.view.DragEvent)">dispatchDragEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/DragEvent.html">DragEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchDraw(android.graphics.Canvas)">dispatchDraw</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Canvas.html">Canvas</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchDrawableHotspotChanged(float, float)">dispatchDrawableHotspotChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchFinishTemporaryDetach()">dispatchFinishTemporaryDetach</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchFreezeSelfOnly(android.util.SparseArray&amp;lt;android.os.Parcelable&amp;gt;)">dispatchFreezeSelfOnly</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/util/SparseArray.html">SparseArray</a>&lt;<a href="https://developer.android.com/reference/android/os/Parcelable.html">Parcelable</a>!&gt;!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchGenericFocusedEvent(android.view.MotionEvent)">dispatchGenericFocusedEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchGenericPointerEvent(android.view.MotionEvent)">dispatchGenericPointerEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchGetDisplayList()">dispatchGetDisplayList</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchHoverEvent(android.view.MotionEvent)">dispatchHoverEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchKeyEventPreIme(android.view.KeyEvent)">dispatchKeyEventPreIme</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/KeyEvent.html">KeyEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchKeyShortcutEvent(android.view.KeyEvent)">dispatchKeyShortcutEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/KeyEvent.html">KeyEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchPointerCaptureChanged(boolean)">dispatchPointerCaptureChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchPopulateAccessibilityEventInternal(android.view.accessibility.AccessibilityEvent)">dispatchPopulateAccessibilityEventInternal</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityEvent.html">AccessibilityEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchProvideAutofillStructure(android.view.ViewStructure, int)">dispatchProvideAutofillStructure</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewStructure.html">ViewStructure</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchProvideContentCaptureStructure()">dispatchProvideContentCaptureStructure</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchProvideStructure(android.view.ViewStructure)">dispatchProvideStructure</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewStructure.html">ViewStructure</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchRestoreInstanceState(android.util.SparseArray&amp;lt;android.os.Parcelable&amp;gt;)">dispatchRestoreInstanceState</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/util/SparseArray.html">SparseArray</a>&lt;<a href="https://developer.android.com/reference/android/os/Parcelable.html">Parcelable</a>!&gt;!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchSaveInstanceState(android.util.SparseArray&amp;lt;android.os.Parcelable&amp;gt;)">dispatchSaveInstanceState</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/util/SparseArray.html">SparseArray</a>&lt;<a href="https://developer.android.com/reference/android/os/Parcelable.html">Parcelable</a>!&gt;!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchScrollCaptureSearch(android.graphics.Rect, android.graphics.Point, java.util.function.Consumer&amp;lt;android.view.ScrollCaptureTarget&amp;gt;)">dispatchScrollCaptureSearch</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Point.html">Point</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/java/util/function/Consumer.html">Consumer</a>&lt;<a href="https://developer.android.com/reference/android/view/ScrollCaptureTarget.html">ScrollCaptureTarget</a>!&gt;!<br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchSetActivated(boolean)">dispatchSetActivated</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchSetPressed(boolean)">dispatchSetPressed</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchSetSelected(boolean)">dispatchSetSelected</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchStartTemporaryDetach()">dispatchStartTemporaryDetach</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchSystemUiVisibilityChanged(int)">dispatchSystemUiVisibilityChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchThawSelfOnly(android.util.SparseArray&amp;lt;android.os.Parcelable&amp;gt;)">dispatchThawSelfOnly</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/util/SparseArray.html">SparseArray</a>&lt;<a href="https://developer.android.com/reference/android/os/Parcelable.html">Parcelable</a>!&gt;!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchTouchEvent(android.view.MotionEvent)">dispatchTouchEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchTrackballEvent(android.view.MotionEvent)">dispatchTrackballEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchUnhandledMove(android.view.View, int)">dispatchUnhandledMove</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchVisibilityChanged(android.view.View, int)">dispatchVisibilityChanged</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchWindowInsetsAnimationEnd(android.view.WindowInsetsAnimation)">dispatchWindowInsetsAnimationEnd</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/WindowInsetsAnimation.html">WindowInsetsAnimation</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchWindowInsetsAnimationPrepare(android.view.WindowInsetsAnimation)">dispatchWindowInsetsAnimationPrepare</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/WindowInsetsAnimation.html">WindowInsetsAnimation</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/WindowInsets.html">WindowInsets</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchWindowInsetsAnimationProgress(android.view.WindowInsets, java.util.List&amp;lt;android.view.WindowInsetsAnimation&amp;gt;)">dispatchWindowInsetsAnimationProgress</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://developer.android.com/reference/android/view/WindowInsets.html">WindowInsets</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;(<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html">Mutable</a>)<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a>&lt;<a href="https://developer.android.com/reference/android/view/WindowInsetsAnimation.html">WindowInsetsAnimation</a>!&gt;!<br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/WindowInsetsAnimation.Bounds.html">WindowInsetsAnimation.Bounds</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchWindowInsetsAnimationStart(android.view.WindowInsetsAnimation, android.view.WindowInsetsAnimation.Bounds)">dispatchWindowInsetsAnimationStart</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;p:&nbsp;<a href="https://developer.android.com/reference/android/view/WindowInsetsAnimation.html">WindowInsetsAnimation</a>!,<br>&nbsp;&nbsp;&nbsp;&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/WindowInsetsAnimation.Bounds.html">WindowInsetsAnimation.Bounds</a>!<br>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchWindowSystemUiVisiblityChanged(int)">dispatchWindowSystemUiVisiblityChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#dispatchWindowVisibilityChanged(int)">dispatchWindowVisibilityChanged</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#drawChild(android.graphics.Canvas, android.view.View, long)">drawChild</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Canvas.html">Canvas</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#drawableStateChanged()">drawableStateChanged</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#endViewTransition(android.view.View)">endViewTransition</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.html">View</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#findFocus()">findFocus</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#findNamedViews(java.util.Map&amp;lt;java.lang.String,android.view.View&amp;gt;)">findNamedViews</a>(p:&nbsp;(<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html">Mutable</a>)<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html">Map</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!,&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!&gt;!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.html">View</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#findViewByAccessibilityIdTraversal(int)">findViewByAccessibilityIdTraversal</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.html">View</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#findViewByAutofillIdTraversal(int)">findViewByAutofillIdTraversal</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code>T!</code></td>
<td>
<div><code>&lt;T&nbsp;:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>?&gt; <a href="https://developer.android.com/reference/android/view/ViewGroup.html#findViewByPredicateTraversal(java.util.function.Predicate&amp;lt;android.view.View&amp;gt;, android.view.View)">findViewByPredicateTraversal</a>(p:&nbsp;<a href="https://developer.android.com/reference/java/util/function/Predicate.html">Predicate</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!&gt;!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code>T!</code></td>
<td>
<div><code>&lt;T&nbsp;:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>?&gt; <a href="https://developer.android.com/reference/android/view/ViewGroup.html#findViewTraversal(int)">findViewTraversal</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code>T!</code></td>
<td>
<div><code>&lt;T&nbsp;:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>?&gt; <a href="https://developer.android.com/reference/android/view/ViewGroup.html#findViewWithTagTraversal(java.lang.Object)">findViewWithTagTraversal</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#findViewsWithText(java.util.ArrayList&amp;lt;android.view.View&amp;gt;, java.lang.CharSequence, int)">findViewsWithText</a>(p:&nbsp;<a href="https://developer.android.com/reference/java/util/ArrayList.html">ArrayList</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!&gt;!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a>!,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.html">View</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#focusSearch(android.view.View, int)">focusSearch</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#focusableViewAvailable(android.view.View)">focusableViewAvailable</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#gatherTransparentRegion(android.graphics.Region)">gatherTransparentRegion</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Region.html">Region</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.html">View</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getChildAt(int)">getChildAt</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getChildCount()">getChildCount</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getChildDrawingOrder(int, int)">getChildDrawingOrder</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getChildMeasureSpec(int, int, int)">getChildMeasureSpec</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getChildStaticTransformation(android.view.View, android.view.animation.Transformation)">getChildStaticTransformation</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/animation/Transformation.html">Transformation</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getChildVisibleRect(android.view.View, android.graphics.Rect, android.graphics.Point)">getChildVisibleRect</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!,&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Point.html">Point</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getClipChildren()">getClipChildren</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getClipToPadding()">getClipToPadding</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getDescendantFocusability()">getDescendantFocusability</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.html">View</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getFocusedChild()">getFocusedChild</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/animation/LayoutAnimationController.html">LayoutAnimationController</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getLayoutAnimation()">getLayoutAnimation</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/animation/Animation.AnimationListener.html">Animation.AnimationListener</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getLayoutAnimationListener()">getLayoutAnimationListener</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getLayoutMode()">getLayoutMode</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/animation/LayoutTransition.html">LayoutTransition</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getLayoutTransition()">getLayoutTransition</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getNestedScrollAxes()">getNestedScrollAxes</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ViewGroupOverlay.html">ViewGroupOverlay</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getOverlay()">getOverlay</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getPersistentDrawingCache()">getPersistentDrawingCache</a>()</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getTouchscreenBlocksFocus()">getTouchscreenBlocksFocus</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.html">View</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getTransientView(int)">getTransientView</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getTransientViewCount()">getTransientViewCount</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#getTransientViewIndex(int)">getTransientViewIndex</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#hasFocus()">hasFocus</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#hasHoveredChild()">hasHoveredChild</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#hasTransientState()">hasTransientState</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#hasWindowInsetsAnimationCallback()">hasWindowInsetsAnimationCallback</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#indexOfChild(android.view.View)">indexOfChild</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#internalSetPadding(int, int, int, int)">internalSetPadding</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#invalidateChild(android.view.View, android.graphics.Rect)">invalidateChild</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ViewParent.html">ViewParent</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#invalidateChildInParent(int[], android.graphics.Rect)">invalidateChildInParent</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#isAlwaysDrawnWithCacheEnabled()">isAlwaysDrawnWithCacheEnabled</a>()</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#isAnimationCacheEnabled()">isAnimationCacheEnabled</a>()</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#isChildrenDrawingOrderEnabled()">isChildrenDrawingOrderEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#isChildrenDrawnWithCacheEnabled()">isChildrenDrawnWithCacheEnabled</a>()</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#isLayoutSuppressed()">isLayoutSuppressed</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#isMotionEventSplittingEnabled()">isMotionEventSplittingEnabled</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#isShowingContextMenuWithCoords()">isShowingContextMenuWithCoords</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#isTransformedTouchPointInView(float, float, android.view.View, android.graphics.PointF)">isTransformedTouchPointInView</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>,&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p3:&nbsp;<a href="https://developer.android.com/reference/android/graphics/PointF.html">PointF</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#isTransitionGroup()">isTransitionGroup</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#jumpDrawablesToCurrentState()">jumpDrawablesToCurrentState</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#layout(int, int, int, int)">layout</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#makeFrameworkOptionalFitsSystemWindows()">makeFrameworkOptionalFitsSystemWindows</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#makeOptionalFitsSystemWindows()">makeOptionalFitsSystemWindows</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#measureChild(android.view.View, int, int)">measureChild</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#measureChildWithMargins(android.view.View, int, int, int, int)">measureChildWithMargins</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p4:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#measureChildren(int, int)">measureChildren</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#notifySubtreeAccessibilityStateChanged(android.view.View, android.view.View, int)">notifySubtreeAccessibilityStateChanged</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#notifySubtreeAccessibilityStateChangedIfNeeded()">notifySubtreeAccessibilityStateChangedIfNeeded</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#offsetChildrenTopAndBottom(int)">offsetChildrenTopAndBottom</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#offsetDescendantRectToMyCoords(android.view.View, android.graphics.Rect)">offsetDescendantRectToMyCoords</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#offsetRectIntoDescendantCoords(android.view.View, android.graphics.Rect)">offsetRectIntoDescendantCoords</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onChildVisibilityChanged(android.view.View, int, int)">onChildVisibilityChanged</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onCreateDrawableState(int)">onCreateDrawableState</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onDebugDraw(android.graphics.Canvas)">onDebugDraw</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Canvas.html">Canvas</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onDebugDrawMargins(android.graphics.Canvas, android.graphics.Paint)">onDebugDrawMargins</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Canvas.html">Canvas</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Paint.html">Paint</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onDescendantInvalidated(android.view.View, android.view.View)">onDescendantInvalidated</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onDescendantUnbufferedRequested()">onDescendantUnbufferedRequested</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onInitializeAccessibilityNodeInfoInternal(android.view.accessibility.AccessibilityNodeInfo)">onInitializeAccessibilityNodeInfoInternal</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityNodeInfo.html">AccessibilityNodeInfo</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onInterceptHoverEvent(android.view.MotionEvent)">onInterceptHoverEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onInterceptTouchEvent(android.view.MotionEvent)">onInterceptTouchEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onNestedFling(android.view.View, float, float, boolean)">onNestedFling</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onNestedPreFling(android.view.View, float, float)">onNestedPreFling</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onNestedPrePerformAccessibilityAction(android.view.View, int, android.os.Bundle)">onNestedPrePerformAccessibilityAction</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://developer.android.com/reference/android/os/Bundle.html">Bundle</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onNestedPreScroll(android.view.View, int, int, int[])">onNestedPreScroll</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onNestedScroll(android.view.View, int, int, int, int)">onNestedScroll</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p3:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p4:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onNestedScrollAccepted(android.view.View, android.view.View, int)">onNestedScrollAccepted</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onRequestFocusInDescendants(int, android.graphics.Rect)">onRequestFocusInDescendants</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onRequestSendAccessibilityEvent(android.view.View, android.view.accessibility.AccessibilityEvent)">onRequestSendAccessibilityEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityEvent.html">AccessibilityEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onRequestSendAccessibilityEventInternal(android.view.View, android.view.accessibility.AccessibilityEvent)">onRequestSendAccessibilityEventInternal</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityEvent.html">AccessibilityEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/PointerIcon.html">PointerIcon</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onResolvePointerIcon(android.view.MotionEvent, int)">onResolvePointerIcon</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onSetLayoutParams(android.view.View, android.view.ViewGroup.LayoutParams)">onSetLayoutParams</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html">ViewGroup.LayoutParams</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onStartNestedScroll(android.view.View, android.view.View, int)">onStartNestedScroll</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onStopNestedScroll(android.view.View)">onStopNestedScroll</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onViewAdded(android.view.View)">onViewAdded</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#onViewRemoved(android.view.View)">onViewRemoved</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#pointInHoveredChild(android.view.MotionEvent)">pointInHoveredChild</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/MotionEvent.html">MotionEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#recomputeViewAttributes(android.view.View)">recomputeViewAttributes</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#removeAllViews()">removeAllViews</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#removeAllViewsInLayout()">removeAllViewsInLayout</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#removeDetachedView(android.view.View, boolean)">removeDetachedView</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#removeTransientView(android.view.View)">removeTransientView</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#removeView(android.view.View)">removeView</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#removeViewAt(int)">removeViewAt</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#removeViewInLayout(android.view.View)">removeViewInLayout</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#removeViews(int, int)">removeViews</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#removeViewsInLayout(int, int)">removeViewsInLayout</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#requestChildFocus(android.view.View, android.view.View)">requestChildFocus</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#requestChildRectangleOnScreen(android.view.View, android.graphics.Rect, boolean)">requestChildRectangleOnScreen</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!,&nbsp;p2:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#requestDisallowInterceptTouchEvent(boolean)">requestDisallowInterceptTouchEvent</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#requestFocus(int, android.graphics.Rect)">requestFocus</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Rect.html">Rect</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#requestSendAccessibilityEvent(android.view.View, android.view.accessibility.AccessibilityEvent)">requestSendAccessibilityEvent</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityEvent.html">AccessibilityEvent</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#requestTransitionStart(android.animation.LayoutTransition)">requestTransitionStart</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/animation/LayoutTransition.html">LayoutTransition</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#requestTransparentRegion(android.view.View)">requestTransparentRegion</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#resetResolvedDrawables()">resetResolvedDrawables</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#resetResolvedLayoutDirection()">resetResolvedLayoutDirection</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#resetResolvedPadding()">resetResolvedPadding</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#resetResolvedTextAlignment()">resetResolvedTextAlignment</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#resetResolvedTextDirection()">resetResolvedTextDirection</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#resetSubtreeAutofillIds()">resetSubtreeAutofillIds</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#resolveDrawables()">resolveDrawables</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#resolveLayoutDirection()">resolveLayoutDirection</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#resolveLayoutParams()">resolveLayoutParams</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#resolvePadding()">resolvePadding</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#resolveRtlPropertiesIfNeeded()">resolveRtlPropertiesIfNeeded</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#resolveTextAlignment()">resolveTextAlignment</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#resolveTextDirection()">resolveTextDirection</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#restoreDefaultFocus()">restoreDefaultFocus</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#restoreFocusInCluster(int)">restoreFocusInCluster</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#restoreFocusNotInCluster()">restoreFocusNotInCluster</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#scheduleLayoutAnimation()">scheduleLayoutAnimation</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setAddStatesFromChildren(boolean)">setAddStatesFromChildren</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setAlwaysDrawnWithCacheEnabled(boolean)">setAlwaysDrawnWithCacheEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setAnimationCacheEnabled(boolean)">setAnimationCacheEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setChildrenDrawingCacheEnabled(boolean)">setChildrenDrawingCacheEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setChildrenDrawingOrderEnabled(boolean)">setChildrenDrawingOrderEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setChildrenDrawnWithCacheEnabled(boolean)">setChildrenDrawnWithCacheEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setClipChildren(boolean)">setClipChildren</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setClipToPadding(boolean)">setClipToPadding</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setDescendantFocusability(int)">setDescendantFocusability</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setLayoutAnimation(android.view.animation.LayoutAnimationController)">setLayoutAnimation</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/animation/LayoutAnimationController.html">LayoutAnimationController</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setLayoutAnimationListener(android.view.animation.Animation.AnimationListener)">setLayoutAnimationListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/animation/Animation.AnimationListener.html">Animation.AnimationListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setLayoutMode(int)">setLayoutMode</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setLayoutTransition(android.animation.LayoutTransition)">setLayoutTransition</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/animation/LayoutTransition.html">LayoutTransition</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setMotionEventSplittingEnabled(boolean)">setMotionEventSplittingEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setOnHierarchyChangeListener(android.view.ViewGroup.OnHierarchyChangeListener)">setOnHierarchyChangeListener</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewGroup.OnHierarchyChangeListener.html">ViewGroup.OnHierarchyChangeListener</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setPersistentDrawingCache(int)">setPersistentDrawingCache</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
<p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setStaticTransformationsEnabled(boolean)">setStaticTransformationsEnabled</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setTouchscreenBlocksFocus(boolean)">setTouchscreenBlocksFocus</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setTransitionGroup(boolean)">setTransitionGroup</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#setWindowInsetsAnimationCallback(android.view.WindowInsetsAnimation.Callback)">setWindowInsetsAnimationCallback</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/WindowInsetsAnimation.Callback.html">WindowInsetsAnimation.Callback</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#showContextMenuForChild(android.view.View)">showContextMenuForChild</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ActionMode.html">ActionMode</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#startActionModeForChild(android.view.View, android.view.ActionMode.Callback)">startActionModeForChild</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/ActionMode.Callback.html">ActionMode.Callback</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#startLayoutAnimation()">startLayoutAnimation</a>()</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#startViewTransition(android.view.View)">startViewTransition</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#subtractObscuredTouchableRegion(android.graphics.Region, android.view.View)">subtractObscuredTouchableRegion</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/graphics/Region.html">Region</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#suppressLayout(boolean)">suppressLayout</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#transformPointToViewLocal(float[], android.view.View)">transformPointToViewLocal</a>(p:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float-array/index.html">FloatArray</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!)</code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#updateViewLayout(android.view.View, android.view.ViewGroup.LayoutParams)">updateViewLayout</a>(p:&nbsp;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;p1:&nbsp;<a href="https://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html">ViewGroup.LayoutParams</a>!)</code></div>
</td>
</tr>
</tbody>
</table>
</div>
</devsite-expandable> </td>
</tr>
</tbody>
</table>
</div>
<div class="devsite-table-wrapper">
<table class="responsive" id="inhmethods">
<thead>
<tr>
<th colspan="100%"><h3>Inherited properties</h3></th>
</tr>
</thead>
<tbody class="list">
<tr>
<td><devsite-expandable><span class="expand-control">From <a href="https://developer.android.com/reference/android/widget/TabHost.html">android.widget.TabHost</a></span>
<div class="devsite-table-wrapper">
<table class="responsive">
<colgroup>
<col width="40%">
<col>
</colgroup>
<tbody class="list">
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#mCurrentTab()">mCurrentTab</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/app/LocalActivityManager.html">LocalActivityManager</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/widget/TabHost.html#mLocalActivityManager()">mLocalActivityManager</a></code></div>
</td>
</tr>
</tbody>
</table>
</div>
</devsite-expandable> </td>
</tr>
<tr>
<td><devsite-expandable><span class="expand-control">From <a href="https://developer.android.com/reference/android/view/View.html">android.view.View</a></span>
<div class="devsite-table-wrapper">
<table class="responsive">
<colgroup>
<col width="40%">
<col>
</colgroup>
<tbody class="list">
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ACCESSIBILITY_CURSOR_POSITION_UNDEFINED()">ACCESSIBILITY_CURSOR_POSITION_UNDEFINED</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE()">ACCESSIBILITY_LIVE_REGION_ASSERTIVE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ACCESSIBILITY_LIVE_REGION_NONE()">ACCESSIBILITY_LIVE_REGION_NONE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ACCESSIBILITY_LIVE_REGION_POLITE()">ACCESSIBILITY_LIVE_REGION_POLITE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://developer.android.com/reference/android/util/Property.html">Property</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ALPHA()">ALPHA</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS()">AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE()">AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY()">AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH()">AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR()">AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER()">AUTOFILL_HINT_CREDIT_CARD_NUMBER</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE()">AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_HINT_EMAIL_ADDRESS()">AUTOFILL_HINT_EMAIL_ADDRESS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_HINT_NAME()">AUTOFILL_HINT_NAME</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_HINT_PASSWORD()">AUTOFILL_HINT_PASSWORD</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_HINT_PHONE()">AUTOFILL_HINT_PHONE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_HINT_POSTAL_ADDRESS()">AUTOFILL_HINT_POSTAL_ADDRESS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_HINT_POSTAL_CODE()">AUTOFILL_HINT_POSTAL_CODE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_HINT_USERNAME()">AUTOFILL_HINT_USERNAME</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_TYPE_DATE()">AUTOFILL_TYPE_DATE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_TYPE_LIST()">AUTOFILL_TYPE_LIST</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_TYPE_NONE()">AUTOFILL_TYPE_NONE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_TYPE_TEXT()">AUTOFILL_TYPE_TEXT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#AUTOFILL_TYPE_TOGGLE()">AUTOFILL_TYPE_TOGGLE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#DEBUG_DRAW()">DEBUG_DRAW</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#DRAG_FLAG_GLOBAL()">DRAG_FLAG_GLOBAL</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION()">DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION()">DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#DRAG_FLAG_GLOBAL_URI_READ()">DRAG_FLAG_GLOBAL_URI_READ</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#DRAG_FLAG_GLOBAL_URI_WRITE()">DRAG_FLAG_GLOBAL_URI_WRITE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#DRAG_FLAG_OPAQUE()">DRAG_FLAG_OPAQUE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#DRAWING_CACHE_QUALITY_AUTO()">DRAWING_CACHE_QUALITY_AUTO</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#DRAWING_CACHE_QUALITY_HIGH()">DRAWING_CACHE_QUALITY_HIGH</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#DRAWING_CACHE_QUALITY_LOW()">DRAWING_CACHE_QUALITY_LOW</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#EMPTY_STATE_SET()">EMPTY_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ENABLED_FOCUSED_SELECTED_STATE_SET()">ENABLED_FOCUSED_SELECTED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET()">ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ENABLED_FOCUSED_STATE_SET()">ENABLED_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET()">ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ENABLED_SELECTED_STATE_SET()">ENABLED_SELECTED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET()">ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ENABLED_STATE_SET()">ENABLED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ENABLED_WINDOW_FOCUSED_STATE_SET()">ENABLED_WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FIND_VIEWS_WITH_ACCESSIBILITY_NODE_PROVIDERS()">FIND_VIEWS_WITH_ACCESSIBILITY_NODE_PROVIDERS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION()">FIND_VIEWS_WITH_CONTENT_DESCRIPTION</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FIND_VIEWS_WITH_TEXT()">FIND_VIEWS_WITH_TEXT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FOCUSABLE()">FOCUSABLE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FOCUSABLES_ALL()">FOCUSABLES_ALL</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FOCUSABLES_TOUCH_MODE()">FOCUSABLES_TOUCH_MODE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FOCUSABLE_AUTO()">FOCUSABLE_AUTO</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FOCUSED_SELECTED_STATE_SET()">FOCUSED_SELECTED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET()">FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FOCUSED_STATE_SET()">FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FOCUSED_WINDOW_FOCUSED_STATE_SET()">FOCUSED_WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FOCUS_BACKWARD()">FOCUS_BACKWARD</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FOCUS_DOWN()">FOCUS_DOWN</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FOCUS_FORWARD()">FOCUS_FORWARD</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FOCUS_LEFT()">FOCUS_LEFT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FOCUS_RIGHT()">FOCUS_RIGHT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#FOCUS_UP()">FOCUS_UP</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#GONE()">GONE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#HAPTIC_FEEDBACK_ENABLED()">HAPTIC_FEEDBACK_ENABLED</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO()">IMPORTANT_FOR_ACCESSIBILITY_AUTO</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#IMPORTANT_FOR_ACCESSIBILITY_NO()">IMPORTANT_FOR_ACCESSIBILITY_NO</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS()">IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#IMPORTANT_FOR_ACCESSIBILITY_YES()">IMPORTANT_FOR_ACCESSIBILITY_YES</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#IMPORTANT_FOR_AUTOFILL_AUTO()">IMPORTANT_FOR_AUTOFILL_AUTO</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#IMPORTANT_FOR_AUTOFILL_NO()">IMPORTANT_FOR_AUTOFILL_NO</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS()">IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#IMPORTANT_FOR_AUTOFILL_YES()">IMPORTANT_FOR_AUTOFILL_YES</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS()">IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO()">IMPORTANT_FOR_CONTENT_CAPTURE_AUTO</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO()">IMPORTANT_FOR_CONTENT_CAPTURE_NO</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS()">IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES()">IMPORTANT_FOR_CONTENT_CAPTURE_YES</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS()">IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#INVISIBLE()">INVISIBLE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#KEEP_SCREEN_ON()">KEEP_SCREEN_ON</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#LAST_APP_AUTOFILL_ID()">LAST_APP_AUTOFILL_ID</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#LAYER_TYPE_HARDWARE()">LAYER_TYPE_HARDWARE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#LAYER_TYPE_NONE()">LAYER_TYPE_NONE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#LAYER_TYPE_SOFTWARE()">LAYER_TYPE_SOFTWARE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#LAYOUT_DIRECTION_INHERIT()">LAYOUT_DIRECTION_INHERIT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#LAYOUT_DIRECTION_LOCALE()">LAYOUT_DIRECTION_LOCALE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#LAYOUT_DIRECTION_LTR()">LAYOUT_DIRECTION_LTR</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#LAYOUT_DIRECTION_RTL()">LAYOUT_DIRECTION_RTL</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#LAYOUT_DIRECTION_UNDEFINED()">LAYOUT_DIRECTION_UNDEFINED</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#MEASURED_HEIGHT_STATE_SHIFT()">MEASURED_HEIGHT_STATE_SHIFT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#MEASURED_SIZE_MASK()">MEASURED_SIZE_MASK</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#MEASURED_STATE_MASK()">MEASURED_STATE_MASK</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#MEASURED_STATE_TOO_SMALL()">MEASURED_STATE_TOO_SMALL</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#NOT_FOCUSABLE()">NOT_FOCUSABLE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#NO_ID()">NO_ID</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#OVER_SCROLL_ALWAYS()">OVER_SCROLL_ALWAYS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#OVER_SCROLL_IF_CONTENT_SCROLLS()">OVER_SCROLL_IF_CONTENT_SCROLLS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#OVER_SCROLL_NEVER()">OVER_SCROLL_NEVER</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_ENABLED_FOCUSED_SELECTED_STATE_SET()">PRESSED_ENABLED_FOCUSED_SELECTED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET()">PRESSED_ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_ENABLED_FOCUSED_STATE_SET()">PRESSED_ENABLED_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET()">PRESSED_ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_ENABLED_SELECTED_STATE_SET()">PRESSED_ENABLED_SELECTED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET()">PRESSED_ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_ENABLED_STATE_SET()">PRESSED_ENABLED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_ENABLED_WINDOW_FOCUSED_STATE_SET()">PRESSED_ENABLED_WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_FOCUSED_SELECTED_STATE_SET()">PRESSED_FOCUSED_SELECTED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET()">PRESSED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_FOCUSED_STATE_SET()">PRESSED_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_FOCUSED_WINDOW_FOCUSED_STATE_SET()">PRESSED_FOCUSED_WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_SELECTED_STATE_SET()">PRESSED_SELECTED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_SELECTED_WINDOW_FOCUSED_STATE_SET()">PRESSED_SELECTED_WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_STATE_SET()">PRESSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PRESSED_WINDOW_FOCUSED_STATE_SET()">PRESSED_WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#PUBLIC_STATUS_BAR_VISIBILITY_MASK()">PUBLIC_STATUS_BAR_VISIBILITY_MASK</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://developer.android.com/reference/android/util/Property.html">Property</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ROTATION()">ROTATION</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://developer.android.com/reference/android/util/Property.html">Property</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ROTATION_X()">ROTATION_X</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://developer.android.com/reference/android/util/Property.html">Property</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#ROTATION_Y()">ROTATION_Y</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://developer.android.com/reference/android/util/Property.html">Property</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCALE_X()">SCALE_X</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://developer.android.com/reference/android/util/Property.html">Property</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCALE_Y()">SCALE_Y</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCREEN_STATE_OFF()">SCREEN_STATE_OFF</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCREEN_STATE_ON()">SCREEN_STATE_ON</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLLBARS_INSIDE_INSET()">SCROLLBARS_INSIDE_INSET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLLBARS_INSIDE_OVERLAY()">SCROLLBARS_INSIDE_OVERLAY</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLLBARS_OUTSIDE_INSET()">SCROLLBARS_OUTSIDE_INSET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLLBARS_OUTSIDE_OVERLAY()">SCROLLBARS_OUTSIDE_OVERLAY</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLLBAR_POSITION_DEFAULT()">SCROLLBAR_POSITION_DEFAULT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLLBAR_POSITION_LEFT()">SCROLLBAR_POSITION_LEFT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLLBAR_POSITION_RIGHT()">SCROLLBAR_POSITION_RIGHT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLL_AXIS_HORIZONTAL()">SCROLL_AXIS_HORIZONTAL</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLL_AXIS_NONE()">SCROLL_AXIS_NONE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLL_AXIS_VERTICAL()">SCROLL_AXIS_VERTICAL</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLL_CAPTURE_HINT_AUTO()">SCROLL_CAPTURE_HINT_AUTO</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLL_CAPTURE_HINT_EXCLUDE()">SCROLL_CAPTURE_HINT_EXCLUDE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS()">SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLL_CAPTURE_HINT_INCLUDE()">SCROLL_CAPTURE_HINT_INCLUDE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLL_INDICATOR_BOTTOM()">SCROLL_INDICATOR_BOTTOM</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLL_INDICATOR_END()">SCROLL_INDICATOR_END</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLL_INDICATOR_LEFT()">SCROLL_INDICATOR_LEFT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLL_INDICATOR_RIGHT()">SCROLL_INDICATOR_RIGHT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLL_INDICATOR_START()">SCROLL_INDICATOR_START</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SCROLL_INDICATOR_TOP()">SCROLL_INDICATOR_TOP</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SELECTED_STATE_SET()">SELECTED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SELECTED_WINDOW_FOCUSED_STATE_SET()">SELECTED_WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SOUND_EFFECTS_ENABLED()">SOUND_EFFECTS_ENABLED</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#STATUS_BAR_DISABLE_BACK()">STATUS_BAR_DISABLE_BACK</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#STATUS_BAR_DISABLE_CLOCK()">STATUS_BAR_DISABLE_CLOCK</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#STATUS_BAR_DISABLE_EXPAND()">STATUS_BAR_DISABLE_EXPAND</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#STATUS_BAR_DISABLE_HOME()">STATUS_BAR_DISABLE_HOME</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#STATUS_BAR_DISABLE_NOTIFICATION_ALERTS()">STATUS_BAR_DISABLE_NOTIFICATION_ALERTS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#STATUS_BAR_DISABLE_NOTIFICATION_ICONS()">STATUS_BAR_DISABLE_NOTIFICATION_ICONS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#STATUS_BAR_DISABLE_NOTIFICATION_TICKER()">STATUS_BAR_DISABLE_NOTIFICATION_TICKER</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#STATUS_BAR_DISABLE_ONGOING_CALL_CHIP()">STATUS_BAR_DISABLE_ONGOING_CALL_CHIP</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#STATUS_BAR_DISABLE_RECENT()">STATUS_BAR_DISABLE_RECENT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#STATUS_BAR_DISABLE_SEARCH()">STATUS_BAR_DISABLE_SEARCH</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#STATUS_BAR_DISABLE_SYSTEM_INFO()">STATUS_BAR_DISABLE_SYSTEM_INFO</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#STATUS_BAR_HIDDEN()">STATUS_BAR_HIDDEN</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#STATUS_BAR_VISIBLE()">STATUS_BAR_VISIBLE</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SYSTEM_UI_CLEARABLE_FLAGS()">SYSTEM_UI_CLEARABLE_FLAGS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SYSTEM_UI_FLAG_FULLSCREEN()">SYSTEM_UI_FLAG_FULLSCREEN</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION()">SYSTEM_UI_FLAG_HIDE_NAVIGATION</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SYSTEM_UI_FLAG_IMMERSIVE()">SYSTEM_UI_FLAG_IMMERSIVE</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY()">SYSTEM_UI_FLAG_IMMERSIVE_STICKY</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN()">SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION()">SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SYSTEM_UI_FLAG_LAYOUT_STABLE()">SYSTEM_UI_FLAG_LAYOUT_STABLE</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR()">SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR()">SYSTEM_UI_FLAG_LIGHT_STATUS_BAR</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SYSTEM_UI_FLAG_LOW_PROFILE()">SYSTEM_UI_FLAG_LOW_PROFILE</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SYSTEM_UI_FLAG_VISIBLE()">SYSTEM_UI_FLAG_VISIBLE</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#SYSTEM_UI_LAYOUT_FLAGS()">SYSTEM_UI_LAYOUT_FLAGS</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TEXT_ALIGNMENT_CENTER()">TEXT_ALIGNMENT_CENTER</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TEXT_ALIGNMENT_GRAVITY()">TEXT_ALIGNMENT_GRAVITY</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TEXT_ALIGNMENT_INHERIT()">TEXT_ALIGNMENT_INHERIT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TEXT_ALIGNMENT_TEXT_END()">TEXT_ALIGNMENT_TEXT_END</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TEXT_ALIGNMENT_TEXT_START()">TEXT_ALIGNMENT_TEXT_START</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TEXT_ALIGNMENT_VIEW_END()">TEXT_ALIGNMENT_VIEW_END</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TEXT_ALIGNMENT_VIEW_START()">TEXT_ALIGNMENT_VIEW_START</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TEXT_DIRECTION_ANY_RTL()">TEXT_DIRECTION_ANY_RTL</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TEXT_DIRECTION_FIRST_STRONG()">TEXT_DIRECTION_FIRST_STRONG</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TEXT_DIRECTION_FIRST_STRONG_LTR()">TEXT_DIRECTION_FIRST_STRONG_LTR</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TEXT_DIRECTION_FIRST_STRONG_RTL()">TEXT_DIRECTION_FIRST_STRONG_RTL</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TEXT_DIRECTION_INHERIT()">TEXT_DIRECTION_INHERIT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TEXT_DIRECTION_LOCALE()">TEXT_DIRECTION_LOCALE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TEXT_DIRECTION_LTR()">TEXT_DIRECTION_LTR</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TEXT_DIRECTION_RTL()">TEXT_DIRECTION_RTL</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://developer.android.com/reference/android/util/Property.html">Property</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TRANSLATION_X()">TRANSLATION_X</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://developer.android.com/reference/android/util/Property.html">Property</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TRANSLATION_Y()">TRANSLATION_Y</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://developer.android.com/reference/android/util/Property.html">Property</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#TRANSLATION_Z()">TRANSLATION_Z</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#VIEW_LOG_TAG()">VIEW_LOG_TAG</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#VIEW_STRUCTURE_FOR_ASSIST()">VIEW_STRUCTURE_FOR_ASSIST</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#VIEW_STRUCTURE_FOR_AUTOFILL()">VIEW_STRUCTURE_FOR_AUTOFILL</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#VIEW_STRUCTURE_FOR_CONTENT_CAPTURE()">VIEW_STRUCTURE_FOR_CONTENT_CAPTURE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#VISIBLE()">VISIBLE</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html">IntArray</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#WINDOW_FOCUSED_STATE_SET()">WINDOW_FOCUSED_STATE_SET</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://developer.android.com/reference/android/util/Property.html">Property</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#X()">X</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://developer.android.com/reference/android/util/Property.html">Property</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#Y()">Y</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://developer.android.com/reference/android/util/Property.html">Property</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!,&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html">Float</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#Z()">Z</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html">Array</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mAttributes()">mAttributes</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mBottom()">mBottom</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mCachingFailed()">mCachingFailed</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/content/Context.html">Context</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mContext()">mContext</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/animation/Animation.html">Animation</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mCurrentAnimation()">mCurrentAnimation</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/InputEventConsistencyVerifier.html">InputEventConsistencyVerifier</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mInputEventConsistencyVerifier()">mInputEventConsistencyVerifier</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html">ViewGroup.LayoutParams</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mLayoutParams()">mLayoutParams</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mLeft()">mLeft</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mPaddingBottom()">mPaddingBottom</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mPaddingLeft()">mPaddingLeft</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mPaddingRight()">mPaddingRight</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mPaddingTop()">mPaddingTop</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ViewParent.html">ViewParent</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mParent()">mParent</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mPrivateFlags()">mPrivateFlags</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mRight()">mRight</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mScrollX()">mScrollX</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mScrollY()">mScrollY</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mTag()">mTag</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mTop()">mTop</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/View.TransformationInfo.html">View.TransformationInfo</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mTransformationInfo()">mTransformationInfo</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mUserPaddingBottom()">mUserPaddingBottom</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mUserPaddingLeft()">mUserPaddingLeft</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#mUserPaddingRight()">mUserPaddingRight</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#sBrokenWindowBackground()">sBrokenWindowBackground</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#sDebugViewAttributes()">sDebugViewAttributes</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#sDebugViewAttributesApplicationPackage()">sDebugViewAttributesApplicationPackage</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/View.html#sPreserveMarginParamsInLayoutParamConversion()">sPreserveMarginParamsInLayoutParamConversion</a></code></div>
</td>
</tr>
</tbody>
</table>
</div>
</devsite-expandable> </td>
</tr>
<tr>
<td><devsite-expandable><span class="expand-control">From <a href="https://developer.android.com/reference/android/view/ViewGroup.html">android.view.ViewGroup</a></span>
<div class="devsite-table-wrapper">
<table class="responsive">
<colgroup>
<col width="40%">
<col>
</colgroup>
<tbody class="list">
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#CLIP_TO_PADDING_MASK()">CLIP_TO_PADDING_MASK</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#FLAG_DISALLOW_INTERCEPT()">FLAG_DISALLOW_INTERCEPT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#FLAG_SUPPORT_STATIC_TRANSFORMATIONS()">FLAG_SUPPORT_STATIC_TRANSFORMATIONS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#FLAG_USE_CHILD_DRAWING_ORDER()">FLAG_USE_CHILD_DRAWING_ORDER</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#FOCUS_AFTER_DESCENDANTS()">FOCUS_AFTER_DESCENDANTS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#FOCUS_BEFORE_DESCENDANTS()">FOCUS_BEFORE_DESCENDANTS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#FOCUS_BLOCK_DESCENDANTS()">FOCUS_BLOCK_DESCENDANTS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#LAYOUT_MODE_CLIP_BOUNDS()">LAYOUT_MODE_CLIP_BOUNDS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#LAYOUT_MODE_DEFAULT()">LAYOUT_MODE_DEFAULT</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#LAYOUT_MODE_OPTICAL_BOUNDS()">LAYOUT_MODE_OPTICAL_BOUNDS</a></code></div>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#PERSISTENT_ALL_CACHES()">PERSISTENT_ALL_CACHES</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#PERSISTENT_ANIMATION_CACHE()">PERSISTENT_ANIMATION_CACHE</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#PERSISTENT_NO_CACHE()">PERSISTENT_NO_CACHE</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>java-static <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#PERSISTENT_SCROLLING_CACHE()">PERSISTENT_SCROLLING_CACHE</a></code></div>
<p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/java/util/ArrayList.html">ArrayList</a>&lt;<a href="https://developer.android.com/reference/android/view/View.html">View</a>!&gt;!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#mDisappearingChildren()">mDisappearingChildren</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#mGroupFlags()">mGroupFlags</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://developer.android.com/reference/android/view/ViewGroup.OnHierarchyChangeListener.html">ViewGroup.OnHierarchyChangeListener</a>!</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#mOnHierarchyChangeListener()">mOnHierarchyChangeListener</a></code></div>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/android/view/ViewGroup.html#mPersistentDrawingCache()">mPersistentDrawingCache</a></code></div>
</td>
</tr>
</tbody>
</table>
</div>
</devsite-expandable> </td>
</tr>
</tbody>
</table>
</div>
<div class="list">
<h2>Public constructors</h2>
<div class="api-item"><a name="FragmentTabHost-android.content.Context-"></a><a name="fragmenttabhost"></a>
<h3 class="api-name" id="FragmentTabHost(android.content.Context)">FragmentTabHost</h3>
<pre class="api-signature no-pretty-print"><span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#FragmentTabHost(android.content.Context)">FragmentTabHost</a></del></span>(context:&nbsp;<a href="https://developer.android.com/reference/android/content/Context.html">Context</a>)</pre>
<aside class="caution"><strong>This function is deprecated.</strong><br>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</aside>
</div>
<div class="api-item"><a name="FragmentTabHost(android.content.Context, android.util.AttributeSet)"></a><a name="FragmentTabHost-android.content.Context-android.util.AttributeSet-"></a><a name="fragmenttabhost"></a>
<h3 class="api-name" id="FragmentTabHost(android.content.Context,android.util.AttributeSet)">FragmentTabHost</h3>
<pre class="api-signature no-pretty-print"><span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#FragmentTabHost(android.content.Context,android.util.AttributeSet)">FragmentTabHost</a></del></span>(context:&nbsp;<a href="https://developer.android.com/reference/android/content/Context.html">Context</a>,&nbsp;attrs:&nbsp;<a href="https://developer.android.com/reference/android/util/AttributeSet.html">AttributeSet</a>?)</pre>
<aside class="caution"><strong>This function is deprecated.</strong><br>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</aside>
</div>
</div>
<div class="list">
<h2>Public functions</h2>
<div class="api-item"><a name="addTab(android.widget.TabHost.TabSpec, java.lang.Class&lt;?&gt;, android.os.Bundle)"></a><a name="addTab-android.widget.TabHost.TabSpec-java.lang.Class&lt;?&gt;-android.os.Bundle-"></a><a name="addtab"></a>
<h3 class="api-name" id="addTab(android.widget.TabHost.TabSpec,java.lang.Class&lt;?&gt;,android.os.Bundle)">addTab</h3>
<pre class="api-signature no-pretty-print">fun&nbsp;<span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#addTab(android.widget.TabHost.TabSpec,java.lang.Class&lt;?&gt;,android.os.Bundle)">addTab</a></del></span>(tabSpec:&nbsp;<a href="https://developer.android.com/reference/android/widget/TabHost.TabSpec.html">TabHost.TabSpec</a>,&nbsp;clss:&nbsp;<a href="https://developer.android.com/reference/java/lang/Class.html">Class</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!&gt;,&nbsp;args:&nbsp;<a href="https://developer.android.com/reference/android/os/Bundle.html">Bundle</a>?):&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
<aside class="caution"><strong>This function is deprecated.</strong><br>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</aside>
</div>
<div class="api-item"><a name="onTabChanged-java.lang.String-"></a><a name="ontabchanged"></a>
<h3 class="api-name" id="onTabChanged(java.lang.String)">onTabChanged</h3>
<pre class="api-signature no-pretty-print">fun&nbsp;<span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#onTabChanged(java.lang.String)">onTabChanged</a></del></span>(tabId:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>?):&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
<aside class="caution"><strong>This function is deprecated.</strong><br>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</aside>
</div>
<div class="api-item"><a name="setOnTabChangedListener-android.widget.TabHost.OnTabChangeListener-"></a><a name="setontabchangedlistener"></a>
<h3 class="api-name" id="setOnTabChangedListener(android.widget.TabHost.OnTabChangeListener)">setOnTabChangedListener</h3>
<pre class="api-signature no-pretty-print">fun&nbsp;<span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#setOnTabChangedListener(android.widget.TabHost.OnTabChangeListener)">setOnTabChangedListener</a></del></span>(l:&nbsp;<a href="https://developer.android.com/reference/android/widget/TabHost.OnTabChangeListener.html">TabHost.OnTabChangeListener</a>?):&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
<aside class="caution"><strong>This function is deprecated.</strong><br>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</aside>
</div>
<div class="api-item"><a name="setup--"></a><a name="setup"></a>
<h3 class="api-name" id="setup()">setup</h3>
<pre class="api-signature no-pretty-print">fun&nbsp;<span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#setup()">setup</a></del></span>():&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
<aside class="caution"><strong>This function is deprecated.</strong><br>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</aside>
</div>
<div class="api-item"><a name="setup(android.content.Context, androidx.fragment.app.FragmentManager)"></a><a name="setup-android.content.Context-androidx.fragment.app.FragmentManager-"></a><a name="setup"></a>
<h3 class="api-name" id="setup(android.content.Context,androidx.fragment.app.FragmentManager)">setup</h3>
<pre class="api-signature no-pretty-print">fun&nbsp;<span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#setup(android.content.Context,androidx.fragment.app.FragmentManager)">setup</a></del></span>(context:&nbsp;<a href="https://developer.android.com/reference/android/content/Context.html">Context</a>,&nbsp;manager:&nbsp;<a href="/reference/kotlin/androidx/fragment/app/FragmentManager.html">FragmentManager</a>):&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
<aside class="caution"><strong>This function is deprecated.</strong><br>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</aside>
<p>Set up the FragmentTabHost to use the given FragmentManager</p>
</div>
<div class="api-item"><a name="setup(android.content.Context, androidx.fragment.app.FragmentManager, int)"></a><a name="setup-android.content.Context-androidx.fragment.app.FragmentManager-int-"></a><a name="setup"></a>
<h3 class="api-name" id="setup(android.content.Context,androidx.fragment.app.FragmentManager,int)">setup</h3>
<pre class="api-signature no-pretty-print">fun&nbsp;<span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#setup(android.content.Context,androidx.fragment.app.FragmentManager,int)">setup</a></del></span>(context:&nbsp;<a href="https://developer.android.com/reference/android/content/Context.html">Context</a>,&nbsp;manager:&nbsp;<a href="/reference/kotlin/androidx/fragment/app/FragmentManager.html">FragmentManager</a>,&nbsp;containerId:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>):&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
<aside class="caution"><strong>This function is deprecated.</strong><br>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</aside>
<p>Set up the FragmentTabHost to use the given FragmentManager</p>
</div>
</div>
<div class="list">
<h2>Protected functions</h2>
<div class="api-item"><a name="onAttachedToWindow--"></a><a name="onattachedtowindow"></a>
<h3 class="api-name" id="onAttachedToWindow()">onAttachedToWindow</h3>
<pre class="api-signature no-pretty-print">protected&nbsp;fun&nbsp;<span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#onAttachedToWindow()">onAttachedToWindow</a></del></span>():&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
<aside class="caution"><strong>This function is deprecated.</strong><br>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</aside>
</div>
<div class="api-item"><a name="onDetachedFromWindow--"></a><a name="ondetachedfromwindow"></a>
<h3 class="api-name" id="onDetachedFromWindow()">onDetachedFromWindow</h3>
<pre class="api-signature no-pretty-print">protected&nbsp;fun&nbsp;<span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#onDetachedFromWindow()">onDetachedFromWindow</a></del></span>():&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
<aside class="caution"><strong>This function is deprecated.</strong><br>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</aside>
</div>
<div class="api-item"><a name="onRestoreInstanceState-android.os.Parcelable-"></a><a name="onrestoreinstancestate"></a>
<h3 class="api-name" id="onRestoreInstanceState(android.os.Parcelable)">onRestoreInstanceState</h3>
<pre class="api-signature no-pretty-print">protected&nbsp;fun&nbsp;<span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#onRestoreInstanceState(android.os.Parcelable)">onRestoreInstanceState</a></del></span>(state:&nbsp;<a href="https://developer.android.com/reference/android/os/Parcelable.html">Parcelable</a>!):&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
<aside class="caution"><strong>This function is deprecated.</strong><br>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</aside>
</div>
<div class="api-item"><a name="onSaveInstanceState--"></a><a name="onsaveinstancestate"></a>
<h3 class="api-name" id="onSaveInstanceState()">onSaveInstanceState</h3>
<pre class="api-signature no-pretty-print">protected&nbsp;fun&nbsp;<span><del><a href="/reference/kotlin/androidx/fragment/app/FragmentTabHost.html#onSaveInstanceState()">onSaveInstanceState</a></del></span>():&nbsp;<a href="https://developer.android.com/reference/android/os/Parcelable.html">Parcelable</a></pre>
<aside class="caution"><strong>This function is deprecated.</strong><br>
<p>Use <a href="https://developer.android.com/guide/navigation/navigation-swipe-view ">TabLayout and ViewPager</a> instead.</p>
</aside>
</div>
</div>
</body>
</html>