Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java1765 final LayoutParams bottomlp = (LayoutParams) bottomChild.getLayoutParams(); in onLayout() local
1784 (bottomlp.bottomMargin + mTitleMarginBottom - spaceBelow)); in onLayout()
1790 titleTop = height - paddingBottom - bottomlp.bottomMargin - mTitleMarginBottom - in onLayout()
/frameworks/support/v7/appcompat/src/android/support/v7/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()