Searched refs:runOnUserUnlocked (Results 1 – 2 of 2) sorted by relevance
179 mDeviceState.runOnUserUnlocked(() -> { in onInitialize()338 mDeviceState.runOnUserUnlocked(this::onUserUnlocked); in onCreate()339 mDeviceState.runOnUserUnlocked(mTaskbarManager::onUserUnlocked); in onCreate()
363 public void runOnUserUnlocked(Runnable action) { in runOnUserUnlocked() method in RecentsAnimationDeviceState