Home
last modified time | relevance | path

Searched refs:layoutChildLeft (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DToolbar.java1696 left = layoutChildLeft(mNavButtonView, left, collapsingMargins, in onLayout()
1706 left = layoutChildLeft(mCollapseButtonView, left, collapsingMargins, in onLayout()
1713 left = layoutChildLeft(mMenuView, left, collapsingMargins, in onLayout()
1733 left = layoutChildLeft(mExpandedActionView, left, collapsingMargins, in onLayout()
1743 left = layoutChildLeft(mLogoView, left, collapsingMargins, in onLayout()
1857 left = layoutChildLeft(mTempViews.get(i), left, collapsingMargins, in onLayout()
1884 centerLeft = layoutChildLeft(mTempViews.get(i), centerLeft, collapsingMargins, in onLayout()
1910 private int layoutChildLeft(View child, int left, int[] collapsingMargins, in layoutChildLeft() method in Toolbar
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1721 left = layoutChildLeft(mNavButtonView, left, collapsingMargins, in onLayout()
1731 left = layoutChildLeft(mCollapseButtonView, left, collapsingMargins, in onLayout()
1738 left = layoutChildLeft(mMenuView, left, collapsingMargins, in onLayout()
1758 left = layoutChildLeft(mExpandedActionView, left, collapsingMargins, in onLayout()
1768 left = layoutChildLeft(mLogoView, left, collapsingMargins, in onLayout()
1882 left = layoutChildLeft(mTempViews.get(i), left, collapsingMargins, in onLayout()
1909 centerLeft = layoutChildLeft(mTempViews.get(i), centerLeft, collapsingMargins, in onLayout()
1935 private int layoutChildLeft(View child, int left, int[] collapsingMargins, in layoutChildLeft() method in Toolbar