Searched refs:WindowManagerInternal (Results 1 – 9 of 9) sorted by relevance
32 public abstract class WindowManagerInternal { class
33 import static android.view.WindowManagerInternal.*;
109 import android.view.WindowManagerInternal;266 WindowManagerInternal mWindowManagerInternal;1316 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in init()
48 import android.view.WindowManagerInternal;96 public final class ScreenMagnifier implements WindowManagerInternal.MagnificationCallbacks,128 private final WindowManagerInternal mWindowManager;191 mWindowManager = LocalServices.getService(WindowManagerInternal.class); in ScreenMagnifier()
79 import android.view.WindowManagerInternal;177 private final WindowManagerInternal mWindowManagerService;229 mWindowManagerService = LocalServices.getService(WindowManagerInternal.class); in AccessibilityManagerService()3113 WindowManagerInternal.WindowsForAccessibilityCallback {
56 import android.view.WindowManagerInternal;134 private WindowManagerInternal mWindowManagerInternal;275 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in windowManagerAndInputReady()
50 import android.view.WindowManagerInternal.MagnificationCallbacks;51 import android.view.WindowManagerInternal.WindowsForAccessibilityCallback;
49 import static android.view.WindowManagerInternal.AppTransitionListener;
109 import android.view.WindowManagerInternal;837 private final WindowManagerInternal.AppTransitionListener mActivityManagerAppTransitionNotifier838 = new WindowManagerInternal.AppTransitionListener() {984 LocalServices.addService(WindowManagerInternal.class, new LocalService()); in WindowManagerService()11852 private final class LocalService extends WindowManagerInternal {