Searched refs:childrenLeft (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DSpinnerCompat.java461 int childrenLeft = mSpinnerPadding.left;
488 int selectedOffset = childrenLeft;
493 selectedOffset = childrenLeft + (childrenWidth / 2) - (width / 2);
496 selectedOffset = childrenLeft + childrenWidth - width;
/frameworks/base/core/java/android/widget/
H A DGridView.java1411 * @param childrenLeft Left edge where children should be positioned
1416 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1426 setupChild(child, position, y, flow, childrenLeft, selected, true, where);
1436 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0], where);
1450 * @param childrenLeft Left edge where children should be positioned
1457 private void setupChild(View child, int position, int y, boolean flow, int childrenLeft, argument
1526 childLeft = childrenLeft;
1529 childLeft = childrenLeft + ((mColumnWidth - w) / 2);
1532 childLeft = childrenLeft + mColumnWidth - w;
1535 childLeft = childrenLeft;
[all...]
H A DSpinner.java539 int childrenLeft = mSpinnerPadding.left;
567 int selectedOffset = childrenLeft;
572 selectedOffset = childrenLeft + (childrenWidth / 2) - (width / 2);
575 selectedOffset = childrenLeft + childrenWidth - width;
H A DListView.java1842 * @param childrenLeft Left edge where children should be positioned
1846 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1857 setupChild(child, position, y, flow, childrenLeft, selected, true);
1867 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0]);
1881 * @param childrenLeft Left edge where children should be positioned
1886 private void setupChild(View child, int position, int y, boolean flowDown, int childrenLeft, argument
1954 final int childRight = childrenLeft + w;
1956 child.layout(childrenLeft, childTop, childRight, childBottom);
1958 child.offsetLeftAndRight(childrenLeft - child.getLeft());
H A DGallery.java630 int childrenLeft = mSpinnerPadding.left;
672 int selectedOffset = childrenLeft + (childrenWidth / 2) - (sel.getWidth() / 2) +

Completed in 244 milliseconds