Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationDeviceState.java121 private final ArrayList<Runnable> mUserUnlockedActions = new ArrayList<>(); field in RecentsAnimationDeviceState
364 mUserUnlockedActions.add(action); in runOnUserUnlocked()
383 for (Runnable action : mUserUnlockedActions) { in notifyUserUnlocked()
386 mUserUnlockedActions.clear(); in notifyUserUnlocked()