Home
last modified time | relevance | path

Searched defs:childWidth (Results 1 – 9 of 9) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DDisplayAspectRatioFrameLayout.kt53 val childWidth = in <lambda>() constant
DDisplayAspectRatioLinearLayout.kt45 val (childWidth, childHeight) = in <lambda>() constant
/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DResolverDrawerLayoutExt.kt37 val childWidth = firstChild?.width ?: 0 in getVisibleDrawerRect() constant
/packages/apps/Messaging/src/com/android/messaging/ui/
DLineWrapLayout.java116 int childWidth = currChild.getMeasuredWidth(); in onLayout() local
145 int childWidth = currChild.getMeasuredWidth(); in onLayout() local
/packages/apps/Contacts/src/com/android/contacts/widget/
DProportionalLayout.java99 final int childWidth = child.getMeasuredWidth(); in onMeasure() local
DInterpolatingLayout.java228 int childWidth = params.resolveWidth(parentWidth); in onMeasure() local
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DDefaultPagedViewHandler.java118 final int childWidth = child.getMeasuredWidth(); in getChildBounds() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DLandscapePagedViewHandler.kt331 val childWidth = child.measuredWidth in getUpDirection() constant
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java1151 final int childWidth = child.getMeasuredWidth(); in layoutVertical() local
1273 final int childWidth = child.getMeasuredWidth(); in layoutHorizontal() local