Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java103 public float landscapeIconSize; field in InvariantDeviceProfile
145 landscapeIconSize = p.landscapeIconSize; in InvariantDeviceProfile()
298 landscapeIconSize = displayOption.landscapeIconSize; in initGridOption()
595 private float landscapeIconSize; field in InvariantDeviceProfile.DisplayOption
610 landscapeIconSize = a.getFloat(R.styleable.ProfileDisplayOption_landscapeIconSize, in DisplayOption()
627 landscapeIconSize *= w; in multiply()
634 landscapeIconSize += p.landscapeIconSize; in add()
DDeviceProfile.java341 float invIconSizeDp = isVerticalLayout ? inv.landscapeIconSize : inv.iconSize; in updateIconSize()