Searched refs:mKeyTextColor2nd (Results 1 – 1 of 1) sorted by relevance
140 private int mKeyTextColor2nd; field in KeyboardView338 mKeyTextColor2nd = a.getColor(R.styleable.WnnKeyboardView_keyTextColor2nd, 0xFF000000); in KeyboardView()717 paint.setColor(key.isSecondKey ? mKeyTextColor2nd : mKeyTextColor); in onBufferDraw()