Home
last modified time | relevance | path

Searched defs:textHeight (Results 1 – 9 of 9) sorted by relevance

/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
DDaveyView.java57 int textHeight = (int) Math.ceil(metric.descent - metric.ascent); in DaveyView() local
/packages/apps/Calendar/src/com/android/calendar/
DDayOfMonthDrawable.kt36 val textHeight: Int = mTextBounds.bottom - mTextBounds.top in draw() constant
/packages/apps/Camera2/src/com/android/camera/ui/
DCountDownView.java110 int textHeight = mRemainingSecondsView.getMeasuredHeight(); in startFadeOutAnimation() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureFloatingTextDrawingPreview.java165 final int textHeight = mParams.mGesturePreviewTextHeight; in updatePreviewPosition() local
/packages/apps/Launcher3/src/com/android/launcher3/views/
DSnackbar.java157 int textHeight = res.getDimensionPixelSize(R.dimen.snackbar_content_height); in show() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DPredictionRowView.java148 int textHeight = Utilities.calculateTextHeight(deviceProfile.allAppsIconTextSizePx); in getExpectedHeight() local
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingAppWidgetHostView.java413 int textHeight = mSetupTextLayout.getHeight(); in updateDrawableBounds() local
/packages/apps/Launcher3/src/com/android/launcher3/
DButtonDropTarget.java436 int textHeight = lineCount * (fontMetricsInt.bottom - fontMetricsInt.top); in isTextClippedVertically() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java875 final float textHeight = -paint.ascent() + descent; in drawLanguageOnSpacebar() local