Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java49 float heightDps; field in DeviceProfileQuery
55 heightDps = p.minHeightDps; in DeviceProfileQuery()
57 dimens = new PointF(widthDps, heightDps); in DeviceProfileQuery()