Home
last modified time | relevance | path

Searched refs:getTextSize (Results 1 – 17 of 17) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
DFontScalePreviewFragment.java61 (title.getTextSize() / current_font_scale) * preview_font_scale; in onCreateView()
66 (subtitle.getTextSize() / current_font_scale) * preview_font_scale; in onCreateView()
71 (sampleContent.getTextSize() / current_font_scale) * preview_font_scale; in onCreateView()
/packages/apps/Dialer/java/com/android/dialer/widget/
DResizingTextTextView.java33 originalTextSize = (int) getTextSize(); in ResizingTextTextView()
DResizingTextEditText.java33 originalTextSize = (int) getTextSize(); in ResizingTextEditText()
/packages/apps/PhoneCommon/src/com/android/phone/common/widget/
DResizingTextTextView.java36 mOriginalTextSize = (int) getTextSize(); in ResizingTextTextView()
DResizingTextEditText.java37 mOriginalTextSize = (int) getTextSize(); in ResizingTextEditText()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DTypefaceUtils.java73 final int labelSize = (int)paint.getTextSize(); in getCharGeometryCacheKey()
/packages/apps/Launcher3/src/com/android/launcher3/
DDropTargetBar.java221 if (firstButton.getTextSize() != minTextSize in onMeasure()
222 || secondButton.getTextSize() != minTextSize) { in onMeasure()
DButtonDropTarget.java450 float textSize = Utilities.pxToSp(getTextSize()); in resizeTextToFit()
/packages/apps/Dialer/java/com/android/incallui/autoresizetext/
DAutoResizeTextView.java146 maxTextSize = (int) getTextSize(); in readAttrs()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DIconView.java138 public int getTextSize() { in getTextSize() method in IconView
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
DSubtitleView.java150 if (mTextPaint.getTextSize() != size) { in setTextSize()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDetailsContentPresenter.java233 paint.setTextSize(textView.getTextSize()); in getFontMetricsInt()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DDialogUiTest.java267 final float textSize = paint.getTextSize(); in getInputTextHeight()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardView.java322 + (paint.getTextSize() - paint.descent()) / 2 + padding.top, in createKeyImageView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java419 final float autoSize = paint.getTextSize() * ratio; in onDrawKeyTopVisuals()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java352 mPreviewTextSizeLarge = (int) mPreviewText.getTextSize(); in KeyboardView()
849 + (paint.getTextSize() - paint.descent()) / 2 + padding.top, in onBufferDraw()
/packages/apps/TV/src/com/android/tv/ui/
DChannelBannerView.java547 if (textView.getTextSize() != textSize) {