Searched refs:mKeyTextSize (Results 1 – 2 of 2) 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()