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.java624 int childrenLeft = mSpinnerPadding.left;
652 int selectedOffset = childrenLeft;
657 selectedOffset = childrenLeft + (childrenWidth / 2) - (width / 2);
660 selectedOffset = childrenLeft + childrenWidth - width;
H A DListView.java1950 * @param childrenLeft Left edge where children should be positioned
1954 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1965 setupChild(child, position, y, flow, childrenLeft, selected, true);
1975 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0]);
1989 * @param childrenLeft Left edge where children should be positioned
1994 private void setupChild(View child, int position, int y, boolean flowDown, int childrenLeft, argument
2064 final int childRight = childrenLeft + w;
2066 child.layout(childrenLeft, childTop, childRight, childBottom);
2068 child.offsetLeftAndRight(childrenLeft - child.getLeft());
H A DGallery.java637 int childrenLeft = mSpinnerPadding.left;
679 int selectedOffset = childrenLeft + (childrenWidth / 2) - (sel.getWidth() / 2) +

Completed in 313 milliseconds