Home
last modified time | relevance | path

Searched refs:mTextHeight (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/badge/
DBadgeRenderer.java56 private final int mTextHeight; field in BadgeRenderer
82 mTextHeight = tempTextHeight.height(); in BadgeRenderer()
144 canvas.drawText(notificationCount, 0, mTextHeight / 2, mTextPaint); in draw()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactRecipientAutoCompleteView.java59 private final int mTextHeight; field in ContactRecipientAutoCompleteView
110 mTextHeight = textBounds.height(); in ContactRecipientAutoCompleteView()