Searched defs:intercept (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/display/utils/ |
H A D | AmbientFilterFactory.java | 42 public static AmbientFilter createAmbientFilter(String tag, int horizon, float intercept) { in createAmbientFilter() 63 final float intercept = getFloat(resources, in createBrightnessFilter() local 84 final float intercept = getFloat(resources, in createColorTemperatureFilter() local
|
H A D | AmbientFilter.java | 178 WeightedMovingAverageAmbientFilter(String tag, int horizon, float intercept) { in WeightedMovingAverageAmbientFilter() 221 private void validateArguments(float intercept) { in validateArguments()
|
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/utils/ |
H A D | AmbientFilterTest.java | 54 final float intercept = 0.0f; in testBrightnessFilter_ZeroIntercept() local 85 final float intercept = 10f; in testBrightnessFilter_WithIntercept() local 112 private void setMockValues(Resources resources, int horizon, float intercept) { in setMockValues()
|
/aosp14/system/core/debuggerd/tombstoned/ |
H A D | intercept_manager.cpp | 39 auto intercept = reinterpret_cast<Intercept*>(arg); in intercept_close_cb() local 85 auto intercept = reinterpret_cast<Intercept*>(arg); in intercept_request_cb() local 178 Intercept* intercept = new Intercept(); in intercept_accept_cb() local 223 auto intercept = std::move(it->second); in GetIntercept() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | MediaScrollView.kt | 93 var intercept = false regex
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityStartInterceptor.java | 188 boolean intercept(Intent intent, ResolveInfo rInfo, ActivityInfo aInfo, String resolvedType, in intercept() method in ActivityStartInterceptor
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ZenModeFiltering.java | 276 private static void maybeLogInterceptDecision(NotificationRecord record, boolean intercept, in maybeLogInterceptDecision()
|
H A D | NotificationRecord.java | 936 public boolean setIntercepted(boolean intercept) { in setIntercepted()
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/cam/ |
H A D | HctSolver.java | 405 static double intercept(double source, double mid, double target) { in intercept() method in HctSolver
|
/aosp14/frameworks/base/core/java/android/os/storage/ |
H A D | StorageManager.java | 1555 double intercept = totalBytes * cacheReservePercentLow / 100.0 in computeStorageCacheBytes() local
|