/packages/apps/Contacts/src/com/android/contacts/util/ |
D | MoreMath.java | 27 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/ |
D | contrast.c | 20 unsigned char clamp(int c) in clamp() function
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/ |
D | Utils.java | 99 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/ |
D | Utils.java | 99 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/ |
D | CameraUtil.java | 346 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/ |
D | Util.java | 320 public static int clamp(int x, int min, int max) { in clamp() method in Util
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | GeometryMathUtils.java | 98 public static float clamp(float i, float low, float high) { in clamp() method in GeometryMathUtils
|
/packages/apps/Camera/src/com/android/camera/ |
D | Util.java | 371 public static int clamp(int x, int min, int max) { in clamp() method in Util
|
/packages/apps/Browser/src/com/android/browser/view/ |
D | ScrollerView.java | 1839 private int clamp(int n, int my, int child) { in clamp() method in ScrollerView
|