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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
PlaybackOverlayFragment.java 119 private int mBackgroundType = BG_DARK;
653 if (type != mBackgroundType) {
654 mBackgroundType = type;
667 return mBackgroundType;
673 switch (mBackgroundType) {
PlaybackOverlaySupportFragment.java 121 private int mBackgroundType = BG_DARK;
655 if (type != mBackgroundType) {
656 mBackgroundType = type;
669 return mBackgroundType;
675 switch (mBackgroundType) {
  /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...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 86 milliseconds