Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DMoreMath.java27 public static int clamp(int input, int lowerBound, int upperBound) { in clamp() method in MoreMath
37 public static float clamp(float input, float lowerBound, float upperBound) { in clamp() method in MoreMath
47 public static double clamp(double input, double lowerBound, double upperBound) { in clamp() method in MoreMath
/packages/apps/Gallery2/jni/filters/
Dcontrast.c20 unsigned char clamp(int c) in clamp() function
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
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
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
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
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java346 public static int clamp(int x, int min, int max) { in clamp() method in CameraUtil
360 public static float clamp(float x, float min, float max) { in clamp() method in CameraUtil
/packages/apps/LegacyCamera/src/com/android/camera/
DUtil.java320 public static int clamp(int x, int min, int max) { in clamp() method in Util
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java98 public static float clamp(float i, float low, float high) { in clamp() method in GeometryMathUtils
/packages/apps/Camera/src/com/android/camera/
DUtil.java371 public static int clamp(int x, int min, int max) { in clamp() method in Util
/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java1839 private int clamp(int n, int my, int child) { in clamp() method in ScrollerView