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.java599 int scrapExtraStart = 0, scrapExtraEnd = 0; in layoutForPredictiveAnimations() local
609 scrapExtraStart += mOrientationHelper.getDecoratedMeasurement(scrap.itemView); in layoutForPredictiveAnimations()
616 Log.d(TAG, "for unused scrap, decided to add " + scrapExtraStart in layoutForPredictiveAnimations()
620 if (scrapExtraStart > 0) { in layoutForPredictiveAnimations()
623 mLayoutState.mExtra = scrapExtraStart; in layoutForPredictiveAnimations()