Home
last modified time | relevance | path

Searched defs:forceLayout (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindow.aidl52 in Configuration newConfig, in Rect backDropFrame, boolean forceLayout, in resized()
DSurfaceView.java810 Configuration newConfig, Rect backDropRect, boolean forceLayout, in resized()
DViewRootImpl.java3353 private static void forceLayout(View view) { in forceLayout() method in ViewRootImpl
5960 Configuration newConfig, Rect backDropFrame, boolean forceLayout, in dispatchResized()
7001 Configuration newConfig, Rect backDropFrame, boolean forceLayout, in resized()
DView.java19795 public void forceLayout() { in forceLayout() method
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java41 Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar) { in resized()