Searched refs:mIsLayoutValid (Results 1 – 2 of 2) sorted by relevance
160 protected boolean mIsLayoutValid; field in PagedView543 mIsLayoutValid = false; in requestLayout()549 mIsLayoutValid = false; in forceLayout()596 mIsLayoutValid = true; in onLayout()
3229 return getMeasuredHeight() <= 0 || !mIsLayoutValid in getExpectedHeight()3235 return getMeasuredWidth() <= 0 || !mIsLayoutValid in getExpectedWidth()