Searched refs:setPrimaryStartDisappearAnimation (Results 1 – 4 of 4) sorted by relevance
81 fun setPrimaryStartDisappearAnimation(runnable: Runnable?) regex187 override fun setPrimaryStartDisappearAnimation(runnable: Runnable?) {
161 verify(repository).setPrimaryStartDisappearAnimation(null)268 verify(repository, never()).setPrimaryStartDisappearAnimation(any(Runnable::class.java))277 verify(repository).setPrimaryStartDisappearAnimation(any(Runnable::class.java))
194 repository.setPrimaryStartDisappearAnimation(null)308 repository.setPrimaryStartDisappearAnimation(runnable)
66 override fun setPrimaryStartDisappearAnimation(runnable: Runnable?) {