Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DDonutView.java177 final float totalHeight = getTextHeight(mTextPaint) + getTextHeight(mBigNumberPaint); in drawInnerText() local
178 final float startY = centerY + totalHeight / 2; in drawInnerText()
188 canvas.translate(0, (getHeight() - totalHeight) / 2); in drawInnerText()
DMatchParentShrinkingLinearLayout.java1061 int totalHeight) { in measureChildBeforeLayout() argument
1063 heightMeasureSpec, totalHeight); in measureChildBeforeLayout()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DDonutView.java177 final float totalHeight = getTextHeight(mTextPaint) + getTextHeight(mBigNumberPaint); in drawInnerText() local
178 final float startY = centerY + totalHeight / 2; in drawInnerText()
188 canvas.translate(0, (getHeight() - totalHeight) / 2); in drawInnerText()
DMatchParentShrinkingLinearLayout.java1061 int totalHeight) { in measureChildBeforeLayout() argument
1063 heightMeasureSpec, totalHeight); in measureChildBeforeLayout()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java1851 int totalHeight = mEmptyTextLayout.getHeight() in updateEmptyStateUi() local
1854 int top = (mLastMeasureSize.y - totalHeight) / 2; in updateEmptyStateUi()