Home
last modified time | relevance | path

Searched refs:WEIGHT_EFFICIENT (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java85 private static final float WEIGHT_EFFICIENT = 100000f; field in InvariantDeviceProfile
504 return (float) (WEIGHT_EFFICIENT / Math.pow(d, pow)); in weight()