/frameworks/base/core/java/android/widget/ |
AbsoluteLayout.java | 118 int childLeft = mPaddingLeft + lp.x; 120 child.layout(childLeft, childTop, 121 childLeft + child.getMeasuredWidth(),
|
FrameLayout.java | 411 int childLeft; 425 childLeft = parentLeft + (parentRight - parentLeft - width) / 2 + 430 childLeft = parentRight - width - lp.rightMargin; 435 childLeft = parentLeft + lp.leftMargin; 453 child.layout(childLeft, childTop, childLeft + width, childTop + height);
|
Gallery.java | 406 final int childLeft = selChild.getLeft(); 409 mSelectedCenterOffset = childLeft + childCenter - galleryCenter; 850 int childLeft = child.getLeft(); 853 mRightMost = Math.max(mRightMost, childLeft 855 mLeftMost = Math.min(mLeftMost, childLeft); 907 int childLeft; 916 childLeft = x; 917 childRight = childLeft + width; 919 childLeft = x - width; 923 child.layout(childLeft, childTop, childRight, childBottom) [all...] |
LinearLayout.java | [all...] |
SlidingDrawer.java | 328 int childLeft; 334 childLeft = (width - childWidth) / 2; 340 childLeft = mExpanded ? mTopOffset : width - childWidth + mBottomOffset; 348 handle.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight); [all...] |
Spinner.java | 634 int childLeft; 644 childLeft = 0; 645 childRight = childLeft + width; 647 child.layout(childLeft, childTop, childRight, childBottom); [all...] |
GridView.java | [all...] |
ListView.java | [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
PictureLayout.java | 152 final int childLeft = getPaddingLeft(); 154 child.layout(childLeft, childTop, 155 childLeft + child.getMeasuredWidth(),
|
/frameworks/base/core/java/android/app/ |
FragmentBreadCrumbs.java | 188 int childLeft; 196 childLeft = childRight - child.getMeasuredWidth(); 200 childLeft = mPaddingLeft + (mRight - mLeft - child.getMeasuredWidth()) / 2; 201 childRight = childLeft + child.getMeasuredWidth(); 206 childLeft = mPaddingLeft; 207 childRight = childLeft + child.getMeasuredWidth(); 211 if (childLeft < mPaddingLeft) { 212 childLeft = mPaddingLeft; 219 child.layout(childLeft, childTop, childRight, childBottom);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
QuickSettingsContainerView.java | 132 final int childLeft = (isLayoutRtl) ? width - x - childWidth : x; 133 final int childRight = childLeft + childWidth; 139 child.layout(childLeft, childTop, childRight, childBottom);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewCellLayoutChildren.java | 137 int childLeft = offsetX + lp.x; 139 child.layout(childLeft, childTop, childLeft + lp.width, childTop + lp.height);
|
ShortcutAndWidgetContainer.java | 142 int childLeft = lp.x; 144 child.layout(childLeft, childTop, childLeft + lp.width, childTop + lp.height); 153 cellXY[0] + childLeft + lp.width / 2,
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PagedViewCellLayoutChildren.java | 138 int childLeft = offsetX + lp.x; 140 child.layout(childLeft, childTop, childLeft + lp.width, childTop + lp.height);
|
ShortcutAndWidgetContainer.java | 186 int childLeft = lp.x; 188 child.layout(childLeft, childTop, childLeft + lp.width, childTop + lp.height); 197 cellXY[0] + childLeft + lp.width / 2,
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AttachmentTileGrid.java | 165 int childLeft = 0; 178 // in the grid, reset childLeft to 0 and update childTop 181 childLeft = 0; 187 child.layout(childLeft, childTop, 188 childLeft + childWidth, childTop + childHeight); 189 childLeft += childWidth;
|
/development/samples/Home/src/com/example/android/home/ |
ApplicationsStackLayout.java | 195 int childLeft = 0; 202 mButton.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight); 207 childTop = stackApplications(mFavorites, childLeft, childTop); 214 stackApplications(mRecents, childLeft, childTop); 218 int childLeft = getWidth(); 224 childLeft -= childWidth; 225 mButton.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight); 226 childLeft -= mMarginLeft [all...] |
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
FloatingChildLayout.java | 151 final int childLeft = (getWidth() - childWidth) / 2; 153 layoutChild(child, childLeft, childTop); 156 final int childLeft = target.centerX() - (childWidth / 2); 161 final int clampedChildLeft = clampDimension(childLeft, childWidth, getWidth());
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
InfoBarLayout.java | 321 int childLeft; 325 childLeft = rowRight - child.getMeasuredWidth(); 329 childLeft = rowLeft; 333 child.layout(childLeft, childTop, childLeft + child.getMeasuredWidth(), 348 int childLeft; 351 childLeft = rowRight - child.getMeasuredWidth(); 355 childLeft = rowLeft; 360 child.layout(childLeft, childTop, childLeft + child.getMeasuredWidth() [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
SpinnerICS.java | 419 int childLeft; 429 childLeft = 0; 430 childRight = childLeft + width; 432 child.layout(childLeft, childTop, childRight, childBottom);
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
GalleryThumbnailView.java | 220 // final int childLeft = paddingLeft + col * (colWidth + itemMargin); 221 // final int childRight = childLeft + child.getMeasuredWidth(); 222 // child.layout(childLeft, childTop, childRight, childBottom); 272 int childLeft = forward ? x : x - columnWidth; 273 child.layout(childLeft, nextTop, childLeft + columnWidth, nextTop + heightSize);
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationContainer.java | 723 final int childLeft = lp.leftMargin; 725 nonScrollingChild.layout(childLeft, childTop, childLeft + w, childTop + h); [all...] |
/frameworks/ex/widget/java/com/android/ex/widget/ |
StaggeredGridView.java | 804 final int childLeft = paddingLeft + col * (colWidth + itemMargin); 805 final int childRight = childLeft + child.getMeasuredWidth(); 806 child.layout(childLeft, childTop, childRight, childBottom); [all...] |
/frameworks/support/v4/java/android/support/v4/widget/ |
DrawerLayout.java | 696 int childLeft; 700 childLeft = -childWidth + (int) (childWidth * lp.onScreen); 701 newOffset = (float) (childWidth + childLeft) / childWidth; 703 childLeft = width - (int) (childWidth * lp.onScreen); 704 newOffset = (float) (width - childLeft) / childWidth; 714 child.layout(childLeft, lp.topMargin, childLeft + childWidth, 721 child.layout(childLeft, 723 childLeft + childWidth, 739 child.layout(childLeft, childTop, childLeft + childWidth [all...] |
SlidingPaneLayout.java | 680 final int childLeft = xStart - offset; 681 final int childRight = childLeft + childWidth; 684 child.layout(childLeft, paddingTop, childRight, childBottom); [all...] |