Searched refs:positionChild (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContextView.java386 x += positionChild(mClose, x, y, contentHeight);
392 x += positionChild(mTitleLayout, x, y, contentHeight);
396 x += positionChild(mCustomView, x, y, contentHeight);
H A DAbsActionBarView.java192 protected int positionChild(View child, int x, int y, int contentHeight) { method in class:AbsActionBarView
H A DActionBarView.java1027 x += positionChild(homeLayout, x + leftOffset, y, contentHeight) + leftOffset;
1035 x += positionChild(mTitleLayout, x, y, contentHeight);
1046 x += positionChild(mListNavLayout, x, y, contentHeight) + mItemPadding;
1054 x += positionChild(mTabScrollView, x, y, contentHeight) + mItemPadding;
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java467 x += positionChild(mClose, x, y, contentHeight, isLayoutRtl);
479 x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
483 x += positionChild(mCustomView, x, y, contentHeight, isLayoutRtl);
489 x += positionChild(mMenuView, x, y, contentHeight, !isLayoutRtl);
H A DAbsActionBarView.java236 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { method in class:AbsActionBarView
H A DActionBarView.java1144 x += positionChild(mUpGoerFive,
1157 x += positionChild(mListNavLayout, x, y, contentHeight, isLayoutRtl);
1164 x += positionChild(mTabScrollView, x, y, contentHeight, isLayoutRtl);
1172 positionChild(mMenuView, menuStart, y, contentHeight, !isLayoutRtl);
1178 positionChild(mIndeterminateProgressView, menuStart, y, contentHeight, !isLayoutRtl);

Completed in 33 milliseconds