Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java99 private final ArrayList<Runnable> mUserUnlockedActions = new ArrayList<>(); field in RecentsAnimationDeviceState
405 mUserUnlockedActions.add(action); in runOnUserUnlocked()
424 for (Runnable action : mUserUnlockedActions) { in notifyUserUnlocked()
427 mUserUnlockedActions.clear(); in notifyUserUnlocked()