Searched refs:mBackgroundDimAmount (Results 1 – 1 of 1) sorted by relevance
143 private float mBackgroundDimAmount; field in KeyboardView343 mBackgroundDimAmount = a.getFloat(android.R.styleable.Theme_backgroundDimAmount, 0.5f); in KeyboardView()791 paint.setColor((int) (mBackgroundDimAmount * 0xFF) << 24); in onBufferDraw()