HomeSort by relevance Sort by last modified time
    Searched defs:constrain (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/util/
MathUtils.java 38 public static int constrain(int amount, int low, int high) { method in class:MathUtils
42 public static long constrain(long amount, long low, long high) { method in class:MathUtils
46 public static float constrain(float amount, float low, float high) { method in class:MathUtils
  /external/arduino/hardware/arduino/cores/arduino/
wiring.h 78 #define constrain(amt,low,high) ((amt)<(low)?(low):((amt)>(high)?(high):(amt))) macro
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 191 milliseconds