Searched refs:positionChild (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ActionBarContextView.java | 330 x += positionChild(mClose, x, y, contentHeight, isLayoutRtl); in onLayout() 335 x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl); in onLayout() 339 x += positionChild(mCustomView, x, y, contentHeight, isLayoutRtl); in onLayout() 345 x += positionChild(mMenuView, x, y, contentHeight, !isLayoutRtl); in onLayout()
|
D | AbsActionBarView.java | 263 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { in positionChild() method in AbsActionBarView
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarContextView.java | 393 x += positionChild(mClose, x, y, contentHeight, isLayoutRtl); in onLayout() 399 x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl); in onLayout() 403 x += positionChild(mCustomView, x, y, contentHeight, isLayoutRtl); in onLayout() 409 x += positionChild(mMenuView, x, y, contentHeight, !isLayoutRtl); in onLayout()
|
D | ActionBarView.java | 1121 x += positionChild(mUpGoerFive, in onLayout() 1134 x += positionChild(mListNavLayout, x, y, contentHeight, isLayoutRtl); in onLayout() 1141 x += positionChild(mTabScrollView, x, y, contentHeight, isLayoutRtl); in onLayout() 1149 positionChild(mMenuView, menuStart, y, contentHeight, !isLayoutRtl); in onLayout() 1155 positionChild(mIndeterminateProgressView, menuStart, y, contentHeight, !isLayoutRtl); in onLayout()
|
D | AbsActionBarView.java | 263 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { in positionChild() method in AbsActionBarView
|