Searched refs:layoutChildRight (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | Toolbar.java | 1693 right = layoutChildRight(mNavButtonView, right, collapsingMargins, in onLayout() 1703 right = layoutChildRight(mCollapseButtonView, right, collapsingMargins, in onLayout() 1716 right = layoutChildRight(mMenuView, right, collapsingMargins, in onLayout() 1730 right = layoutChildRight(mExpandedActionView, right, collapsingMargins, in onLayout() 1740 right = layoutChildRight(mLogoView, right, collapsingMargins, in onLayout() 1864 right = layoutChildRight(mTempViews.get(i), right, collapsingMargins, in onLayout() 1923 private int layoutChildRight(View child, int right, int[] collapsingMargins, in layoutChildRight() method in Toolbar
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | Toolbar.java | 1718 right = layoutChildRight(mNavButtonView, right, collapsingMargins, in onLayout() 1728 right = layoutChildRight(mCollapseButtonView, right, collapsingMargins, in onLayout() 1741 right = layoutChildRight(mMenuView, right, collapsingMargins, in onLayout() 1755 right = layoutChildRight(mExpandedActionView, right, collapsingMargins, in onLayout() 1765 right = layoutChildRight(mLogoView, right, collapsingMargins, in onLayout() 1889 right = layoutChildRight(mTempViews.get(i), right, collapsingMargins, in onLayout() 1948 private int layoutChildRight(View child, int right, int[] collapsingMargins, in layoutChildRight() method in Toolbar
|