Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java797 LayoutParams nextLp; in onLayout() local
829 nextLp = (LayoutParams) getPageAt(next).getLayoutParams(); in onLayout()
831 nextLp = null; in onLayout()
838 } else if (nextLp != null && nextLp.isFullScreenPage) { in onLayout()