Searched refs:mIsLayoutValid (Results 1 – 2 of 2) sorted by relevance
142 protected boolean mIsLayoutValid; field in PagedView508 mIsLayoutValid = false; in requestLayout()514 mIsLayoutValid = false; in forceLayout()561 mIsLayoutValid = true; in onLayout()
3272 return getMeasuredHeight() <= 0 || !mIsLayoutValid in getExpectedHeight()3278 return getMeasuredWidth() <= 0 || !mIsLayoutValid in getExpectedWidth()