Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
DGridTaskViewThumbnail.java72 final int titleHeight = getResources().getDimensionPixelSize( in updateThumbnailOutline() local
75 final int viewHeight = mTaskViewRect.height() - titleHeight; in updateThumbnailOutline()
161 final int titleHeight = getResources().getDimensionPixelSize( in onDraw() local
164 final int viewHeight = mTaskViewRect.height() - titleHeight; in onDraw()
/frameworks/base/core/java/android/widget/
DToolbar.java1658 int titleHeight = 0; in onMeasure() local
1666 titleHeight = mTitleTextView.getMeasuredHeight() + getVerticalMargins(mTitleTextView); in onMeasure()
1672 heightMeasureSpec, titleHeight + titleVertMargins, in onMeasure()
1674 titleHeight += mSubtitleTextView.getMeasuredHeight() + in onMeasure()
1680 height = Math.max(height, titleHeight); in onMeasure()
1775 int titleHeight = 0; in onLayout() local
1778 titleHeight += lp.topMargin + mTitleTextView.getMeasuredHeight() + lp.bottomMargin; in onLayout()
1782 titleHeight += lp.topMargin + mSubtitleTextView.getMeasuredHeight() + lp.bottomMargin; in onLayout()
1801 int spaceAbove = (space - titleHeight) / 2; in onLayout()
1805 final int spaceBelow = height - paddingBottom - titleHeight - in onLayout()
[all …]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DToolbar.java1663 int titleHeight = 0; in onMeasure() local
1671 titleHeight = mTitleTextView.getMeasuredHeight() + getVerticalMargins(mTitleTextView); in onMeasure()
1677 heightMeasureSpec, titleHeight + titleVertMargins, in onMeasure()
1679 titleHeight += mSubtitleTextView.getMeasuredHeight() + in onMeasure()
1686 height = Math.max(height, titleHeight); in onMeasure()
1781 int titleHeight = 0; in onLayout() local
1784 titleHeight += lp.topMargin + mTitleTextView.getMeasuredHeight() + lp.bottomMargin; in onLayout()
1788 titleHeight += lp.topMargin + mSubtitleTextView.getMeasuredHeight() + lp.bottomMargin; in onLayout()
1807 int spaceAbove = (space - titleHeight) / 2; in onLayout()
1811 final int spaceBelow = height - paddingBottom - titleHeight - in onLayout()
[all …]