Home | History | Annotate | Download | only in launcher3

Lines Matching refs:nextLp

959         LayoutParams nextLp;
993 nextLp = (LayoutParams) getPageAt(next).getLayoutParams();
995 nextLp = null;
1002 } else if (nextLp != null && nextLp.isFullScreenPage) {