Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarViewController.java187 public void setLauncherIconAlignment(float alignmentRatio, DeviceProfile launcherDp) { in setLauncherIconAlignment() argument
191 mIconAlignControllerLazy.setPlayFraction(alignmentRatio); in setLauncherIconAlignment()
192 if (alignmentRatio <= 0 || alignmentRatio >= 1) { in setLauncherIconAlignment()