Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java144 private int mLabelTextSize; field in KeyboardView
315 mLabelTextSize = a.getDimensionPixelSize(attr, 14); in KeyboardView()
723 paint.setTextSize(mLabelTextSize); in onBufferDraw()
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java156 private int mLabelTextSize; field in KeyboardView
334 mLabelTextSize = a.getDimensionPixelSize(attr, 14); in KeyboardView()
813 paint.setTextSize(mLabelTextSize); in onBufferDraw()