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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2911 private static void forceLayout(View view) { method in class:ViewRootImpl
2912 view.forceLayout();
2917 forceLayout(group.getChildAt(i));
3051 forceLayout(mView);
3069 forceLayout(mView);
H A DView.java15801 * This method does not call requestLayout() or forceLayout()
15804 public void forceLayout() { method in class:View

Completed in 98 milliseconds