Searched defs:constrain (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/util/ |
H A D | MathUtils.java | 40 public static int constrain(int amount, int low, int high) { in constrain() method in MathUtils 44 public static long constrain(long amount, long low, long high) { in constrain() method in MathUtils 49 public static float constrain(float amount, float low, float high) { in constrain() method in MathUtils
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/ |
H A D | ColorUtils.java | 594 private static float constrain(float amount, float low, float high) { in constrain() method 598 private static int constrain(int amount, int low, int high) { in constrain() method
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | AutoScrollHelper.java | 651 private static int constrain(int value, int min, int max) { in constrain() method in AutoScrollHelper 661 private static float constrain(float value, float min, float max) { in constrain() method in AutoScrollHelper
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | ContrastColorUtil.java | 1013 private static int constrain(int amount, int low, int high) { in constrain() method in ContrastColorUtil.ColorUtilsFromCompat 1017 private static float constrain(float amount, float low, float high) { in constrain() method in ContrastColorUtil.ColorUtilsFromCompat
|