Home
last modified time | relevance | path

Searched defs:clamp (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dimgprocutil.h27 inline int clamp(int min, int val, int max) { in clamp() function
H A Dcolorspace.cpp40 static inline uint32 clamp(int32 x) { in clamp() function
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java99 public static int clamp(int x, int min, int max) { in clamp() method in Utils
106 public static float clamp(float x, float min, float max) { in clamp() method in Utils
113 public static long clamp(long x, long min, long max) { in clamp() method in Utils
/aosp14/frameworks/base/services/core/java/com/android/server/display/color/
H A DReduceBrightColorsTintController.java77 private float clamp(float value) { in clamp() method in ReduceBrightColorsTintController
/aosp14/frameworks/base/libs/hwui/utils/
H A DMathUtils.h88 static inline T clamp(T a, T minValue, T maxValue) { in clamp() function
H A DColor.cpp301 static constexpr T clamp(T x, T min, T max) { in clamp() function
/aosp14/frameworks/base/core/java/android/view/
H A DRoundScrollbarRenderer.java104 private static float clamp(float val, float min, float max) { in clamp() method in RoundScrollbarRenderer
H A DMotionEvent.java3715 private static final float clamp(float value, float low, float high) { in clamp() method in MotionEvent
/aosp14/frameworks/base/core/java/android/util/
H A DRange.java174 public T clamp(T value) { in clamp() method in Range
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DUtilities.java99 public static float clamp(float value, float min, float max) { in clamp() method in Utilities
/aosp14/frameworks/base/services/core/java/com/android/server/display/brightness/clamper/
H A DBrightnessClamperController.java103 public DisplayBrightnessState clamp(DisplayManagerInternal.DisplayPowerRequest request, in clamp() method in BrightnessClamperController
/aosp14/system/core/libprocessgroup/
H A Dtask_profiles.h95 SetClampsAction(int boost, int clamp) noexcept : boost_(boost), clamp_(clamp) {} in SetClampsAction()
H A Dtask_profiles.cpp904 unsigned long clamp = strtoul(clamp_value.c_str(), &end, 10); in Load() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java226 private float clamp(float target) { in clamp() method in ExpandHelper
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DColorSpace.java2936 DoubleUnaryOperator clamp = this::clamp; in Rgb() local
3365 private double clamp(double x) { in clamp() method
H A DBitmap.java2033 private static float clamp(float value, @NonNull ColorSpace cs, int index) { in clamp() method in Bitmap
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DPinnerService.java1092 private static int clamp(int min, int value, int max) { in clamp() method in PinnerService
/aosp14/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1910 private static int clamp(int n, int my, int child) { in clamp() method in HorizontalScrollView
H A DScrollView.java2033 private static int clamp(int n, int my, int child) { in clamp() method in ScrollView
/aosp14/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java864 private static int clamp(int x, int min, int max) { in clamp() method in Cea608CCParser.CCMemory
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...