Searched refs:addToDisplayWithoutInputChannel (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 46 … int addToDisplayWithoutInputChannel(IWindow window, int seq, in WindowManager.LayoutParams attrs, in addToDisplayWithoutInputChannel() method
|
D | SurfaceView.java | 499 mSession.addToDisplayWithoutInputChannel(mWindow, mWindow.mSeq, mLayout, in updateWindow()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeWindowSession.java | 65 public int addToDisplayWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, in addToDisplayWithoutInputChannel() method in BridgeWindowSession
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 175 return addToDisplayWithoutInputChannel(window, seq, attrs, viewVisibility, in addWithoutInputChannel() 180 …public int addToDisplayWithoutInputChannel(IWindow window, int seq, WindowManager.LayoutParams att… in addToDisplayWithoutInputChannel() method in Session
|