Searched defs:mIsLegacy (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationCustomViewWrapper.java38 private boolean mIsLegacy; field in class:NotificationCustomViewWrapper
53 if (!mIsLegacy && mShouldInvertDark) {
108 if (customBackgroundColor == 0 && mIsLegacy) {
116 mIsLegacy = legacy;
/frameworks/base/core/java/android/app/
H A DNotification.java2751 private boolean mIsLegacy; field in class:Notification.Builder
4785 mIsLegacy = mContext.getApplicationInfo().targetSdkVersion
4789 return mIsLegacy;

Completed in 65 milliseconds