HomeSort by relevance Sort by last modified time
    Searched refs:nextLp (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 803 LayoutParams nextLp;
835 nextLp = (LayoutParams) getPageAt(next).getLayoutParams();
837 nextLp = null;
844 } else if (nextLp != null && nextLp.isFullScreenPage) {
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java 385 LayoutParams nextLp = (LayoutParams) nextChild.getLayoutParams();
386 if (lp.mSpan.mIndex - nextLp.mSpan.mIndex < 0 != preferredSpanDir < 0) {
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 314 milliseconds