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.java187 float minHeightDps = Utilities.dpiFromPx(Math.min(largestSize.x, largestSize.y), dm); in initGrid() local
190 Float.compare(dist(minWidthDps, minHeightDps, a.minWidthDps, a.minHeightDps), in initGrid()
191 dist(minWidthDps, minHeightDps, b.minWidthDps, b.minHeightDps))); in initGrid()
193 invDistWeightedInterpolate(minWidthDps, minHeightDps, allOptions); in initGrid()
420 if (dist(width, height, p.minWidthDps, p.minHeightDps) == 0) { in invDistWeightedInterpolate()
427 float w = weight(width, height, p.minWidthDps, p.minHeightDps, WEIGHT_POWER); in invDistWeightedInterpolate()
529 private final float minHeightDps; field in InvariantDeviceProfile.DisplayOption
544 minHeightDps = a.getFloat(R.styleable.ProfileDisplayOption_minHeightDps, 0); in DisplayOption()
559 minHeightDps = 0; in DisplayOption()