Searched refs:mBackgroundDimAmount (Results 1 – 2 of 2) sorted by relevance
149 private float mBackgroundDimAmount; field in KeyboardView332 mBackgroundDimAmount = a.getFloat(android.R.styleable.Theme_backgroundDimAmount, 0.5f); in KeyboardView()758 paint.setColor((int) (mBackgroundDimAmount * 0xFF) << 24); in onBufferDraw()
22680 Landroid/inputmethodservice/KeyboardView;->mBackgroundDimAmount:F