Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java2018 final int centerViewsWidth = getViewListMeasuredWidth(mTempViews, collapsingMargins); in onLayout() local
2020 final int halfCenterViewsWidth = centerViewsWidth / 2; in onLayout()
2022 final int centerRight = centerLeft + centerViewsWidth; in onLayout()