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

/frameworks/base/core/java/android/widget/
H A DGridView.java1418 * @param childrenLeft Left edge where children should be positioned
1423 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1433 setupChild(child, position, y, flow, childrenLeft, selected, true, where);
1443 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0], where);
1457 * @param childrenLeft Left edge where children should be positioned
1464 private void setupChild(View child, int position, int y, boolean flow, int childrenLeft, argument
1534 childLeft = childrenLeft;
1537 childLeft = childrenLeft + ((mColumnWidth - w) / 2);
1540 childLeft = childrenLeft + mColumnWidth - w;
1543 childLeft = childrenLeft;
[all...]
H A DSpinner.java612 int childrenLeft = mSpinnerPadding.left;
640 int selectedOffset = childrenLeft;
645 selectedOffset = childrenLeft + (childrenWidth / 2) - (width / 2);
648 selectedOffset = childrenLeft + childrenWidth - width;
H A DListView.java1854 * @param childrenLeft Left edge where children should be positioned
1858 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1869 setupChild(child, position, y, flow, childrenLeft, selected, true);
1879 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0]);
1893 * @param childrenLeft Left edge where children should be positioned
1898 private void setupChild(View child, int position, int y, boolean flowDown, int childrenLeft, argument
1968 final int childRight = childrenLeft + w;
1970 child.layout(childrenLeft, childTop, childRight, childBottom);
1972 child.offsetLeftAndRight(childrenLeft - child.getLeft());
H A DGallery.java629 int childrenLeft = mSpinnerPadding.left;
671 int selectedOffset = childrenLeft + (childrenWidth / 2) - (sel.getWidth() / 2) +

Completed in 102 milliseconds