Searched refs:mKeyTextSize (Results 1 – 1 of 1) sorted by relevance
138 private int mKeyTextSize; field in KeyboardView315 mKeyTextSize = a.getDimensionPixelSize(attr, 18); in KeyboardView()738 paint.setTextSize(mKeyTextSize); in onBufferDraw()746 paint.setTextSize(mKeyTextSize); in onBufferDraw()942 mPreviewText.setTextSize(TypedValue.COMPLEX_UNIT_PX, mKeyTextSize); in showKey()