Searched refs:titleHeight (Results 1 – 3 of 3) sorted by relevance
72 final int titleHeight = getResources().getDimensionPixelSize( in updateThumbnailOutline() local75 final int viewHeight = mTaskViewRect.height() - titleHeight; in updateThumbnailOutline()153 final int titleHeight = getResources().getDimensionPixelSize( in onDraw() local156 final int viewHeight = mTaskViewRect.height() - titleHeight; in onDraw()
1661 int titleHeight = 0; in onMeasure() local1669 titleHeight = mTitleTextView.getMeasuredHeight() + getVerticalMargins(mTitleTextView); in onMeasure()1675 heightMeasureSpec, titleHeight + titleVertMargins, in onMeasure()1677 titleHeight += mSubtitleTextView.getMeasuredHeight() + in onMeasure()1684 height = Math.max(height, titleHeight); in onMeasure()1779 int titleHeight = 0; in onLayout() local1782 titleHeight += lp.topMargin + mTitleTextView.getMeasuredHeight() + lp.bottomMargin; in onLayout()1786 titleHeight += lp.topMargin + mSubtitleTextView.getMeasuredHeight() + lp.bottomMargin; in onLayout()1805 int spaceAbove = (space - titleHeight) / 2; in onLayout()1809 final int spaceBelow = height - paddingBottom - titleHeight - in onLayout()[all …]
1658 int titleHeight = 0; in onMeasure() local1666 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() local1778 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 …]