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

  /frameworks/base/core/java/android/view/
IWindowSession.aidl 46 int addToDisplayWithoutInputChannel(IWindow window, int seq, in WindowManager.LayoutParams attrs,
SurfaceView.java 491 mSession.addToDisplayWithoutInputChannel(mWindow, mWindow.mSeq, mLayout,
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 65 public int addToDisplayWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2,
  /frameworks/base/services/java/com/android/server/wm/
Session.java 169 return addToDisplayWithoutInputChannel(window, seq, attrs, viewVisibility,
174 public int addToDisplayWithoutInputChannel(IWindow window, int seq, WindowManager.LayoutParams attrs,

Completed in 526 milliseconds