Searched refs:updateLayoutParams (Results 1 – 6 of 6) sorted by relevance
/frameworks/support/core/ktx/src/main/java/androidx/core/view/ |
D | View.kt | 274 inline fun View.updateLayoutParams(block: ViewGroup.LayoutParams.() -> Unit) { in updateLayoutParams() method 275 updateLayoutParams<ViewGroup.LayoutParams>(block) in updateLayoutParams() 286 inline fun <reified T : ViewGroup.LayoutParams> View.updateLayoutParams(block: T.() -> Unit) { in updateLayoutParams() method
|
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/view/ |
D | ViewTest.kt | 233 @Test fun updateLayoutParams() { in updateLayoutParams() method in androidx.core.view.ViewTest 235 view.updateLayoutParams { in updateLayoutParams() 248 view.updateLayoutParams<LinearLayout.LayoutParams> { in updateLayoutParamsAsType() 259 view.updateLayoutParams<RelativeLayout.LayoutParams> { in updateLayoutParamsWrongType()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskViewHeader.java | 265 private void updateLayoutParams(View icon, View title, View secondaryButton, View button) { in updateLayoutParams() method in TaskViewHeader 317 updateLayoutParams(mIconView, mTitleView, mMoveTaskButton, mDismissButton); in onConfigurationChanged() 319 updateLayoutParams(mAppIconView, mAppTitleView, null, mAppInfoView); in onConfigurationChanged() 627 updateLayoutParams(mAppIconView, mAppTitleView, null, mAppInfoView); in showAppOverlay()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 214 updateLayoutParams(); in updateOrientation() 344 private void updateLayoutParams() { in updateLayoutParams() method in ScreenDecorations
|
/frameworks/support/core/ktx/api/ |
D | current.txt | 663 …method public static void updateLayoutParams(android.view.View, kotlin.jvm.functions.Function1<? s…
|
D | 0.2.txt | 717 …method public static void updateLayoutParams(android.view.ViewGroup, kotlin.jvm.functions.Function…
|