Searched refs:titleHeight (Results 1 – 2 of 2) sorted by relevance
72 final int titleHeight = getResources().getDimensionPixelSize( in updateThumbnailOutline() local75 final int viewHeight = mTaskViewRect.height() - titleHeight; in updateThumbnailOutline()161 final int titleHeight = getResources().getDimensionPixelSize( in onDraw() local164 final int viewHeight = mTaskViewRect.height() - titleHeight; in onDraw()
1780 int titleHeight = 0; in onMeasure() local1788 titleHeight = mTitleTextView.getMeasuredHeight() + getVerticalMargins(mTitleTextView); in onMeasure()1794 heightMeasureSpec, titleHeight + titleVertMargins, in onMeasure()1796 titleHeight += mSubtitleTextView.getMeasuredHeight() + in onMeasure()1802 height = Math.max(height, titleHeight); in onMeasure()1897 int titleHeight = 0; in onLayout() local1900 titleHeight += lp.topMargin + mTitleTextView.getMeasuredHeight() + lp.bottomMargin; in onLayout()1904 titleHeight += lp.topMargin + mSubtitleTextView.getMeasuredHeight() + lp.bottomMargin; in onLayout()1923 int spaceAbove = (space - titleHeight) / 2; in onLayout()1927 final int spaceBelow = height - paddingBottom - titleHeight - in onLayout()[all …]