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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java143 private float mBackgroundDimAmount; field in class:KeyboardView
343 mBackgroundDimAmount = a.getFloat(android.R.styleable.Theme_backgroundDimAmount, 0.5f);
791 paint.setColor((int) (mBackgroundDimAmount * 0xFF) << 24);

Completed in 26 milliseconds