Home
last modified time | relevance | path

Searched defs:addToDisplay (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java49 public int addToDisplay(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId, in addToDisplay() method in BridgeWindowSession
/frameworks/base/core/java/android/view/
DIWindowSession.aidl41 int addToDisplay(IWindow window, int seq, in WindowManager.LayoutParams attrs, in addToDisplay() method
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java165 public int addToDisplay(IWindow window, int seq, WindowManager.LayoutParams attrs, in addToDisplay() method in Session