/aosp12/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()
|
/aosp12/frameworks/base/services/tests/servicestests/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()
|
/aosp12/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
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | VSyncPredictor.h | 62 nsecs_t intercept; member
|
H A D | VSyncPredictor.cpp | 185 nsecs_t const intercept = meanTS - (anticipatedPeriod * meanOrdinal / kScalingFactor); in addVsyncTimestamp() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | MediaScrollView.kt | 81 var intercept = false regex
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityInterceptorCallback.java | 40 public abstract @Nullable Intent intercept(ActivityInterceptorInfo info); in intercept() method in ActivityInterceptorCallback
|
H A D | ActivityStartInterceptor.java | 151 boolean intercept(Intent intent, ResolveInfo rInfo, ActivityInfo aInfo, String resolvedType, in intercept() method in ActivityStartInterceptor
|
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
H A D | PhotoViewPager.java | 115 final InterceptType intercept = (mListener != null) in onInterceptTouchEvent() local
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | google-oauth-client-1.31.0.jar | ... api.client.http.HttpRequest request
public void intercept (com.google.api.client.http ... |
H A D | okhttp-3.12.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/proguard/
okhttp3/
... |
H A D | google-api-client-1.30.10.jar | ... {
private void <init> ()
public void intercept (com.google.api.client.http ... |
H A D | google-http-client-1.36.0.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | google-oauth-client-1.30.1.jar | ... api.client.http.HttpRequest request
public void intercept (com.google.api.client.http ... |
H A D | google-api-client-android-1.30.2.jar | ... gms.auth.GoogleAccountCredential this$0
public void intercept (com.google.api.client.http ... |
H A D | google-api-client-1.30.2.jar | ... api.client.http.HttpRequest request
public void intercept (com.google.api.client.http ... |
H A D | google-http-client-1.30.1.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecord.java | 871 public boolean setIntercepted(boolean intercept) { in setIntercepted()
|