Searched refs:mMaxPendingMoves (Results 1 – 2 of 2) sorted by relevance
296 if (mPendingMoves < mMaxPendingMoves) { in increasePendingMoves()302 if (mPendingMoves > -mMaxPendingMoves) { in decreasePendingMoves()399 int mMaxPendingMoves = DEFAULT_MAX_PENDING_MOVES; field in GridLayoutManager
2494 mGridView.mLayoutManager.mMaxPendingMoves = 100; in testPendingSmoothScrollAndRemove()