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

/frameworks/base/core/java/android/widget/
H A DTableLayout.java223 getChildAt(i).forceLayout();
592 child.forceLayout();
H A DAbsListView.java2143 getChildAt(i).forceLayout();
6452 scrap.get(i).forceLayout();
6460 scrap.get(j).forceLayout();
6467 mTransientStateViews.valueAt(i).forceLayout();
6473 mTransientStateViewsById.valueAt(i).forceLayout();
H A DListView.java1219 child.forceLayout();
/frameworks/base/core/java/android/view/
H A DViewDebug.java533 forceLayout(view);
537 private void forceLayout(View view) {
538 view.forceLayout();
543 forceLayout(group.getChildAt(i));
H A DViewRootImpl.java3162 private static void forceLayout(View view) { method in class:ViewRootImpl
3163 view.forceLayout();
3168 forceLayout(group.getChildAt(i));
3312 forceLayout(mView);
3330 forceLayout(mView);
H A DView.java18737 * This method does not call requestLayout() or forceLayout()
18740 public void forceLayout() { method in class:View

Completed in 194 milliseconds