/frameworks/base/core/java/android/app/ |
FragmentBreadCrumbs.java | 189 int childRight; 195 childRight = mRight - mLeft - mPaddingRight; 196 childLeft = childRight - child.getMeasuredWidth(); 201 childRight = childLeft + child.getMeasuredWidth(); 207 childRight = childLeft + child.getMeasuredWidth(); 215 if (childRight > mRight - mLeft - mPaddingRight) { 216 childRight = mRight - mLeft - mPaddingRight; 219 child.layout(childLeft, childTop, childRight, childBottom);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
GridViewTest.java | 316 int[][] childRight = new int[3][3]; 335 childRight[STRETCH_SPACING][INDEX_RIGHTMOST] = child.getRight(); 338 childRight[STRETCH_SPACING][INDEX_0] = child.getRight(); 341 childRight[STRETCH_SPACING][INDEX_1] = child.getRight(); 354 childRight[STRETCH_COLUMN_WIDTH][INDEX_RIGHTMOST] = child.getRight(); 357 childRight[STRETCH_COLUMN_WIDTH][INDEX_0] = child.getRight(); 360 childRight[STRETCH_COLUMN_WIDTH][INDEX_1] = child.getRight(); 373 childRight[STRETCH_SPACING_UNIFORM][INDEX_RIGHTMOST] = child.getRight(); 376 childRight[STRETCH_SPACING_UNIFORM][INDEX_0] = child.getRight(); 379 childRight[STRETCH_SPACING_UNIFORM][INDEX_1] = child.getRight() [all...] |
/frameworks/base/core/java/android/widget/ |
AbsoluteLayout.java | 69 int childRight; 75 childRight = lp.x + child.getMeasuredWidth(); 78 maxWidth = Math.max(maxWidth, childRight);
|
Gallery.java | 908 int childRight; 917 childRight = childLeft + width; 920 childRight = x; 923 child.layout(childLeft, childTop, childRight, childBottom); [all...] |
AdapterViewAnimator.java | 765 int childRight = mPaddingLeft + child.getMeasuredWidth(); 768 child.layout(mPaddingLeft, mPaddingTop, childRight, childBottom); [all...] |
Spinner.java | 635 int childRight; 645 childRight = childLeft + width; 647 child.layout(childLeft, childTop, childRight, childBottom); [all...] |
ListView.java | [all...] |
StackView.java | [all...] |
GridView.java | [all...] |
LinearLayout.java | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
QuickSettingsContainerView.java | 133 final int childRight = childLeft + childWidth; 139 child.layout(childLeft, childTop, childRight, childBottom);
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/ |
StaggeredGridView.java | [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
SpinnerICS.java | 420 int childRight; 430 childRight = childLeft + width; 432 child.layout(childLeft, childTop, childRight, childBottom);
|
/frameworks/ex/widget/java/com/android/ex/widget/ |
StaggeredGridView.java | 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 | 829 final int childRight = child.getRight(); 832 Math.max(0, Math.min((float) childRight / drawerPeekDistance, 1.f)); 833 mShadowLeft.setBounds(childRight, child.getTop(), 834 childRight + shadowWidth, child.getBottom()); [all...] |
SlidingPaneLayout.java | 681 final int childRight = childLeft + childWidth; 684 child.layout(childLeft, paddingTop, childRight, childBottom); [all...] |
/prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/ |
support-v4-13.0.0.jar | |
/development/samples/training/NavigationDrawer/libs/ |
android-support-v4.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/ |
support-v4-18.0.0.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/ |
support-v4-19.0.0.jar | |
/external/robolectric/lib/main/ |
android-support-v4.jar | |