HomeSort by relevance Sort by last modified time
    Searched refs:positionChild (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 393 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);
AbsActionBarView.java 318 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) {
ActionBarView.java     [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ActionBarContextView.java 333 x += positionChild(mClose, x, y, contentHeight, isLayoutRtl);
338 x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
342 x += positionChild(mCustomView, x, y, contentHeight, isLayoutRtl);
348 x += positionChild(mMenuView, x, y, contentHeight, !isLayoutRtl);
AbsActionBarView.java 259 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) {

Completed in 310 milliseconds