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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2713 private static void forceLayout(View view) { method in class:ViewRootImpl
2714 view.forceLayout();
2719 forceLayout(group.getChildAt(i));
2860 forceLayout(mView);
2878 forceLayout(mView);
H A DView.java15474 * This method does not call requestLayout() or forceLayout()
15477 public void forceLayout() { method in class:View

Completed in 952 milliseconds