Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java1908 int titleTop; in onLayout() local
1918 titleTop = getPaddingTop() + toplp.topMargin + mTitleMarginTop; in onLayout()
1934 titleTop = paddingTop + spaceAbove; in onLayout()
1937 titleTop = height - paddingBottom - bottomlp.bottomMargin - mTitleMarginBottom - in onLayout()
1951 final int titleBottom = titleTop + mTitleTextView.getMeasuredHeight(); in onLayout()
1952 mTitleTextView.layout(titleLeft, titleTop, titleRight, titleBottom); in onLayout()
1954 titleTop = titleBottom + lp.bottomMargin; in onLayout()
1958 titleTop += lp.topMargin; in onLayout()
1960 final int subtitleBottom = titleTop + mSubtitleTextView.getMeasuredHeight(); in onLayout()
1961 mSubtitleTextView.layout(subtitleLeft, titleTop, subtitleRight, subtitleBottom); in onLayout()
[all …]