Searched defs:relayout (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
H A D | BridgeWindowSession.java | 65 public int relayout(IWindow arg0, LayoutParams arg1, int arg2, int arg3, int arg4, method in class:BridgeWindowSession
|
/frameworks/base/services/java/com/android/server/ |
H A D | WindowManagerService.java | 1968 // relayout to be displayed, so we'll do it there. 5671 public int relayout(IWindow window, WindowManager.LayoutParams attrs, method in class:WindowManagerService.Session 5675 //Log.d(TAG, ">>>>>> ENTERED relayout from " + Binder.getCallingPid()); 5679 //Log.d(TAG, "<<<<<< EXITING relayout to " + Binder.getCallingPid()); 5957 // This is set after IWindowSession.relayout() has been called at 5960 // we can give the window focus before waiting for the relayout. 6876 * call to IWindowSession.add() and the first relayout(). 9050 "Wallpaper layer changed: assigning layers + relayout"); 9055 "Wallpaper visibility changed: relayout"); 9330 + " during relayout"); [all...] |
Completed in 22 milliseconds