/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationRecordExtractorDataTest.java | 92 Adjustment adjustment = new Adjustment("pkg", r.getKey(), signals, "", 0); in testHasDiffs_proposedImportanceChange() local 126 Adjustment adjustment = new Adjustment("pkg", r.getKey(), signals, "", 0); in testHasDiffs_autoBundled() local 161 Adjustment adjustment = new Adjustment("pkg", r.getKey(), signals, "", 0); in testHasDiffs_sensitiveContentChange() local
|
D | NotificationAdjustmentExtractorTest.java | 63 Adjustment adjustment = new Adjustment("pkg", r.getKey(), signals, "", 0); in testExtractsAdjustment() local
|
D | NotificationRecordTest.java | 1256 Adjustment adjustment = new Adjustment( in testIgnoreImportanceAdjustmentsForFixedRecords() local 1279 Adjustment adjustment = new Adjustment( in testApplyImportanceAdjustments() local 1469 Adjustment adjustment = new Adjustment( in testIsConversation_withAdjustmentOverride() local
|
D | NotificationManagerServiceTest.java | 1882 Adjustment adjustment = new Adjustment( in testBlockedNotifications_blockedByAssistant() local 6286 Adjustment adjustment = new Adjustment( in testApplyAdjustmentMultiUser() local 6305 Adjustment adjustment = new Adjustment( in testAssistantBlockingTriggersCancel() local 6328 Adjustment adjustment = new Adjustment( in testApplyEnqueuedAdjustmentFromAssistant_singleUser() local 6346 Adjustment adjustment = new Adjustment( in testApplyEnqueuedAdjustmentFromAssistant_importance() local 6365 Adjustment adjustment = new Adjustment( in testApplyEnqueuedAdjustmentFromAssistant_crossUser() local 6385 Adjustment adjustment = new Adjustment( in testUserSentimentChangeTriggersUpdate() local 6403 Adjustment adjustment = new Adjustment( in testTooLateAdjustmentTriggersUpdate() local 6592 Adjustment adjustment = new Adjustment( in testEnqueuedAdjustmentAppliesAdjustments() local 6610 Adjustment adjustment = new Adjustment( in testEnqueuedAdjustmentAppliesAdjustments_MultiNotifications() local [all …]
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | BrightnessMappingStrategy.java | 307 public abstract boolean setAutoBrightnessAdjustment(float adjustment); in setAutoBrightnessAdjustment() 363 public abstract void recalculateSplines(boolean applyAdjustment, float[] adjustment); in recalculateSplines() 521 float adjustment = 0; in inferAutoBrightnessAdjustment() local 550 float userLux, float userBrightness, float adjustment, float maxGamma) { in getAdjustedCurve() 665 public boolean setAutoBrightnessAdjustment(float adjustment) { in setAutoBrightnessAdjustment() 704 float adjustment = inferAutoBrightnessAdjustment(mMaxGamma, in addUserDataPoint() local 748 public void recalculateSplines(boolean applyAdjustment, float[] adjustment) { in recalculateSplines() 940 public boolean setAutoBrightnessAdjustment(float adjustment) { in setAutoBrightnessAdjustment() 979 float adjustment = inferAutoBrightnessAdjustment(mMaxGamma, in addUserDataPoint() local
|
D | DisplayPowerControllerInterface.java | 155 void setTemporaryAutoBrightnessAdjustment(float adjustment); in setTemporaryAutoBrightnessAdjustment()
|
D | AutomaticBrightnessController.java | 443 float brightness, boolean userChangedBrightness, float adjustment, in configure() 744 private boolean setAutoBrightnessAdjustment(float adjustment) { in setAutoBrightnessAdjustment()
|
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | PowerStatsScheduler.java | 200 long adjustment = cal.getTimeInMillis() - targetWallClockTime; in alignToWallClock() local 218 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 | 1128 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 | 340 void putAutoBrightnessAdjustmentSetting(float adjustment) { in putAutoBrightnessAdjustmentSetting() 344 Settings.System.SCREEN_AUTO_BRIGHTNESS_ADJ, adjustment, in putAutoBrightnessAdjustmentSetting() local
|
D | AutomaticBrightnessStrategy.java | 442 void putAutoBrightnessAdjustmentSetting(float adjustment) { in putAutoBrightnessAdjustmentSetting() 446 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 | 321 public final void adjustNotification(@NonNull Adjustment adjustment) { in adjustNotification() 512 private void setAdjustmentIssuer(@Nullable Adjustment adjustment) { in setAdjustmentIssuer() 546 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 | 179 public void setTemporaryAutoBrightnessAdjustment(float adjustment) {} in setTemporaryAutoBrightnessAdjustment()
|
/frameworks/base/core/java/android/hardware/display/ |
D | IDisplayManager.aidl | 175 void setTemporaryAutoBrightnessAdjustment(float adjustment); in setTemporaryAutoBrightnessAdjustment()
|
D | DisplayManager.java | 1380 public void setTemporaryAutoBrightnessAdjustment(float adjustment) { in setTemporaryAutoBrightnessAdjustment()
|
D | DisplayManagerGlobal.java | 1028 public void setTemporaryAutoBrightnessAdjustment(float adjustment) { in setTemporaryAutoBrightnessAdjustment()
|
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/strategy/ |
D | AutomaticBrightnessStrategyTest.java | 464 float adjustment = 0.1f; in isAutoBrightnessValid_returnsTrueWhenBrightnessIsValid_adjustsAutoBrightness() local
|
/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 | 1361 long adjustment = frameTime - mLastFrameTime; in commitAnimationFrame() local
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 181 …oid applyEnqueuedAdjustmentFromAssistant(in INotificationListener token, in Adjustment adjustment); in applyEnqueuedAdjustmentFromAssistant() 182 void applyAdjustmentFromAssistant(in INotificationListener token, in Adjustment adjustment); in applyAdjustmentFromAssistant()
|