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

  /frameworks/base/services/core/java/com/android/server/wm/
InputConsumerImpl.java 79 return mService.mPolicy.windowTypeToLayerLw(windowType)
InputMonitor.java 124 int systemAlertLayer = mService.mPolicy.windowTypeToLayerLw(
432 return mService.mPolicy.windowTypeToLayerLw(WindowManager.LayoutParams.TYPE_POINTER)
DragState.java 218 return mService.mPolicy.windowTypeToLayerLw(WindowManager.LayoutParams.TYPE_DRAG)
WindowState.java 570 mBaseLayer = mPolicy.windowTypeToLayerLw(
609 mBaseLayer = mPolicy.windowTypeToLayerLw(a.type)
    [all...]
AccessibilityController.java 684 mSurfaceControl.setLayer(mWindowManagerService.mPolicy.windowTypeToLayerLw(
    [all...]
WindowManagerService.java 564 return mPolicy.windowTypeToLayerLw(LayoutParams.TYPE_DRAG) * TYPE_LAYER_MULTIPLIER
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 642 public int windowTypeToLayerLw(int type);
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 126 milliseconds