Home | History | Annotate | Download | only in launcher3

Lines Matching refs:nextLp

861         LayoutParams nextLp;
895 nextLp = (LayoutParams) getPageAt(next).getLayoutParams();
897 nextLp = null;
904 } else if (nextLp != null && nextLp.isFullScreenPage) {