Home
last modified time | relevance | path

Searched refs:updateLayoutParams (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/core/ktx/src/main/java/androidx/core/view/
DView.kt274 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/
DViewTest.kt233 @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/
DTaskViewHeader.java265 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/
DScreenDecorations.java214 updateLayoutParams(); in updateOrientation()
344 private void updateLayoutParams() { in updateLayoutParams() method in ScreenDecorations
/frameworks/support/core/ktx/api/
Dcurrent.txt663 …method public static void updateLayoutParams(android.view.View, kotlin.jvm.functions.Function1<? s…
D0.2.txt717 …method public static void updateLayoutParams(android.view.ViewGroup, kotlin.jvm.functions.Function…