Searched refs:currentChild (Results 1 – 2 of 2) sorted by relevance
154 CellLayout currentChild = (CellLayout) workspace.getChildAt( in prepareForAtomicAnimation() local156 isWorkspaceVisible = currentChild.getVisibility() == VISIBLE in prepareForAtomicAnimation()157 && currentChild.getShortcutsAndWidgets().getAlpha() > 0; in prepareForAtomicAnimation()
352 val currentChild = it.getChildAt(i) in removeAllChildrenExcept() constant353 if (currentChild != childToKeep) { in removeAllChildrenExcept()