Home
last modified time | relevance | path

Searched refs:dispatchResized (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java2349 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/
DViewRootImpl.java5958 public void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, in dispatchResized() method in ViewRootImpl
7005 viewAncestor.dispatchResized(frame, overscanInsets, contentInsets, in resized()