Home
last modified time | relevance | path

Searched refs:mChildCountOnLastLayout (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java104 protected int mChildCountOnLastLayout; field in PagedView
863 if (mPageScrolls == null || childCount != mChildCountOnLastLayout) { in onLayout()
940 if (mScroller.isFinished() && mChildCountOnLastLayout != childCount) { in onLayout()
948 mChildCountOnLastLayout = childCount; in onLayout()