HomeSort by relevance Sort by last modified time
    Searched refs:mBackgroundDimAmount (Results 1 - 2 of 2) sorted by null

  /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...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 141 private float mBackgroundDimAmount;
321 mBackgroundDimAmount = a.getFloat(android.R.styleable.Theme_backgroundDimAmount, 0.5f);
746 paint.setColor((int) (mBackgroundDimAmount * 0xFF) << 24);
    [all...]

Completed in 86 milliseconds