Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java55 heightDps = p.minHeightDps; in DeviceProfileQuery()
69 float minHeightDps; field in DeviceProfile
145 minHeightDps = h; in DeviceProfile()
170 minHeightDps = minHeight; in DeviceProfile()
DDynamicGrid.java102 "Wd: " + mProfile.minWidthDps + ", Hd: " + mProfile.minHeightDps + in toString()