Home
last modified time | relevance | path

Searched refs:adjustments (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DDisplayAdjustmentsTests.java55 DisplayAdjustments adjustments = new DisplayAdjustments(configuration); in testConfigurationConstructor_copiesConfiguration() local
57 assertEquals(configuration, adjustments.getConfiguration()); in testConfigurationConstructor_copiesConfiguration()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DAutomaticBrightnessControllerTest.java289 float[] adjustments = new float[]{0.2f, 0.6f}; in testRecalculateSplines() local
290 mController.recalculateSplines(true, adjustments); in testRecalculateSplines()
292 verify(mBrightnessMappingStrategy).recalculateSplines(true, adjustments); in testRecalculateSplines()
298 mController.recalculateSplines(false, adjustments); in testRecalculateSplines()
300 verify(mBrightnessMappingStrategy).recalculateSplines(false, adjustments); in testRecalculateSplines()
/frameworks/base/core/java/android/service/notification/
DNotificationAssistantService.java337 public final void adjustNotifications(@NonNull List<Adjustment> adjustments) { in adjustNotifications() argument
340 for (Adjustment adjustment : adjustments) { in adjustNotifications()
343 getNotificationInterface().applyAdjustmentsFromAssistant(mWrapper, adjustments); in adjustNotifications()
/frameworks/base/core/java/android/view/
DDisplay.java1737 final DisplayAdjustments adjustments = getDisplayAdjustments(); in toString() local
1738 mDisplayInfo.getAppMetrics(mTempMetrics, adjustments); in toString()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl175 …oid applyAdjustmentsFromAssistant(in INotificationListener token, in List<Adjustment> adjustments); in applyAdjustmentsFromAssistant() argument
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags213 # Auto-brightness adjustments by the user.
/frameworks/base/services/core/java/com/android/server/display/
DDisplayPowerController.java3422 public String toString(int adjustments) {
3426 if ((adjustments & ADJUSTMENT_AUTO_TEMP) != 0) {
3429 if ((adjustments & ADJUSTMENT_AUTO) != 0) {
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java5569 List<Adjustment> adjustments = new ArrayList<>();
5570 adjustments.add(adjustment);
5571 applyAdjustmentsFromAssistant(token, adjustments);
5576 List<Adjustment> adjustments) {
5583 for (Adjustment adjustment : adjustments) {
5830 final Bundle adjustments = adjustment.getSignals();
5831 Bundle.setDefusable(adjustments, true);
5833 for (String potentialKey : adjustments.keySet()) {
5839 adjustments.remove(removeKey);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java5095 List<Adjustment> adjustments = new ArrayList<>(); in testApplyAdjustmentsLogged() local
5103 adjustments.add(adjustment1); in testApplyAdjustmentsLogged()
5111 adjustments.add(adjustment2); in testApplyAdjustmentsLogged()
5113 mBinderService.applyAdjustmentsFromAssistant(null, adjustments); in testApplyAdjustmentsLogged()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto7388 // Custom tag for NotificationItem. Hash of the NAS that made adjustments.