Home
last modified time | relevance | path

Searched defs:totalHeight (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
DDonutView.java127 final float totalHeight = getTextHeight(mTextPaint) + getTextHeight(mBigNumberPaint); in drawInnerText() local
DMatchParentShrinkingLinearLayout.java1061 int totalHeight) { in measureChildBeforeLayout()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsRecyclerView.java139 int totalHeight = getPaddingTop() + height + getPaddingBottom(); in getAvailableScrollHeight() local