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.java101 public float landscapeIconSize; field in InvariantDeviceProfile
136 landscapeIconSize = p.landscapeIconSize; in InvariantDeviceProfile()
212 landscapeIconSize = interpolatedDisplayOption.landscapeIconSize; in initGrid()
533 private float landscapeIconSize; field in InvariantDeviceProfile.DisplayOption
549 landscapeIconSize = a.getFloat(R.styleable.ProfileDisplayOption_landscapeIconSize, in DisplayOption()
565 landscapeIconSize *= w; in multiply()
572 landscapeIconSize += p.landscapeIconSize; in add()
DDeviceProfile.java313 float invIconSizePx = isVerticalLayout ? inv.landscapeIconSize : inv.iconSize; in updateIconSize()