| /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/Camera2/src/com/android/camera/ui/motion/ |
| D | LinearScale.java | 44 public float clamp(float domainValue) { in clamp() method in LinearScale
|
| /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/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/ |
| D | Utils.java | 61 public static int clamp(int x, int min, int max) { in clamp() method in Utils
|
| /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/ |
| D | PointMeteringParameters.java | 148 private int clamp(int value, int min, int max) { in clamp() method in PointMeteringParameters
|
| /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
| D | FocusOverlayManager.java | 572 public static int clamp(int x, int min, int max) { in clamp() method in FocusOverlayManager
|
| /packages/apps/Camera2/src/com/android/camera/util/ |
| D | CameraUtil.java | 363 public static int clamp(int x, int min, int max) { in clamp() method in CameraUtil 377 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
|