/frameworks/base/services/core/java/com/android/server/display/ |
D | BrightnessMappingStrategy.java | 238 public abstract boolean setAutoBrightnessAdjustment(float adjustment); in setAutoBrightnessAdjustment() 376 float adjustment = 0; in inferAutoBrightnessAdjustment() local 405 float userLux, float userBrightness, float adjustment, float maxGamma) { in getAdjustedCurve() 503 public boolean setAutoBrightnessAdjustment(float adjustment) { in setAutoBrightnessAdjustment() 532 float adjustment = inferAutoBrightnessAdjustment(mMaxGamma, in addUserDataPoint() local 699 public boolean setAutoBrightnessAdjustment(float adjustment) { in setAutoBrightnessAdjustment() 728 float adjustment = inferAutoBrightnessAdjustment(mMaxGamma, in addUserDataPoint() local
|
D | AutomaticBrightnessController.java | 300 float brightness, boolean userChangedBrightness, float adjustment, in configure() 516 private boolean setAutoBrightnessAdjustment(float adjustment) { in setAutoBrightnessAdjustment()
|
D | DisplayManagerService.java | 2204 public void setTemporaryAutoBrightnessAdjustment(float adjustment) { in setTemporaryAutoBrightnessAdjustment()
|
/frameworks/base/media/java/android/media/audiopolicy/ |
D | IAudioPolicyCallback.aidl | 36 void notifyVolumeAdjust(int adjustment); in notifyVolumeAdjust()
|
D | AudioPolicy.java | 784 public void onVolumeAdjustment(@AudioManager.VolumeAdjustment int adjustment) {} in onVolumeAdjustment()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationAssistantService.java | 236 public final void adjustNotification(@NonNull Adjustment adjustment) { in adjustNotification() 373 private void setAdjustmentIssuer(@Nullable Adjustment adjustment) { in setAdjustmentIssuer() 401 Adjustment adjustment = onNotificationEnqueued(sbn, channel); in handleMessage() local
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationAdjustmentExtractorTest.java | 63 Adjustment adjustment = new Adjustment("pkg", r.getKey(), signals, "", 0); in testExtractsAdjustment() local
|
D | NotificationRecordTest.java | 945 Adjustment adjustment = new Adjustment( in testIgnoreImportanceAdjustmentsForOemLockedChannels() local 969 Adjustment adjustment = new Adjustment( in testIgnoreImportanceAdjustmentsForDefaultAppLockedChannels() local 993 Adjustment adjustment = new Adjustment( in testApplyImportanceAdjustmentsForNonOemDefaultAppLockedChannels() local
|
D | NotificationManagerServiceTest.java | 885 Adjustment adjustment = new Adjustment( in testBlockedNotifications_blockedByAssistant() local 2909 Adjustment adjustment = new Adjustment( in testApplyAdjustmentMultiUser() local 2928 Adjustment adjustment = new Adjustment( in testAssistantBlockingTriggersCancel() local 2951 Adjustment adjustment = new Adjustment( in testApplyEnqueuedAdjustmentFromAssistant_singleUser() local 2969 Adjustment adjustment = new Adjustment( in testApplyEnqueuedAdjustmentFromAssistant_importance() local 2988 Adjustment adjustment = new Adjustment( in testApplyEnqueuedAdjustmentFromAssistant_crossUser() local 3011 Adjustment adjustment = new Adjustment( in testUserSentimentChangeTriggersUpdate() local 3032 Adjustment adjustment = new Adjustment( in testTooLateAdjustmentTriggersUpdate() local 3053 Adjustment adjustment = new Adjustment( in testEnqueuedAdjustmentAppliesAdjustments() local 4896 Adjustment adjustment = new Adjustment(r.sbn.getPackageName(), r.getKey(), signals, in testAdjustRestrictedKey() local
|
/frameworks/base/cmds/media/src/com/android/commands/media/ |
D | VolumeCtrl.java | 80 String adjustment = null; in run() local
|
/frameworks/base/core/java/android/gesture/ |
D | Instance.java | 96 float adjustment = -orientation; in temporalSampler() local
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | WallpaperCropActivity.java | 695 int adjustment = roundedTrueCrop.left - local 706 int adjustment = roundedTrueCrop.top - local
|
D | CropView.java | 293 float[] adjustment = mTempAdjustment; in onTouchEvent() local
|
/frameworks/base/core/java/android/hardware/display/ |
D | IDisplayManager.aidl | 118 void setTemporaryAutoBrightnessAdjustment(float adjustment); in setTemporaryAutoBrightnessAdjustment()
|
D | DisplayManager.java | 775 public void setTemporaryAutoBrightnessAdjustment(float adjustment) { in setTemporaryAutoBrightnessAdjustment()
|
D | DisplayManagerGlobal.java | 624 public void setTemporaryAutoBrightnessAdjustment(float adjustment) { in setTemporaryAutoBrightnessAdjustment()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 477 NotificationUiAdjustment adjustment = in updateNotificationRanking() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
D | BrightnessMappingStrategyTest.java | 548 float adjustment = 0.3f; in testGammaCorrectionChangeAtEdges() local
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 149 …oid applyEnqueuedAdjustmentFromAssistant(in INotificationListener token, in Adjustment adjustment); in applyEnqueuedAdjustmentFromAssistant() 150 void applyAdjustmentFromAssistant(in INotificationListener token, in Adjustment adjustment); in applyAdjustmentFromAssistant()
|
/frameworks/base/core/java/android/animation/ |
D | ValueAnimator.java | 1300 long adjustment = frameTime - mLastFrameTime; in commitAnimationFrame() local
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 639 public void addAdjustment(Adjustment adjustment) { in addAdjustment()
|