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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java140 private int mKeyTextColor2nd; field in class:KeyboardView
338 mKeyTextColor2nd = a.getColor(R.styleable.WnnKeyboardView_keyTextColor2nd, 0xFF000000);
717 paint.setColor(key.isSecondKey ? mKeyTextColor2nd : mKeyTextColor);

Completed in 74 milliseconds