HomeSort by relevance Sort by last modified time
    Searched refs:isSecondKey (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 276 public boolean isSecondKey;
386 isSecondKey = a.getBoolean(R.styleable.WnnKeyboard_Key_isSecondKey, false);
KeyboardView.java 717 paint.setColor(key.isSecondKey ? mKeyTextColor2nd : mKeyTextColor);
718 Drawable keyBackground = key.isSecondKey ? mKeyBackground2nd : mKeyBackground;
    [all...]

Completed in 39 milliseconds