Searched refs:mKeyTextSize (Results 1 – 4 of 4) sorted by relevance
97 private int mKeyTextSize; field in LeanbackKeyboardView121 mKeyTextSize = (int) res.getDimension(R.dimen.key_font_size); in LeanbackKeyboardView()125 mPaint.setTextSize(mKeyTextSize); in LeanbackKeyboardView()314 paint.setTextSize(mKeyTextSize); in createKeyImageView()
157 private int mKeyTextSize; field in KeyboardView325 mKeyTextSize = a.getDimensionPixelSize(attr, 18); in KeyboardView()366 mPaint.setTextSize(mKeyTextSize); in KeyboardView()817 paint.setTextSize(mKeyTextSize); in onBufferDraw()1044 mPreviewText.setTextSize(TypedValue.COMPLEX_UNIT_PX, mKeyTextSize); in showKey()
145 private int mKeyTextSize; field in KeyboardView309 mKeyTextSize = a.getDimensionPixelSize(attr, 18); in KeyboardView()726 paint.setTextSize(mKeyTextSize); in onBufferDraw()937 mPreviewText.setTextSize(TypedValue.COMPLEX_UNIT_PX, mKeyTextSize); in showKey()
25583 Landroid/inputmethodservice/KeyboardView;->mKeyTextSize:I