Searched defs:getFraction (Results 1 – 2 of 2) sorted by relevance
232 public static float getFraction(final TypedArray a, final int index, final float defValue) { in getFraction() method in ResourceUtils240 public static float getFraction(final TypedArray a, final int index) { in getFraction() method in ResourceUtils
376 private float getFraction(float x0, float x1, float x) { in getFraction() method in AlarmActivity