Searched refs:adjustments (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisplayAdjustmentsTests.java | 55 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/ |
D | AutomaticBrightnessControllerTest.java | 289 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/ |
D | NotificationAssistantService.java | 337 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/ |
D | Display.java | 1737 final DisplayAdjustments adjustments = getDisplayAdjustments(); in toString() local 1738 mDisplayInfo.getAppMetrics(mTempMetrics, adjustments); in toString()
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 175 …oid applyAdjustmentsFromAssistant(in INotificationListener token, in List<Adjustment> adjustments); in applyAdjustmentsFromAssistant() argument
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 213 # Auto-brightness adjustments by the user.
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayPowerController.java | 3422 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/ |
D | NotificationManagerService.java | 5569 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/ |
D | NotificationManagerServiceTest.java | 5095 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/ |
D | metrics_constants.proto | 7388 // Custom tag for NotificationItem. Hash of the NAS that made adjustments.
|