Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DUnfoldMoveFromCenterHotseatAnimator.java45 ViewGroup hotseatIcons = hotseat.getShortcutsAndWidgets(); in onPrepareViewsForAnimation() local
49 for (int i = 0; i < hotseatIcons.getChildCount(); i++) { in onPrepareViewsForAnimation()
50 View child = hotseatIcons.getChildAt(i); in onPrepareViewsForAnimation()
DStaggeredWorkspaceAnim.java121 ViewGroup hotseatIcons = hotseat.getShortcutsAndWidgets(); in StaggeredWorkspaceAnim() local
123 for (int i = hotseatIcons.getChildCount() - 1; i >= 0; i--) { in StaggeredWorkspaceAnim()
124 View child = hotseatIcons.getChildAt(i); in StaggeredWorkspaceAnim()
147 for (int i = hotseatIcons.getChildCount() - 1; i >= 0; i--) { in StaggeredWorkspaceAnim()
148 View child = hotseatIcons.getChildAt(i); in StaggeredWorkspaceAnim()