Home
last modified time | relevance | path

Searched refs:AppTransitionListener (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DStatusBarController.java21 import static android.view.WindowManagerInternal.AppTransitionListener;
42 private final AppTransitionListener mAppTransitionListener
43 = new AppTransitionListener() {
128 public AppTransitionListener getAppTransitionListener() { in getAppTransitionListener()
DPhoneWindowManager.java222 import android.view.WindowManagerInternal.AppTransitionListener;
2134 mWindowManagerInternal.registerAppTransitionListener(new AppTransitionListener() { in init()
/frameworks/base/core/java/android/view/
DWindowManagerInternal.java93 public static abstract class AppTransitionListener { class in WindowManagerInternal
276 public abstract void registerAppTransitionListener(AppTransitionListener listener); in registerAppTransitionListener()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DBoundsAnimationControllerTests.java34 import android.view.WindowManagerInternal.AppTransitionListener;
92 private AppTransitionListener mListener;
99 void registerListenerLocked(AppTransitionListener listener) { in registerListenerLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DBoundsAnimationController.java79 extends WindowManagerInternal.AppTransitionListener implements Runnable {
DAppTransition.java19 import static android.view.WindowManagerInternal.AppTransitionListener;
251 private final ArrayList<AppTransitionListener> mListeners = new ArrayList<>();
473 void registerListenerLocked(AppTransitionListener listener) { in registerListenerLocked()
DWindowManagerService.java962 final WindowManagerInternal.AppTransitionListener mActivityManagerAppTransitionNotifier
963 = new WindowManagerInternal.AppTransitionListener() {
7536 public void registerAppTransitionListener(AppTransitionListener listener) { in registerAppTransitionListener()
/frameworks/base/config/
Dcompiled-classes-phone4688 android.view.WindowManagerInternal$AppTransitionListener
Dboot-image-profile.txt7905 HPLandroid/view/WindowManagerInternal$AppTransitionListener;-><init>()V
7906 HPLandroid/view/WindowManagerInternal$AppTransitionListener;->onAppTransitionCancelledLocked(I)V
7907 HPLandroid/view/WindowManagerInternal$AppTransitionListener;->onAppTransitionFinishedLocked(Landroi…
7908 HPLandroid/view/WindowManagerInternal$AppTransitionListener;->onAppTransitionPendingLocked()V
7909 HPLandroid/view/WindowManagerInternal$AppTransitionListener;->onAppTransitionStartingLocked(ILandro…
7931 …ternal;->registerAppTransitionListener(Landroid/view/WindowManagerInternal$AppTransitionListener;)V
/frameworks/base/services/
Dart-profile13250 …arController;->getAppTransitionListener()Landroid/view/WindowManagerInternal$AppTransitionListener;
15843 …AppTransition;->registerListenerLocked(Landroid/view/WindowManagerInternal$AppTransitionListener;)V
16267 …ervice;->registerAppTransitionListener(Landroid/view/WindowManagerInternal$AppTransitionListener;)V