Searched refs:AppTransitionListener (Results 1 – 11 of 11) sorted by relevance
101 import com.android.server.wm.WindowManagerInternal.AppTransitionListener;568 ArgumentCaptor<AppTransitionListener> transitionCaptor = in assertLockedAfterAppTransitionFinished()569 ArgumentCaptor.forClass(AppTransitionListener.class); in assertLockedAfterAppTransitionFinished()578 ArgumentCaptor<AppTransitionListener> transitionCaptor = in assertDidNotLockAfterAppTransitionFinished()579 ArgumentCaptor.forClass(AppTransitionListener.class); in assertDidNotLockAfterAppTransitionFinished()
216 public static abstract class AppTransitionListener { class in WindowManagerInternal582 public abstract void registerAppTransitionListener(AppTransitionListener listener); in registerAppTransitionListener()
98 import static com.android.server.wm.WindowManagerInternal.AppTransitionListener;231 private final ArrayList<AppTransitionListener> mListeners = new ArrayList<>();489 void registerListenerLocked(AppTransitionListener listener) { in registerListenerLocked()493 void unregisterListener(AppTransitionListener listener) { in unregisterListener()
33 import static com.android.server.wm.WindowManagerInternal.AppTransitionListener;158 final AppTransitionListener mAppTransitionListener = new AppTransitionListener() {
128 private final ArrayList<WindowManagerInternal.AppTransitionListener> mLegacyListeners =1287 void registerLegacyListener(WindowManagerInternal.AppTransitionListener listener) { in registerLegacyListener()1291 void unregisterLegacyListener(WindowManagerInternal.AppTransitionListener listener) { in unregisterLegacyListener()
371 private final WindowManagerInternal.AppTransitionListener mAppTransitionListener;583 mAppTransitionListener = new WindowManagerInternal.AppTransitionListener() { in DisplayPolicy()
1058 final WindowManagerInternal.AppTransitionListener mActivityManagerAppTransitionNotifier1059 = new WindowManagerInternal.AppTransitionListener() {7874 public void registerAppTransitionListener(AppTransitionListener listener) { in registerAppTransitionListener()
6765 class FixedRotationTransitionListener extends WindowManagerInternal.AppTransitionListener {
236 import com.android.server.wm.WindowManagerInternal.AppTransitionListener;2251 mWindowManagerInternal.registerAppTransitionListener(new AppTransitionListener() {
1484 controller.registerLegacyListener(new WindowManagerInternal.AppTransitionListener() { in testTransientLaunch()
13781 Lcom/android/server/wm/WindowManagerInternal$AppTransitionListener;