Searched refs:isSecondKey (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java276 public boolean isSecondKey; field in class:Keyboard.Key
386 isSecondKey = a.getBoolean(R.styleable.WnnKeyboard_Key_isSecondKey, false);
H A DKeyboardView.java717 paint.setColor(key.isSecondKey ? mKeyTextColor2nd : mKeyTextColor);
718 Drawable keyBackground = key.isSecondKey ? mKeyBackground2nd : mKeyBackground;

Completed in 399 milliseconds