Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DStaggeredWorkspaceAnim.java113 ViewGroup hotseatChild = (ViewGroup) hotseat.getChildAt(0); in StaggeredWorkspaceAnim() local
115 for (int i = hotseatChild.getChildCount() - 1; i >= 0; i--) { in StaggeredWorkspaceAnim()
116 View child = hotseatChild.getChildAt(i); in StaggeredWorkspaceAnim()
121 for (int i = hotseatChild.getChildCount() - 1; i >= 0; i--) { in StaggeredWorkspaceAnim()
122 View child = hotseatChild.getChildAt(i); in StaggeredWorkspaceAnim()