Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
DAdapterHelperTest.java162 final int start, end, inBetweenOffset; in cleanState()
166 inBetweenOffset = -1; in cleanState()
170 inBetweenOffset = 1; in cleanState()
179 holder.offsetPosition(inBetweenOffset, false); in cleanState()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java3308 final int start, end, inBetweenOffset; in offsetPositionRecordsForMove() local
3312 inBetweenOffset = -1; in offsetPositionRecordsForMove()
3316 inBetweenOffset = 1; in offsetPositionRecordsForMove()
3331 holder.offsetPosition(inBetweenOffset, false); in offsetPositionRecordsForMove()
4992 final int start, end, inBetweenOffset; in offsetPositionRecordsForMove() local
4996 inBetweenOffset = -1; in offsetPositionRecordsForMove()
5000 inBetweenOffset = 1; in offsetPositionRecordsForMove()
5011 holder.offsetPosition(inBetweenOffset, false); in offsetPositionRecordsForMove()