OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minWidthDps
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java
65
float
minWidthDps
;
137
minWidthDps
= w;
158
minWidthDps
= minWidth;
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 322 milliseconds