Searched defs:SCALE (Results 1 – 9 of 9) sorted by relevance
126 #define SCALE(x, y) (((x) + (1 << ((y)-1))) >> (y)) macro
51 #define SCALE(x, y) (((x) + (1 << ((y)-1))) >> (y)) macro
203 #define SCALE(x, y) (((x) + (1 << ((y)-1))) >> (y)) macro
45 private static final float SCALE = 0.5f; field in UdfpsEnrollHelper
62 private static final Property<FastBitmapDrawable, Float> SCALE field in FastBitmapDrawable
63 private static final float SCALE = 0.5f; field in UdfpsEnrollDrawable
158 private static final double SCALE = 1000.0 * 100.0; field in CbGeoUtils
201 RecentsParams<SCALE, TRANSLATION> params) { in createRecentsResistanceAnim()
115 SCALE, enumConstant