Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarViewController.java71 private AnimatorPlaybackController mIconAlignControllerLazy = null; field in TaskbarViewController
188 if (mIconAlignControllerLazy == null) { in setLauncherIconAlignment()
189 mIconAlignControllerLazy = createIconAlignmentController(launcherDp); in setLauncherIconAlignment()
191 mIconAlignControllerLazy.setPlayFraction(alignmentRatio); in setLauncherIconAlignment()
194 mIconAlignControllerLazy = null; in setLauncherIconAlignment()