Searched refs:subtitleBottom (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | Toolbar.java | 1813 final int subtitleBottom = titleTop + mSubtitleTextView.getMeasuredHeight(); in onLayout() local 1814 mSubtitleTextView.layout(subtitleLeft, titleTop, subtitleRight, subtitleBottom); in onLayout() 1816 titleTop = subtitleBottom + lp.bottomMargin; in onLayout() 1840 final int subtitleBottom = titleTop + mSubtitleTextView.getMeasuredHeight(); in onLayout() local 1841 mSubtitleTextView.layout(subtitleLeft, titleTop, subtitleRight, subtitleBottom); in onLayout() 1843 titleTop = subtitleBottom + lp.bottomMargin; in onLayout()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | Toolbar.java | 1838 final int subtitleBottom = titleTop + mSubtitleTextView.getMeasuredHeight(); in onLayout() local 1839 mSubtitleTextView.layout(subtitleLeft, titleTop, subtitleRight, subtitleBottom); in onLayout() 1841 titleTop = subtitleBottom + lp.bottomMargin; in onLayout() 1865 final int subtitleBottom = titleTop + mSubtitleTextView.getMeasuredHeight(); in onLayout() local 1866 mSubtitleTextView.layout(subtitleLeft, titleTop, subtitleRight, subtitleBottom); in onLayout() 1868 titleTop = subtitleBottom + lp.bottomMargin; in onLayout()
|