Searched refs:hasCreatedLastItem (Results 1 – 1 of 1) sorted by relevance
353 if (mPendingMoves == 0 || (mPendingMoves > 0 && hasCreatedLastItem()) in consumePendingMovesAfterLayout()2778 if (forward ? hasCreatedLastItem() : hasCreatedFirstItem()) {3219 if ((mFlag & PF_SCROLL_ENABLED) != 0 && !hasCreatedLastItem()) {3415 boolean hasCreatedLastItem() { in hasCreatedLastItem() method in GridLayoutManager