Home
last modified time | relevance | path

Searched defs:constrain (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/playlist/
H A DPlaylist.java139 private static int constrain(int amount, int low, int high) { in constrain() method in Playlist
/aosp12/frameworks/base/core/java/android/util/
H A DMathUtils.java40 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
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DPlaybackProgressBar.java120 private long constrain(long value, long min, long max) { in constrain() method in PlaybackProgressBar
/aosp12/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java591 private static float constrain(float amount, float low, float high) { in constrain() method
595 private static int constrain(int amount, int low, int high) { in constrain() method
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java651 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
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java925 private static int constrain(int amount, int low, int high) { in constrain() method in ContrastColorUtil.ColorUtilsFromCompat
929 private static float constrain(float amount, float low, float high) { in constrain() method in ContrastColorUtil.ColorUtilsFromCompat