Home
last modified time | relevance | path

Searched defs:adjustment (Results 1 – 25 of 773) sorted by relevance

12345678910>>...31

/aosp_15_r20/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
H A DNotificationAssistantServiceTest.java280 Adjustment adjustment = new Adjustment(sbn.getPackageName(), sbn.getKey(), signals, "", in testAdjustNotification_userSentimentKey() local
306 Adjustment adjustment = new Adjustment(sbn.getPackageName(), sbn.getKey(), signals, "", in testAdjustNotification_proposedImportanceKey() local
331 Adjustment adjustment = new Adjustment(sbn.getPackageName(), sbn.getKey(), signals, "", in testAdjustNotification_sensitiveContentKey() local
358 Adjustment adjustment = new Adjustment(sbn.getPackageName(), sbn.getKey(), signals, "", in testAdjustNotification_importanceKey() local
395 Adjustment adjustment = new Adjustment(sbn1.getPackageName(), sbn1.getKey(), signals, in testAdjustNotifications_rankingScoreKey() local
444 Adjustment adjustment = new Adjustment(sbn.getPackageName(), sbn.getKey(), signals, "", in testAdjustNotification_smartActionKey() local
484 Adjustment adjustment = new Adjustment(sbn.getPackageName(), sbn.getKey(), signals, "", in testAdjustNotification_smartReplyKey() local
517 Adjustment adjustment = new Adjustment(sbn.getPackageName(), sbn.getKey(), signals, "", in testAdjustNotification_typeKey() local
565 Adjustment adjustment = new Adjustment(sbn.getPackageName(), sbn.getKey(), signals, "", in testAdjustNotification_typeKey_userTurnedOff_doesNotMove() local
944 Adjustment adjustment = new Adjustment(sbn.getPackageName(), sbn.getKey(), signals, in testAdjustNotification_importance_notAllowed() local
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessMappingStrategy.java308 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
/aosp_15_r20/packages/services/Car/service/src/com/android/car/audio/
DCarAudioPolicyVolumeCallback.java75 void onVolumeAdjustment(int adjustment, int zoneId) { in onVolumeAdjustment()
83 private void evaluateVolumeAdjustmentExternal(int adjustment, int zoneId) { in evaluateVolumeAdjustmentExternal()
146 private void evaluateVolumeAdjustmentInternal(int adjustment, int zoneId) { in evaluateVolumeAdjustmentInternal()
197 public void onVolumeAdjustment(int adjustment) { in onVolumeAdjustment()
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordExtractorDataTest.java92 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
H A DNotificationAdjustmentExtractorTest.java80 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
/aosp_15_r20/external/google-cloud-java/java-channel/proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/
H A Drepricing.proto128 RepricingAdjustment adjustment = 2 [(google.api.field_behavior) = REQUIRED]; field
144 oneof adjustment { oneof
163 RepricingAdjustment adjustment = 1 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/googleapis/google/cloud/channel/v1/
H A Drepricing.proto150 RepricingAdjustment adjustment = 2 [(google.api.field_behavior) = REQUIRED]; field
166 oneof adjustment { oneof
185 RepricingAdjustment adjustment = 1 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Ddenoising.c87 int adjustment = 0; in vp8_denoiser_filter_c() local
171 int adjustment = abs(diff); in vp8_denoiser_filter_c() local
258 int adjustment = 0; in vp8_denoiser_filter_uv_c() local
321 int adjustment = abs(diff); in vp8_denoiser_filter_uv_c() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/lib/
H A Dmathutil.h84 const IntegralType adjustment = static_cast<IntegralType>(needs_adjustment); in CeilOrFloorOfRatio() local
92 const IntegralType adjustment = static_cast<IntegralType>(needs_adjustment); in CeilOrFloorOfRatio() local
/aosp_15_r20/external/XNNPACK/bench/
H A Ddeconvolution.cc37 const size_t adjustment = state.range(7); in xnnpack_deconvolution_qu8() local
158 const size_t adjustment = state.range(7); in xnnpack_deconvolution_f32() local
276 const size_t adjustment = state.range(7); in tflite_deconvolution_f32() local
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/math/
H A Dmath_util.h143 const IntegralType adjustment = static_cast<IntegralType>(needs_adjustment); in CeilOrFloorOfRatio() local
152 const IntegralType adjustment = static_cast<IntegralType>(needs_adjustment); in CeilOrFloorOfRatio() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/impl/number/
H A DDecimalQuantity_64BitBCD.java123 int adjustment = (i > 0) ? i : 0; field in DecimalQuantity_64BitBCD
139 int adjustment = (i > 0) ? i : 0; in readBigIntegerToBcd() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/
H A DDecimalQuantity_64BitBCD.java126 int adjustment = (i > 0) ? i : 0; field in DecimalQuantity_64BitBCD
142 int adjustment = (i > 0) ? i : 0; in readBigIntegerToBcd() local
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dindenter.h129 void IncreaseIndentation(size_t adjustment) { in IncreaseIndentation()
133 void DecreaseIndentation(size_t adjustment) { in DecreaseIndentation()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dindenter.h129 void IncreaseIndentation(size_t adjustment) { in IncreaseIndentation()
133 void DecreaseIndentation(size_t adjustment) { in DecreaseIndentation()
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dindenter.h129 void IncreaseIndentation(size_t adjustment) { in IncreaseIndentation()
133 void DecreaseIndentation(size_t adjustment) { in DecreaseIndentation()
/aosp_15_r20/art/libartbase/base/
H A Dindenter.h129 void IncreaseIndentation(size_t adjustment) { in IncreaseIndentation()
133 void DecreaseIndentation(size_t adjustment) { in DecreaseIndentation()
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dindenter.h129 void IncreaseIndentation(size_t adjustment) { in IncreaseIndentation()
133 void DecreaseIndentation(size_t adjustment) { in DecreaseIndentation()
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dindenter.h129 void IncreaseIndentation(size_t adjustment) { in IncreaseIndentation()
133 void DecreaseIndentation(size_t adjustment) { in DecreaseIndentation()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dindenter.h129 void IncreaseIndentation(size_t adjustment) { in IncreaseIndentation()
133 void DecreaseIndentation(size_t adjustment) { in DecreaseIndentation()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dindenter.h129 void IncreaseIndentation(size_t adjustment) { in IncreaseIndentation()
133 void DecreaseIndentation(size_t adjustment) { in DecreaseIndentation()
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dindenter.h129 void IncreaseIndentation(size_t adjustment) { in IncreaseIndentation()
133 void DecreaseIndentation(size_t adjustment) { in DecreaseIndentation()
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dindenter.h129 void IncreaseIndentation(size_t adjustment) { in IncreaseIndentation()
133 void DecreaseIndentation(size_t adjustment) { in DecreaseIndentation()
/aosp_15_r20/frameworks/base/core/java/android/service/notification/
H A DNotificationAssistantService.java344 public final void adjustNotification(@NonNull Adjustment adjustment) { in adjustNotification()
562 private void setAdjustmentIssuer(@Nullable Adjustment adjustment) { in setAdjustmentIssuer()
596 Adjustment adjustment = onNotificationEnqueued(sbn, channel, ranking); in handleMessage() local
/aosp_15_r20/external/libchrome/base/strings/
H A Dutf_offset_string_conversions.cc43 int adjustment = 0; in AdjustOffset() local
76 int adjustment = 0; in UnadjustOffset() local

12345678910>>...31