Searched defs:forceLayout (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2325 private static void forceLayout(View view) { method in class:ViewRootImpl
2326 view.forceLayout();
2331 forceLayout(group.getChildAt(i));
2510 forceLayout(mView);
H A DView.java12682 * This method does not call requestLayout() or forceLayout()
12685 public void forceLayout() { method in class:View

Completed in 84 milliseconds