Searched defs:collectStateHandlers (Results 1 – 4 of 4) sorted by relevance
48 void collectStateHandlers(List<StateManager.StateHandler<STATE_TYPE>> out); in collectStateHandlers() method
69 public abstract void collectStateHandlers(List<StateHandler<STATE_TYPE>> out); in collectStateHandlers() method in StatefulActivity
476 public void collectStateHandlers(List<StateHandler<RecentsState>> out) { in collectStateHandlers() method in RecentsActivity
1121 public void collectStateHandlers(List<StateHandler<LauncherState>> out) { in collectStateHandlers() method in QuickstepLauncher