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

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java393 x += positionChild(mClose, x, y, contentHeight, isLayoutRtl);
399 x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
403 x += positionChild(mCustomView, x, y, contentHeight, isLayoutRtl);
409 x += positionChild(mMenuView, x, y, contentHeight, !isLayoutRtl);
H A DAbsActionBarView.java318 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { method in class:AbsActionBarView
H A DActionBarView.java1123 x += positionChild(mUpGoerFive,
1136 x += positionChild(mListNavLayout, x, y, contentHeight, isLayoutRtl);
1143 x += positionChild(mTabScrollView, x, y, contentHeight, isLayoutRtl);
1151 positionChild(mMenuView, menuStart, y, contentHeight, !isLayoutRtl);
1157 positionChild(mIndeterminateProgressView, menuStart, y, contentHeight, !isLayoutRtl);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarContextView.java332 x += positionChild(mClose, x, y, contentHeight, isLayoutRtl);
337 x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
341 x += positionChild(mCustomView, x, y, contentHeight, isLayoutRtl);
347 x += positionChild(mMenuView, x, y, contentHeight, !isLayoutRtl);
H A DAbsActionBarView.java258 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { method in class:AbsActionBarView

Completed in 113 milliseconds