Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DRecentsAnimationWrapper.java65 public boolean hasTargets() { in hasTargets() method in RecentsAnimationWrapper
66 return targetSet != null && targetSet.hasTargets(); in hasTargets()
DWindowTransformSwipeHandler.java897 if (!mRecentsAnimationWrapper.hasTargets()) {
1350 } else if (!mRecentsAnimationWrapper.hasTargets()) { in switchToScreenshot()
1414 } else if (!mRecentsAnimationWrapper.hasTargets()) { in finishCurrentTransitionToRecents()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DSwipeAnimationTargetSet.java55 public boolean hasTargets() { in hasTargets() method in SwipeAnimationTargetSet