Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java1761 int titleTop; in onLayout() local
1771 titleTop = getPaddingTop() + toplp.topMargin + mTitleMarginTop; in onLayout()
1787 titleTop = paddingTop + spaceAbove; in onLayout()
1790 titleTop = height - paddingBottom - bottomlp.bottomMargin - mTitleMarginBottom - in onLayout()
1804 final int titleBottom = titleTop + mTitleTextView.getMeasuredHeight(); in onLayout()
1805 mTitleTextView.layout(titleLeft, titleTop, titleRight, titleBottom); in onLayout()
1807 titleTop = titleBottom + lp.bottomMargin; in onLayout()
1811 titleTop += lp.topMargin; in onLayout()
1813 final int subtitleBottom = titleTop + mSubtitleTextView.getMeasuredHeight(); in onLayout()
1814 mSubtitleTextView.layout(subtitleLeft, titleTop, subtitleRight, subtitleBottom); in onLayout()
[all …]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1786 int titleTop; in onLayout() local
1796 titleTop = getPaddingTop() + toplp.topMargin + mTitleMarginTop; in onLayout()
1812 titleTop = paddingTop + spaceAbove; in onLayout()
1815 titleTop = height - paddingBottom - bottomlp.bottomMargin - mTitleMarginBottom - in onLayout()
1829 final int titleBottom = titleTop + mTitleTextView.getMeasuredHeight(); in onLayout()
1830 mTitleTextView.layout(titleLeft, titleTop, titleRight, titleBottom); in onLayout()
1832 titleTop = titleBottom + lp.bottomMargin; in onLayout()
1836 titleTop += lp.topMargin; in onLayout()
1838 final int subtitleBottom = titleTop + mSubtitleTextView.getMeasuredHeight(); in onLayout()
1839 mSubtitleTextView.layout(subtitleLeft, titleTop, subtitleRight, subtitleBottom); in onLayout()
[all …]