Home
last modified time | relevance | path

Searched refs:createProgressModel (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/
DPromotedNotificationContentExtractor.kt375 contentBuilder.newProgress = createProgressModel(0xffffffff.toInt(), 0xff000000.toInt()) in ProgressStyle()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java2629 assertThat(progressStyle.createProgressModel(Color.BLUE, Color.RED).getPoints()).isEmpty(); in progressStyle_createProgressModel_ignoresPointsAtMax()
2644 assertThat(progressStyle.createProgressModel(Color.BLUE, Color.RED).getPoints()).isEmpty(); in progressStyle_createProgressModel_ignoresPointsExceedingMax()
2673 assertThat(progressStyle.createProgressModel(defaultProgressColor, backgroundColor) in progressStyle_createProgressModel_ignoresOverLimitPoints()
2698 final NotificationProgressModel progressModel = progressStyle.createProgressModel( in progressStyle_createProgressModel_mergeSegmentsOnOverflow()
2726 final NotificationProgressModel progressModel = progressStyle.createProgressModel( in progressStyle_createProgressModel_useSegmentColorWhenAllMatch()
2756 final NotificationProgressModel progressModel = progressStyle.createProgressModel( in progressStyle_createProgressModel_useDefaultColorWhenAllNotMatch()
/frameworks/base/core/java/android/app/
DNotification.java11921 final NotificationProgressModel model = createProgressModel( in makeExpandedContentView()
12037 public @NonNull NotificationProgressModel createProgressModel(int defaultProgressColor, in createProgressModel() method in Builder.ProgressStyle