Searched refs:forceLayout (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTableLayout.java222 getChildAt(i).forceLayout();
587 child.forceLayout();
H A DAbsListView.java1854 getChildAt(i).forceLayout();
5808 scrap.get(i).forceLayout();
5816 scrap.get(j).forceLayout();
/frameworks/base/core/java/android/view/
H A DViewDebug.java1036 forceLayout(view);
1040 private void forceLayout(View view) {
1041 view.forceLayout();
1046 forceLayout(group.getChildAt(i));
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 94 milliseconds