HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_DREAM (Results 1 - 8 of 8) sorted by null

  /frameworks/base/services/core/java/com/android/server/dreams/
DreamController.java 48 import static android.view.WindowManager.LayoutParams.TYPE_DREAM;
144 mIWindowManager.addWindowToken(token, TYPE_DREAM, DEFAULT_DISPLAY);
  /frameworks/base/core/java/android/service/dreams/
DreamService.java     [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 33 import static android.view.WindowManager.LayoutParams.TYPE_DREAM;
    [all...]
WindowManager.java 318 @ViewDebug.IntToString(from = TYPE_DREAM,
319 to = "TYPE_DREAM"),
637 public static final int TYPE_DREAM = FIRST_SYSTEM_WINDOW+23;
707 * Window type: shares similar characteristics with {@link #TYPE_DREAM}. The layer is
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
RootWindowContainer.java 57 import static android.view.WindowManager.LayoutParams.TYPE_DREAM;
    [all...]
DisplayContent.java 48 import static android.view.WindowManager.LayoutParams.TYPE_DREAM;
519 if (w.mAttrs.type == TYPE_DREAM) {
574 } else if (w.mAttrs.type == TYPE_DREAM) {
656 if (w.mAttrs.type == TYPE_DREAM) {
    [all...]
WindowManagerService.java 56 import static android.view.WindowManager.LayoutParams.TYPE_DREAM;
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java 78 import static android.view.WindowManager.LayoutParams.TYPE_DREAM;
    [all...]

Completed in 426 milliseconds