Home
last modified time | relevance | path

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

/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/UnifiedEmail/src/com/android/mail/ui/
DAttachmentTileGrid.java164 final int childWidth = imageSize + (i < remainder ? 1 : 0); in onMeasureForTiles() local
201 final int childWidth = child.getMeasuredWidth(); in onLayoutForTiles() local
/packages/apps/Calculator/src/com/android/calculator2/
DCalculatorPadLayout.java86 final int childWidth = childRight - childLeft; in onLayout() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
DProportionalLayout.java99 final int childWidth = child.getMeasuredWidth(); in onMeasure() local
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardContainerView.java106 final int childWidth = lp.width; in onLayout() local
/packages/apps/Contacts/src/com/android/contacts/widget/
DInterpolatingLayout.java228 int childWidth = params.resolveWidth(parentWidth); in onMeasure() local
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java1150 final int childWidth = child.getMeasuredWidth(); in layoutVertical() local
1272 final int childWidth = child.getMeasuredWidth(); in layoutHorizontal() local
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java797 int childWidth; in onMeasure() local
882 final int childWidth = child.getMeasuredWidth(); in onLayout() local
1971 int childWidth = layout.getMeasuredWidth(); in getPageNearestToCenterOfScreen() local
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java662 final int childWidth = getScaledMeasuredWidth(child); in onLayout() local
1481 int childWidth = getScaledMeasuredWidth(layout); in getPageNearestToCenterOfScreen() local