Searched refs:AppTransitionListener (Results 1 – 9 of 9) sorted by relevance
21 import static android.view.WindowManagerInternal.AppTransitionListener;42 private final AppTransitionListener mAppTransitionListener43 = new AppTransitionListener() {120 public AppTransitionListener getAppTransitionListener() { in getAppTransitionListener()
218 import android.view.WindowManagerInternal.AppTransitionListener;2114 mWindowManagerInternal.registerAppTransitionListener(new AppTransitionListener() { in init()
93 public static abstract class AppTransitionListener { class in WindowManagerInternal274 public abstract void registerAppTransitionListener(AppTransitionListener listener); in registerAppTransitionListener()
34 import android.view.WindowManagerInternal.AppTransitionListener;92 private AppTransitionListener mListener;99 void registerListenerLocked(AppTransitionListener listener) { in registerListenerLocked()
82 extends WindowManagerInternal.AppTransitionListener implements Runnable {
19 import static android.view.WindowManagerInternal.AppTransitionListener;250 private final ArrayList<AppTransitionListener> mListeners = new ArrayList<>();470 void registerListenerLocked(AppTransitionListener listener) { in registerListenerLocked()
932 final WindowManagerInternal.AppTransitionListener mActivityManagerAppTransitionNotifier933 = new WindowManagerInternal.AppTransitionListener() {7367 public void registerAppTransitionListener(AppTransitionListener listener) { in registerAppTransitionListener()
2945 Landroid/view/WindowManagerInternal$AppTransitionListener;
4620 android.view.WindowManagerInternal$AppTransitionListener