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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3072 private static void forceLayout(View view) { method in class:ViewRootImpl
3073 view.forceLayout();
3078 forceLayout(group.getChildAt(i));
3217 forceLayout(mView);
3235 forceLayout(mView);
H A DView.java17485 * This method does not call requestLayout() or forceLayout()
17488 public void forceLayout() { method in class:View
17529 final boolean forceLayout = (mPrivateFlags & PFLAG_FORCE_LAYOUT) == PFLAG_FORCE_LAYOUT;
17535 if (forceLayout || !matchingSize &&
17544 int cacheIndex = forceLayout ? -1 : mMeasureCache.indexOfKey(key);

Completed in 637 milliseconds