/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationRecordExtractorDataTest.java | 101 Adjustment adjustment = new Adjustment("pkg", r.getKey(), signals, "", 0); in testHasDiffs_proposedImportanceChange() local 136 Adjustment adjustment = new Adjustment("pkg", r.getKey(), signals, "", 0); in testHasDiffs_autoBundled() local 172 Adjustment adjustment = new Adjustment("pkg", r.getKey(), signals, "", 0); in testHasDiffs_sensitiveContentChange() local 208 Adjustment adjustment = new Adjustment("pkg", r.getKey(), signals, "", 0); in testHasDiffs_summarization() local
|
D | NotificationAdjustmentExtractorTest.java | 80 Adjustment adjustment = new Adjustment("pkg", r.getKey(), signals, "", 0); in testExtractsAdjustment() local 142 Adjustment adjustment = new Adjustment("pkg", r.getKey(), classificationAdj, "", 0); in testClassificationAdjustments_triggerRegrouping() local 162 Adjustment adjustment = new Adjustment("pkg", r.getKey(), classificationAdj, "", 0); in testClassificationAdjustments_notTriggerRegrouping_flagsDisabled() local
|
D | NotificationRecordTest.java | 1368 Adjustment adjustment = new Adjustment( in testIgnoreImportanceAdjustmentsForFixedRecords() local 1391 Adjustment adjustment = new Adjustment( in testApplyImportanceAdjustments() local 1581 Adjustment adjustment = new Adjustment( in testIsConversation_withAdjustmentOverride() local
|
D | NotificationManagerServiceTest.java | 1957 Adjustment adjustment = new Adjustment( in testBlockedNotifications_blockedByAssistant() local 7431 Adjustment adjustment = new Adjustment( in testApplyAdjustmentMultiUser() local 7450 Adjustment adjustment = new Adjustment( in testAssistantBlockingTriggersCancel() local 7473 Adjustment adjustment = new Adjustment( in testApplyEnqueuedAdjustmentFromAssistant_singleUser() local 7491 Adjustment adjustment = new Adjustment( in testApplyEnqueuedAdjustmentFromAssistant_importance() local 7510 Adjustment adjustment = new Adjustment( in testApplyEnqueuedAdjustmentFromAssistant_crossUser() local 7530 Adjustment adjustment = new Adjustment( in testUserSentimentChangeTriggersUpdate() local 7548 Adjustment adjustment = new Adjustment( in testTooLateAdjustmentTriggersUpdate() local 7804 Adjustment adjustment = new Adjustment( in testEnqueuedAdjustmentAppliesAdjustments() local 7822 Adjustment adjustment = new Adjustment( in testEnqueuedAdjustmentAppliesAdjustments_MultiNotifications() local [all …]
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | BrightnessMappingStrategy.java | 308 public abstract boolean setAutoBrightnessAdjustment(float adjustment); in setAutoBrightnessAdjustment() 364 public abstract void recalculateSplines(boolean applyAdjustment, float[] adjustment); in recalculateSplines() 528 float adjustment = 0; in inferAutoBrightnessAdjustment() local 557 float userLux, float userBrightness, float adjustment, float maxGamma) { in getAdjustedCurve() 676 public boolean setAutoBrightnessAdjustment(float adjustment) { in setAutoBrightnessAdjustment() 715 float adjustment = inferAutoBrightnessAdjustment(mMaxGamma, in addUserDataPoint() local 759 public void recalculateSplines(boolean applyAdjustment, float[] adjustment) { in recalculateSplines() 959 public boolean setAutoBrightnessAdjustment(float adjustment) { in setAutoBrightnessAdjustment() 998 float adjustment = inferAutoBrightnessAdjustment(mMaxGamma, in addUserDataPoint() local
|
D | AutomaticBrightnessController.java | 452 float brightness, boolean userChangedBrightness, float adjustment, in configure() 769 private boolean setAutoBrightnessAdjustment(float adjustment) { in setAutoBrightnessAdjustment()
|
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | PowerStatsScheduler.java | 192 long adjustment = cal.getTimeInMillis() - targetWallClockTime; in alignToWallClock() local 210 long adjustment = cal.getTimeInMillis() - targetWallClockTime; in alignToWallClock() local
|
/frameworks/base/media/java/android/media/audiopolicy/ |
D | IAudioPolicyCallback.aidl | 36 void notifyVolumeAdjust(int adjustment); in notifyVolumeAdjust()
|
D | AudioPolicy.java | 1151 public void onVolumeAdjustment(@AudioManager.VolumeAdjustment int adjustment) {} in onVolumeAdjustment()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | VolumeCtrl.java | 77 String adjustment = null; in run() local
|
/frameworks/base/services/core/java/com/android/server/display/brightness/strategy/ |
D | AutomaticBrightnessStrategy2.java | 349 void putAutoBrightnessAdjustmentSetting(float adjustment) { in putAutoBrightnessAdjustmentSetting() 353 Settings.System.SCREEN_AUTO_BRIGHTNESS_ADJ, adjustment, in putAutoBrightnessAdjustmentSetting() local
|
D | AutomaticBrightnessStrategy.java | 456 void putAutoBrightnessAdjustmentSetting(float adjustment) { in putAutoBrightnessAdjustmentSetting() 460 Settings.System.SCREEN_AUTO_BRIGHTNESS_ADJ, adjustment, in putAutoBrightnessAdjustmentSetting() local
|
/frameworks/base/core/java/android/gesture/ |
D | Instance.java | 96 float adjustment = -orientation; in temporalSampler() local
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationAssistantService.java | 356 public final void adjustNotification(@NonNull Adjustment adjustment) { in adjustNotification() 574 private void setAdjustmentIssuer(@Nullable Adjustment adjustment) { in setAdjustmentIssuer() 608 Adjustment adjustment = onNotificationEnqueued(sbn, channel, ranking); in handleMessage() local
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | WallpaperCropActivity.java | 692 int adjustment = roundedTrueCrop.left - local 703 int adjustment = roundedTrueCrop.top - local
|
D | CropView.java | 293 float[] adjustment = mTempAdjustment; in onTouchEvent() local
|
/frameworks/layoutlib/bridge/src/android/hardware/display/ |
D | DisplayManagerGlobal.java | 195 public void setTemporaryAutoBrightnessAdjustment(float adjustment) {} in setTemporaryAutoBrightnessAdjustment()
|
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/strategy/ |
D | AutomaticBrightnessStrategyTest.java | 633 float adjustment = 0.1f; in isAutoBrightnessValid_returnsTrueWhenBrightnessIsValid_adjustsAutoBrightness() local
|
/frameworks/base/core/java/android/hardware/display/ |
D | IDisplayManager.aidl | 180 void setTemporaryAutoBrightnessAdjustment(float adjustment); in setTemporaryAutoBrightnessAdjustment()
|
D | DisplayManager.java | 1581 public void setTemporaryAutoBrightnessAdjustment(float adjustment) { in setTemporaryAutoBrightnessAdjustment()
|
D | DisplayManagerGlobal.java | 1174 public void setTemporaryAutoBrightnessAdjustment(float adjustment) { in setTemporaryAutoBrightnessAdjustment()
|
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
D | BrightnessMappingStrategyTest.java | 668 float adjustment = 0.3f; in testGammaCorrectionChangeAtEdges() local
|
/frameworks/base/core/java/android/animation/ |
D | ValueAnimator.java | 1382 long adjustment = frameTime - mLastFrameTime; in commitAnimationFrame() local
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 186 …oid applyEnqueuedAdjustmentFromAssistant(in INotificationListener token, in Adjustment adjustment); in applyEnqueuedAdjustmentFromAssistant() 187 void applyAdjustmentFromAssistant(in INotificationListener token, in Adjustment adjustment); in applyAdjustmentFromAssistant()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 719 public void addAdjustment(Adjustment adjustment) { in addAdjustment()
|