Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java732 Float.compare(dist(width, height, a.minWidthDps, a.minHeightDps), in invDistWeightedInterpolate()
733 dist(width, height, b.minWidthDps, b.minHeightDps))); in invDistWeightedInterpolate()
739 if (dist(width, height, closestPoint.minWidthDps, closestPoint.minHeightDps) == 0) { in invDistWeightedInterpolate()
746 float w = weight(width, height, p.minWidthDps, p.minHeightDps, WEIGHT_POWER); in invDistWeightedInterpolate()
1057 private final float minWidthDps; field in InvariantDeviceProfile.DisplayOption
1087 minWidthDps = a.getFloat(R.styleable.ProfileDisplayOption_minWidthDps, 0); in DisplayOption()
1333 minWidthDps = 0; in DisplayOption()