OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:repositionChild
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/view/
IWindowSession.aidl
123
void
repositionChild
(IWindow childWindow, int left, int top, int right, int bottom,
SurfaceView.java
682
mSession.
repositionChild
(mWindow, mWinFrame.left, mWinFrame.top,
728
session.
repositionChild
(window, left, top, right, bottom,
734
Log.e(TAG, "Exception from
repositionChild
", ex);
766
session.
repositionChild
(window, mWinFrame.left, mWinFrame.top
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java
99
public void
repositionChild
(IWindow window, int left, int top, int right, int bottom,
/frameworks/base/services/core/java/com/android/server/wm/
Session.java
197
public void
repositionChild
(IWindow window, int left, int top, int right, int bottom,
199
mService.
repositionChild
(this, window, left, top, right, bottom,
WindowManagerService.java
[
all
...]
Completed in 720 milliseconds