Searched refs:dispatchResized (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 2349 dispatchResized(frame, overscanInsets, contentInsets, visibleInsets, in reportResized() 2357 dispatchResized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, in reportResized() 2413 private void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, in dispatchResized() method in WindowState
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 5958 public void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, in dispatchResized() method in ViewRootImpl 7005 viewAncestor.dispatchResized(frame, overscanInsets, contentInsets, in resized()
|