Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java173 CellLayout currentChild = (CellLayout) workspace.getChildAt( in prepareForAtomicAnimation() local
175 isWorkspaceVisible = currentChild.getVisibility() == VISIBLE in prepareForAtomicAnimation()
176 && currentChild.getShortcutsAndWidgets().getAlpha() > 0; in prepareForAtomicAnimation()