Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java154 CellLayout currentChild = (CellLayout) workspace.getChildAt( in prepareForAtomicAnimation() local
156 isWorkspaceVisible = currentChild.getVisibility() == VISIBLE in prepareForAtomicAnimation()
157 && currentChild.getShortcutsAndWidgets().getAlpha() > 0; in prepareForAtomicAnimation()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/preference/
DCardContainerPreference.kt352 val currentChild = it.getChildAt(i) in removeAllChildrenExcept() constant
353 if (currentChild != childToKeep) { in removeAllChildrenExcept()