Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java45 public int addWithoutInputChannel(IWindow arg0, LayoutParams arg1, int arg2, Rect arg3) in addWithoutInputChannel() method in BridgeWindowSession
/frameworks/base/core/java/android/view/
DIWindowSession.aidl39 int addWithoutInputChannel(IWindow window, in WindowManager.LayoutParams attrs, in addWithoutInputChannel() method
/frameworks/base/services/java/com/android/server/
DWindowManagerService.java5662 public int addWithoutInputChannel(IWindow window, WindowManager.LayoutParams attrs, in addWithoutInputChannel() method in WindowManagerService.Session