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

  /frameworks/base/services/java/com/android/server/wm/
FakeWindowImpl.java 107 return mService.mPolicy.windowTypeToLayerLw(windowType)
InputMonitor.java 110 int systemAlertLayer = mService.mPolicy.windowTypeToLayerLw(
366 return mService.mPolicy.windowTypeToLayerLw(WindowManager.LayoutParams.TYPE_POINTER)
DragState.java 175 return mService.mPolicy.windowTypeToLayerLw(WindowManager.LayoutParams.TYPE_DRAG)
WindowState.java 358 mBaseLayer = mPolicy.windowTypeToLayerLw(
374 mBaseLayer = mPolicy.windowTypeToLayerLw(a.type)
    [all...]
DisplayMagnifier.java 504 mSurfaceControl.setLayer(mWindowManagerService.mPolicy.windowTypeToLayerLw(
WindowManagerService.java     [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 538 public int windowTypeToLayerLw(int type);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 208 milliseconds