Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java1790 final LayoutParams bottomlp = (LayoutParams) bottomChild.getLayoutParams(); in onLayout() local
1809 (bottomlp.bottomMargin + mTitleMarginBottom - spaceBelow)); in onLayout()
1815 titleTop = height - paddingBottom - bottomlp.bottomMargin - mTitleMarginBottom - in onLayout()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DToolbar.java1796 final LayoutParams bottomlp = (LayoutParams) bottomChild.getLayoutParams(); in onLayout() local
1815 (bottomlp.bottomMargin + mTitleMarginBottom - spaceBelow)); in onLayout()
1821 titleTop = height - paddingBottom - bottomlp.bottomMargin - mTitleMarginBottom - in onLayout()