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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java142 private float mBackgroundDimAmount; field in class:KeyboardView
340 mBackgroundDimAmount = a.getFloat(android.R.styleable.Theme_backgroundDimAmount, 0.5f);
733 paint.setColor((int) (mBackgroundDimAmount * 0xFF) << 24);

Completed in 76 milliseconds