Searched refs:mChildCountOnLastLayout (Results 1 – 1 of 1) sorted by relevance
104 protected int mChildCountOnLastLayout; field in PagedView863 if (mPageScrolls == null || childCount != mChildCountOnLastLayout) { in onLayout()940 if (mScroller.isFinished() && mChildCountOnLastLayout != childCount) { in onLayout()948 mChildCountOnLastLayout = childCount; in onLayout()