/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | SmallAreaDetectionController.java | 41 private static native void nativeSetSmallAreaDetectionThreshold(int uid, float threshold); in nativeSetSmallAreaDetectionThreshold() 100 final float threshold = Float.valueOf(items[1]); in putToAllowlist() local 109 private void updateUidListForAllUsers(SparseArray<Float> list, String pkg, float threshold) { in updateUidListForAllUsers() 125 final float threshold = mAllowPkgMap.get(pkg); in updateSmallAreaDetection() local 143 void setSmallAreaDetectionThreshold(int uid, float threshold) { in setSmallAreaDetectionThreshold()
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | BinderCallHeavyHitterWatcher.java | 146 int totalBinderCalls, float threshold, long timeSpan); in onHeavyHit() 247 public void setConfig(final boolean enable, final int batchSize, final float threshold, in setConfig() 292 final int batchSize, final float threshold, final int capacity) { in resetInternalLocked()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_display_SmallAreaDetectionController.cpp | 52 jfloat threshold) { in nativeSetSmallAreaDetectionThreshold()
|
/aosp14/frameworks/base/services/core/java/com/android/server/cpu/ |
H A D | CpuAvailabilityMonitoringConfig.java | 78 public Builder addThreshold(int threshold) { in addThreshold()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/ |
H A D | ThermalManagerServiceMockingTest.java | 410 TemperatureThreshold threshold = ret.get(0).type == Temperature.TYPE_SKIN ? ret.get(0) in getTemperatureThresholds_aidl() local 449 TemperatureThreshold threshold = ret.get(0); in getTemperatureThresholds_withFilter_aidl() local
|
/aosp14/frameworks/base/libs/hwui/utils/ |
H A D | MathUtils.h | 77 float threshold) { in divisionsNeededToApproximateArc()
|
/aosp14/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/ |
H A D | SpringAnimation.java | 312 void setValueThreshold(float threshold) { in setValueThreshold()
|
H A D | SpringForce.java | 319 void setValueThreshold(double threshold) { in setValueThreshold()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | FullScreenMagnificationGestureHandlerTest.java | 538 final float threshold = FullScreenMagnificationGestureHandler.PanningScalingState in testTransitToPanningState_scaleDifferenceOverThreshold_startDetecting() local 559 final float threshold = FullScreenMagnificationGestureHandler.PanningScalingState in testTransitToPanningState_scaleDifferenceLessThanThreshold_doNotDetect() local 607 final float threshold = FullScreenMagnificationGestureHandler.PanningScalingState in testPanningScaleOverThreshold_notDetecting_startDetecting() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BaseAppStateTimeSlotEventsTracker.java | 112 void onNumOfEventsThresholdChanged(int threshold) { in onNumOfEventsThresholdChanged() 230 final int threshold = DeviceConfig.getInt( in updateNumOfEventsThreshold() local
|
/aosp14/system/core/storaged/ |
H A D | storaged_service.cpp | 107 uint64_t threshold = 0; in dump() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | FaceHelpMessageDeferralTest.kt | 40 val threshold = .75f regex
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/ |
H A D | Swipeable.kt | 768 val threshold = thresholds(lower, upper) regex 776 val threshold = thresholds(upper, lower) regex
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | DrawableHolder.java | 128 final float threshold = 1.0f / 256.0f; // contribution less than 1 LSB of RGB byte in draw() local
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | IImsMmTelFeature.aidl | 65 oneway void setMediaQualityThreshold(int mediaSessionType, in MediaThreshold threshold); in setMediaQualityThreshold()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | ThermalManagerService.java | 1298 android.hardware.thermal.V2_0.TemperatureThreshold threshold) { in convertToAidlTemperatureThreshold() 1360 TemperatureThreshold threshold = thresholds.get(t); in updateSevereThresholds() local 1489 Float threshold = mSevereThresholds.get(name); in getForecast() local
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | SizeConfigurationBuckets.java | 230 final int threshold = thresholds[i]; in crossesSizeThreshold() local
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/fuelgauge/ |
H A D | BatterySaverUtils.java | 267 final int threshold = in getBatterySaverScheduleKey() local
|
/aosp14/system/core/init/ |
H A D | perfboot.py | 109 def _get_cpu_temp(self, threshold): argument
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/ |
H A D | PowerUtil.java | 261 public static long roundTimeToNearestThreshold(long drainTime, long threshold) { in roundTimeToNearestThreshold()
|
/aosp14/system/core/storaged/include/ |
H A D | storaged.h | 146 double hours, uint64_t threshold, bool force_report) { in get_uid_records()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | Looper.java | 300 private static boolean showSlowLog(long threshold, long measureStart, long measureEnd, in showSlowLog()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/ |
H A D | ThermalManagerServiceTest.java | 423 Float threshold = watcher.mSevereThresholds.get("skin1"); in testTemperatureWatcherUpdateSevereThresholds() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/ |
H A D | ThresholdSensorImpl.java | 70 Execution execution, float threshold, float thresholdLatch, int sensorDelay) { in ThresholdSensorImpl()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | VelocityTest.java | 293 private void assertEqualFuzzy(float expected, float actual, float threshold) { in assertEqualFuzzy()
|