Home
last modified time | relevance | path

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

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