OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iconTextSize
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
InvariantDeviceProfile.java
71
public float
iconTextSize
;
92
p.iconSize, p.
iconTextSize
, p.numHotseatIcons, p.hotseatIconSize,
112
iconTextSize
= its;
150
iconTextSize
= interpolatedDeviceProfileOut.
iconTextSize
;
174
// iconSize,
iconTextSize
, #hotseat, #hotseatIconSize, defaultLayoutId.
284
iconTextSize
+= p.
iconTextSize
;
290
iconTextSize
*= w;
DeviceProfile.java
155
allAppsIconTextSizeSp = inv.
iconTextSize
;
208
iconTextSizePx = (int) (Utilities.pxFromSp(inv.
iconTextSize
, dm) * scale);
Completed in 51 milliseconds