Searched refs:mKeyTextColor (Results 1 – 2 of 2) sorted by relevance
139 private int mKeyTextColor; field in KeyboardView318 mKeyTextColor = a.getColor(attr, 0xFF000000); in KeyboardView()699 paint.setColor(mKeyTextColor); in onBufferDraw()717 paint.setColor(key.isSecondKey ? mKeyTextColor2nd : mKeyTextColor); in onBufferDraw()
176 public final int mKeyTextColor; field in KeyboardView.KeyDrawParams238 mKeyTextColor = a.getColor(R.styleable.KeyboardView_keyTextColor, 0xFF000000); in KeyDrawParams()613 ? params.mKeyTextInactivatedColor : params.mKeyTextColor); in onDrawKeyTopVisuals()