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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 151 private final int mBackgroundType;
224 mBackgroundType = backgroundType;
278 mBackgroundType = style.getInt(keyAttr,
434 mBackgroundType = key.mBackgroundType;
476 key.mBackgroundType,
503 && o.mBackgroundType == mBackgroundType
546 return toString() + " " + visual + "/" + backgroundName(mBackgroundType);
602 return mBackgroundType == BACKGROUND_TYPE_ACTION
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
PlaybackFragment.java 215 int mBackgroundType = BG_DARK;
797 if (type != mBackgroundType) {
798 mBackgroundType = type;
811 return mBackgroundType;
817 switch (mBackgroundType) {
    [all...]
PlaybackSupportFragment.java 208 int mBackgroundType = BG_DARK;
790 if (type != mBackgroundType) {
791 mBackgroundType = type;
804 return mBackgroundType;
810 switch (mBackgroundType) {
    [all...]

Completed in 240 milliseconds