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

  /frameworks/base/services/core/java/com/android/server/wm/
FakeWindowImpl.java 105 return mService.mPolicy.windowTypeToLayerLw(windowType)
InputMonitor.java 115 int systemAlertLayer = mService.mPolicy.windowTypeToLayerLw(
403 return mService.mPolicy.windowTypeToLayerLw(WindowManager.LayoutParams.TYPE_POINTER)
DragState.java 174 return mService.mPolicy.windowTypeToLayerLw(WindowManager.LayoutParams.TYPE_DRAG)
WindowState.java 403 mBaseLayer = mPolicy.windowTypeToLayerLw(
444 mBaseLayer = mPolicy.windowTypeToLayerLw(a.type)
    [all...]
AccessibilityController.java 647 mSurfaceControl.setLayer(mWindowManagerService.mPolicy.windowTypeToLayerLw(
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 561 public int windowTypeToLayerLw(int type);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 57 milliseconds