Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
H A DDaveyView.java57 int textHeight = (int) Math.ceil(metric.descent - metric.ascent); in DaveyView() local
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayOfMonthDrawable.java52 int textHeight = mTextBounds.bottom - mTextBounds.top; in draw() local
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DReplacementDrawableSpan.java34 final int textHeight = fm.descent - fm.ascent; in setupFontMetrics() local
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DCountDownView.java110 int textHeight = mRemainingSecondsView.getMeasuredHeight(); in startFadeOutAnimation() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureFloatingTextDrawingPreview.java165 final int textHeight = mParams.mGesturePreviewTextHeight; in updatePreviewPosition() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DSnackbar.java135 int textHeight = res.getDimensionPixelSize(R.dimen.snackbar_content_height); in show() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DPendingAppWidgetHostView.java273 int textHeight = mSetupTextLayout.getHeight(); in updateDrawableBounds() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java589 int textHeight = Utilities.calculateTextHeight(allAppsIconTextSizePx); in autoResizeAllAppsCells() local
773 int textHeight = Utilities.calculateTextHeight(folderChildTextSizePx); in updateFolderCellSize() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java221 float textHeight = mTextHeightRaw * getResources().getDisplayMetrics().scaledDensity; in getCharBounds() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java875 final float textHeight = -paint.ascent() + descent; in drawLanguageOnSpacebar() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java620 int textHeight = estimateTextHeight(text, textSizeResId, maxTextWidth); in createDndRemoteViews() local
/aosp12/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java1450 final float textHeight = mDrawPaint.getTextSize(); in drawWeekNumbersAndDates() local
H A DEditor.java5681 final int textHeight = in transformEventForTouchThrough() local