Home
last modified time | relevance | path

Searched refs:repositionChild (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowSession.aidl123 void repositionChild(IWindow childWindow, int left, int top, int right, int bottom, in repositionChild() method
DSurfaceView.java682 mSession.repositionChild(mWindow, mWinFrame.left, mWinFrame.top, in updateWindow()
728 session.repositionChild(window, left, top, right, bottom, in updateWindowPositionRT()
766 session.repositionChild(window, mWinFrame.left, mWinFrame.top, in windowPositionLostRT()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java99 public void repositionChild(IWindow window, int left, int top, int right, int bottom, in repositionChild() method in BridgeWindowSession
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java197 public void repositionChild(IWindow window, int left, int top, int right, int bottom, in repositionChild() method in Session
199 mService.repositionChild(this, window, left, top, right, bottom, in repositionChild()
DWindowManagerService.java2688 void repositionChild(Session session, IWindow client, in repositionChild() method