Searched defs:minHeightDps (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java66 float minHeightDps; field in class:DeviceProfile
138 minHeightDps = h;
159 minHeightDps = minHeight;
187 points.add(new DeviceProfileQuery(p.minWidthDps, p.minHeightDps, p.numRows));
193 points.add(new DeviceProfileQuery(p.minWidthDps, p.minHeightDps, p.numColumns));
199 points.add(new DeviceProfileQuery(p.minWidthDps, p.minHeightDps, p.numHotseatIcons));
207 points.add(new DeviceProfileQuery(p.minWidthDps, p.minHeightDps, p.iconSize));
216 points.add(new DeviceProfileQuery(p.minWidthDps, p.minHeightDps, p.iconTextSize));
227 points.add(new DeviceProfileQuery(p.minWidthDps, p.minHeightDps, p.hotseatIconSize));

Completed in 2793 milliseconds