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/
InputConsumerImpl.java 97 return mService.mPolicy.windowTypeToLayerLw(windowType)
InputMonitor.java 115 int systemAlertLayer = mService.mPolicy.windowTypeToLayerLw(
390 return mService.mPolicy.windowTypeToLayerLw(WindowManager.LayoutParams.TYPE_POINTER)
DragState.java 176 return mService.mPolicy.windowTypeToLayerLw(WindowManager.LayoutParams.TYPE_DRAG)
WindowState.java 425 mBaseLayer = mPolicy.windowTypeToLayerLw(
464 mBaseLayer = mPolicy.windowTypeToLayerLw(a.type)
    [all...]
AccessibilityController.java 660 mSurfaceControl.setLayer(mWindowManagerService.mPolicy.windowTypeToLayerLw(
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 588 public int windowTypeToLayerLw(int type);
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]

Completed in 282 milliseconds