Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java234 int childLeft = lp.x; in layoutChild() local
244 childLeft, childTop, childLeft + lp.width, childTop + lp.height); in layoutChild()
246 child.layout(childLeft, childTop, childLeft + lp.width, childTop + lp.height); in layoutChild()
265 cellXY[0] + childLeft + lp.width / 2, in layoutChild()
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java1115 int childLeft; in layoutVertical() local
1165 childLeft = paddingLeft + ((childSpace - childWidth) / 2) in layoutVertical()
1170 childLeft = childRight - childWidth - lp.rightMargin; in layoutVertical()
1175 childLeft = paddingLeft + lp.leftMargin; in layoutVertical()
1184 setChildFrame(child, childLeft, childTop + getLocationOffset(child), in layoutVertical()
1221 int childLeft; in layoutHorizontal() local
1244 childLeft = mPaddingLeft + right - left - mTotalLength; in layoutHorizontal()
1249 childLeft = mPaddingLeft + (right - left - mTotalLength) / 2; in layoutHorizontal()
1254 childLeft = mPaddingLeft; in layoutHorizontal()
1271 childLeft += measureNullChild(childIndex); in layoutHorizontal()
[all …]
/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/Launcher3/quickstep/src/com/android/quickstep/orientation/
DLandscapePagedViewHandler.kt314 val childLeft = pageCenter - childWidth / 2 in getUpDirection() constant
316 child.layout(childLeft, childStart, childLeft + childWidth, childBottom) in getUpDirection()
318 return ChildBounds(childHeight, childWidth, childBottom, childLeft) in getUpDirection()
/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()