Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java198 float minHeightDps = Utilities.dpiFromPx(Math.min(largestSize.x, largestSize.y), in initGrid() local
220 minHeightDps, a.minWidthDps, a.minHeightDps), in initGrid()
221 dist(minWidthDps, minHeightDps, b.minWidthDps, b.minHeightDps)); in initGrid()
226 invDistWeightedInterpolate(minWidthDps, minHeightDps, allOptions); in initGrid()
246 invDistWeightedInterpolate(minWidthDps, minHeightDps, filteredOptions); in initGrid()
480 if (dist(width, height, p.minWidthDps, p.minHeightDps) == 0) { in invDistWeightedInterpolate()
487 float w = weight(width, height, p.minWidthDps, p.minHeightDps, WEIGHT_POWER); in invDistWeightedInterpolate()
590 private final float minHeightDps; field in InvariantDeviceProfile.DisplayOption
605 minHeightDps = a.getFloat(R.styleable.ProfileDisplayOption_minHeightDps, 0); in DisplayOption()
621 minHeightDps = 0; in DisplayOption()