Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DOrientationHelper.java42 private int mLastTotalSpace = INVALID_SIZE; field in OrientationHelper
54 mLastTotalSpace = getTotalSpace(); in onLayoutComplete()
68 return INVALID_SIZE == mLastTotalSpace ? 0 : getTotalSpace() - mLastTotalSpace; in getTotalSpaceChange()