Searched refs:isSecondKey (Results 1 – 2 of 2) sorted by relevance
276 public boolean isSecondKey; field in Keyboard.Key386 isSecondKey = a.getBoolean(R.styleable.WnnKeyboard_Key_isSecondKey, false); in Key()
717 paint.setColor(key.isSecondKey ? mKeyTextColor2nd : mKeyTextColor); in onBufferDraw()718 Drawable keyBackground = key.isSecondKey ? mKeyBackground2nd : mKeyBackground; in onBufferDraw()