Home
last modified time | relevance | path

Searched refs:addToDisplayWithoutInputChannel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowSession.aidl46 … int addToDisplayWithoutInputChannel(IWindow window, int seq, in WindowManager.LayoutParams attrs, in addToDisplayWithoutInputChannel() method
DSurfaceView.java499 mSession.addToDisplayWithoutInputChannel(mWindow, mWindow.mSeq, mLayout, in updateWindow()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java65 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/
DSession.java175 return addToDisplayWithoutInputChannel(window, seq, attrs, viewVisibility, in addWithoutInputChannel()
180 …public int addToDisplayWithoutInputChannel(IWindow window, int seq, WindowManager.LayoutParams att… in addToDisplayWithoutInputChannel() method in Session