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.java83 private static final float WEIGHT_EFFICIENT = 100000f; field in InvariantDeviceProfile
444 return (float) (WEIGHT_EFFICIENT / Math.pow(d, pow)); in weight()