/frameworks/rs/toolkit/ |
D | Utils.h | 92 inline int4 clamp(int4 amount, int low, int high) { in clamp() 101 inline float4 clamp(float4 amount, float low, float high) { in clamp() 110 inline int2 clamp(int2 amount, int low, int high) { in clamp() 117 inline float2 clamp(float2 amount, float low, float high) { in clamp() 124 inline int clamp(int amount, int low, int high) { in clamp() 128 inline float clamp(float amount, float low, float high) { in clamp()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicInlines.h | 94 static inline float4 clamp(float4 amount, float low, float high) { in clamp() 103 static inline int2 clamp(int2 amount, int low, int high) { in clamp() 110 static inline float2 clamp(float2 amount, float low, float high) { in clamp() 117 static inline int clamp(int amount, int low, int high) { in clamp() 121 static inline float clamp(float amount, float low, float high) { in clamp()
|
/frameworks/base/services/core/java/com/android/server/uri/ |
D | UriMetricsHelper.java | 60 void reportPersistentUriFlushed(int amount) { in reportPersistentUriFlushed() 86 final int amount = perUidCount.valueAt(i); in reportPersistentUriPermissionsPerPackage() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationUtils.java | 50 public static float interpolate(float start, float end, float amount) { in interpolate() 54 public static int interpolateColors(int startColor, int endColor, float amount) { in interpolateColors()
|
/frameworks/av/services/mediaresourcemanager/test/ |
D | ResourceManagerService_test.cpp | 29 static MediaResource createSecureVideoCodecResource(int amount = 1) { in createSecureVideoCodecResource() 34 static MediaResource createNonSecureVideoCodecResource(int amount = 1) { in createNonSecureVideoCodecResource() 39 static MediaResource createSecureAudioCodecResource(int amount = 1) { in createSecureAudioCodecResource() 44 static MediaResource createNonSecureAudioCodecResource(int amount = 1) { in createNonSecureAudioCodecResource() 49 static MediaResource createSecureImageCodecResource(int amount = 1) { in createSecureImageCodecResource() 54 static MediaResource createNonSecureImageCodecResource(int amount = 1) { in createNonSecureImageCodecResource() 59 static MediaResource createGraphicMemoryResource(int amount = 1) { in createGraphicMemoryResource() 64 static MediaResource createDrmSessionResource(int amount = 1) { in createDrmSessionResource()
|
D | ResourceObserverService_test.cpp | 119 static MediaResource createSecureVideoCodecResource(int amount = 1) { in createSecureVideoCodecResource() 124 static MediaResource createNonSecureVideoCodecResource(int amount = 1) { in createNonSecureVideoCodecResource() 129 static MediaResource createSecureAudioCodecResource(int amount = 1) { in createSecureAudioCodecResource() 134 static MediaResource createNonSecureAudioCodecResource(int amount = 1) { in createNonSecureAudioCodecResource()
|
/frameworks/base/core/java/android/util/ |
D | MathUtils.java | 40 public static int constrain(int amount, int low, int high) { in constrain() 44 public static long constrain(long amount, long low, long high) { in constrain() 49 public static float constrain(float amount, float low, float high) { in constrain() 164 public static float lerp(float start, float stop, float amount) { in lerp() 168 public static float lerp(int start, int stop, float amount) { in lerp() 208 public static float lerpDeg(float start, float end, float amount) { in lerpDeg()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/ |
D | OverScroll.java | 44 public static int dampedScroll(float amount, int max) { in dampedScroll()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | OverScroll.java | 44 public static int dampedScroll(float amount, int max) { in dampedScroll()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | TouchAnimator.java | 226 float amount = (fraction - mFrameWidth * (i - 1)) / mFrameWidth; in setValue() local 230 protected abstract void interpolate(int index, float amount, Object target); in interpolate() 252 protected void interpolate(int index, float amount, Object target) { in interpolate() 270 protected void interpolate(int index, float amount, Object target) { in interpolate()
|
/frameworks/libs/net/common/framework/com/android/net/module/util/ |
D | NetworkStatsUtils.java | 90 public static int constrain(int amount, int low, int high) { in constrain() 98 public static long constrain(long amount, long low, long high) { in constrain()
|
/frameworks/base/tools/aapt2/text/ |
D | Utf8Iterator.cpp | 50 void Utf8Iterator::Skip(int amount) { in Skip()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/smartspace/ |
D | ILauncherUnlockAnimationController.aidl | 32 oneway void setUnlockAmount(float amount, boolean forceIfAnimating); in setUnlockAmount()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | LightRevealScrimViewBinder.kt | 32 viewModel.revealAmount.collect { amount -> revealScrim.revealAmount = amount } in <lambda>() method
|
/frameworks/base/native/graphics/jni/ |
D | aassetstreamadaptor.cpp | 83 ssize_t amount; in read() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | OrientationHelper.java | 176 public abstract void offsetChildren(int amount); in offsetChildren() 263 public void offsetChildren(int amount) { in createHorizontalHelper()
|
/frameworks/base/packages/SettingsLib/AppPreference/src/com/android/settingslib/widget/ |
D | AppPreference.java | 61 public void setProgress(int amount) { in setProgress()
|
/frameworks/base/core/java/android/text/method/ |
D | BaseMovementMethod.java | 466 protected boolean scrollLeft(TextView widget, Spannable buffer, int amount) { in scrollLeft() 487 protected boolean scrollRight(TextView widget, Spannable buffer, int amount) { in scrollRight() 508 protected boolean scrollUp(TextView widget, Spannable buffer, int amount) { in scrollUp() 535 protected boolean scrollDown(TextView widget, Spannable buffer, int amount) { in scrollDown()
|
/frameworks/base/libs/hwui/ |
D | UvMapper.h | 112 static float lerp(float start, float stop, float amount) { in lerp()
|
/frameworks/base/libs/hwui/jni/ |
D | Utils.cpp | 88 ssize_t amount; in read() local
|
/frameworks/base/core/tests/batterystatstests/BatteryStatsLoadTests/src/com/android/frameworks/core/batterystatsloadtests/ |
D | PowerMetrics.java | 100 private void addMetric(String metricType, MetricKind metricKind, double amount, in addMetric()
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 955 extern float __attribute__((overloadable)) mix(float start, float stop, float amount) { in mix() 958 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float2 amount) { in mix() 961 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float3 amount) { in mix() 964 extern float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float4 amount) { in mix() 967 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float amount) { in mix() 970 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float amount) { in mix() 973 extern float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float amount) { in mix() 2079 extern half __attribute__((overloadable)) mix(half start, half stop, half amount) { in mix() 2082 extern half2 __attribute__((overloadable)) mix(half2 start, half2 stop, half2 amount) { in mix() 2085 extern half3 __attribute__((overloadable)) mix(half3 start, half3 stop, half3 amount) { in mix() [all …]
|
/frameworks/base/tests/Codegen/src/com/android/codegentest/ |
D | SampleWithCustomBuilder.java | 70 public Builder setDelay(long amount, TimeUnit unit) { in setDelay()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ContrastColorUtil.java | 519 public static int changeColorLightness(int baseColor, int amount) { in changeColorLightness() 571 public static int getShiftedColor(int color, int amount) { in getShiftedColor() 925 private static int constrain(int amount, int low, int high) { in constrain() 929 private static float constrain(float amount, float low, float high) { in constrain()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 961 public void setDozeAmount(float amount) { in setDozeAmount() 969 public void setHideAmount(float linearAmount, float amount) { in setHideAmount() 1051 public void setOverScrollAmount(float amount, boolean onTop, boolean animate, in setOverScrollAmount() 1056 public void setOverScrollAmount(float amount, boolean onTop, boolean animate) { in setOverScrollAmount()
|