OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mbackgrounddimamount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java
142
private float
mBackgroundDimAmount
;
340
mBackgroundDimAmount
= a.getFloat(android.R.styleable.Theme_backgroundDimAmount, 0.5f);
733
paint.setColor((int) (
mBackgroundDimAmount
* 0xFF) << 24);
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java
143
private float
mBackgroundDimAmount
;
343
mBackgroundDimAmount
= a.getFloat(android.R.styleable.Theme_backgroundDimAmount, 0.5f);
791
paint.setColor((int) (
mBackgroundDimAmount
* 0xFF) << 24);
[
all
...]
Completed in 434 milliseconds