Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java1829 final int titleBottom = titleTop + mTitleTextView.getMeasuredHeight(); in onLayout() local
1830 mTitleTextView.layout(titleLeft, titleTop, titleRight, titleBottom); in onLayout()
1832 titleTop = titleBottom + lp.bottomMargin; in onLayout()
1856 final int titleBottom = titleTop + mTitleTextView.getMeasuredHeight(); in onLayout() local
1857 mTitleTextView.layout(titleLeft, titleTop, titleRight, titleBottom); in onLayout()
1859 titleTop = titleBottom + lp.bottomMargin; in onLayout()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DToolbar.java1835 final int titleBottom = titleTop + mTitleTextView.getMeasuredHeight(); in onLayout() local
1836 mTitleTextView.layout(titleLeft, titleTop, titleRight, titleBottom); in onLayout()
1838 titleTop = titleBottom + lp.bottomMargin; in onLayout()
1862 final int titleBottom = titleTop + mTitleTextView.getMeasuredHeight(); in onLayout() local
1863 mTitleTextView.layout(titleLeft, titleTop, titleRight, titleBottom); in onLayout()
1865 titleTop = titleBottom + lp.bottomMargin; in onLayout()