Home
last modified time | relevance | path

Searched refs:newB (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DImageUtils.java134 int newB = 128 + deltaB & 0xFF; in assertImageSimilar() local
139 int newRGB = avgAlpha | newR << 16 | newG << 8 | newB; in assertImageSimilar()
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java7186 Notification.Builder newB = Notification.Builder.recoverBuilder(getContext(), newN);
7189 if (Notification.areStyledNotificationsVisiblyDifferent(oldB, newB)) {
7198 if (Notification.areRemoteViewsChanged(oldB, newB)) {