Home
last modified time | relevance | path

Searched refs:childLeft (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java1114 int childLeft; in layoutVertical() local
1164 childLeft = paddingLeft + ((childSpace - childWidth) / 2) in layoutVertical()
1169 childLeft = childRight - childWidth - lp.rightMargin; in layoutVertical()
1174 childLeft = paddingLeft + lp.leftMargin; in layoutVertical()
1183 setChildFrame(child, childLeft, childTop + getLocationOffset(child), in layoutVertical()
1220 int childLeft; in layoutHorizontal() local
1243 childLeft = mPaddingLeft + right - left - mTotalLength; in layoutHorizontal()
1248 childLeft = mPaddingLeft + (right - left - mTotalLength) / 2; in layoutHorizontal()
1253 childLeft = mPaddingLeft; in layoutHorizontal()
1270 childLeft += measureNullChild(childIndex); in layoutHorizontal()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java194 int childLeft = lp.x; in layoutChild() local
196 child.layout(childLeft, childTop, childLeft + lp.width, childTop + lp.height); in layoutChild()
205 cellXY[0] + childLeft + lp.width / 2, in layoutChild()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DLandscapePagedViewHandler.java334 final int childLeft = pageCenter - childWidth/ 2; in getChildBounds() local
336 child.layout(childLeft, childStart, childLeft + childWidth, childBottom); in getChildBounds()
338 return new ChildBounds(childHeight, childWidth, childBottom, childLeft); in getChildBounds()
/packages/apps/TV/tuner/src/com/android/tv/tuner/layout/
DScaledLayout.java272 int childLeft = paddingLeft + mRectArray[i].left; in onLayout() local
281 childBottom, childLeft, childRight, childTop)); in onLayout()
283 child.layout(childLeft, childTop, childRight, childBottom); in onLayout()
/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java272 int childLeft = forward ? x : x - columnWidth; in makeAndAddColumn() local
273 child.layout(childLeft, nextTop, childLeft + columnWidth, nextTop + heightSize); in makeAndAddColumn()