OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minheightdps
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java
66
float
minHeightDps
;
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));
[
all
...]
DynamicGrid.java
108
"Wd: " + mProfile.minWidthDps + ", Hd: " + mProfile.
minHeightDps
+
Completed in 175 milliseconds