Home
last modified time | relevance | path

Searched refs:scrapExtraStart (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java672 int scrapExtraStart = 0, scrapExtraEnd = 0; in layoutForPredictiveAnimations() local
685 scrapExtraStart += mOrientationHelper.getDecoratedMeasurement(scrap.itemView); in layoutForPredictiveAnimations()
692 Log.d(TAG, "for unused scrap, decided to add " + scrapExtraStart in layoutForPredictiveAnimations()
696 if (scrapExtraStart > 0) { in layoutForPredictiveAnimations()
699 mLayoutState.mExtra = scrapExtraStart; in layoutForPredictiveAnimations()