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.java648 int scrapExtraStart = 0, scrapExtraEnd = 0; in layoutForPredictiveAnimations() local
661 scrapExtraStart += mOrientationHelper.getDecoratedMeasurement(scrap.itemView); in layoutForPredictiveAnimations()
668 Log.d(TAG, "for unused scrap, decided to add " + scrapExtraStart in layoutForPredictiveAnimations()
672 if (scrapExtraStart > 0) { in layoutForPredictiveAnimations()
675 mLayoutState.mExtra = scrapExtraStart; in layoutForPredictiveAnimations()