Searched refs:mUserUnlockedActions (Results 1 – 1 of 1) sorted by relevance
121 private final ArrayList<Runnable> mUserUnlockedActions = new ArrayList<>(); field in RecentsAnimationDeviceState364 mUserUnlockedActions.add(action); in runOnUserUnlocked()383 for (Runnable action : mUserUnlockedActions) { in notifyUserUnlocked()386 mUserUnlockedActions.clear(); in notifyUserUnlocked()