HomeSort by relevance Sort by last modified time
    Searched refs:AnimateLogBase (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewAnimationsTest.java 652 static class AnimateChange extends AnimateLogBase {
663 static class AnimatePersistence extends AnimateLogBase {
671 static class AnimateAppearance extends AnimateLogBase {
678 static class AnimateDisappearance extends AnimateLogBase {
684 static class AnimateLogBase {
690 public AnimateLogBase(RecyclerView.ViewHolder viewHolder, LoggingInfo pre,
714 AnimateLogBase that = (AnimateLogBase) o;
LoggingItemAnimator.java 47 List<? extends BaseRecyclerViewAnimationsTest.AnimateLogBase> list) {
48 for (BaseRecyclerViewAnimationsTest.AnimateLogBase log : list) {
BaseWrapContentTest.java 418 List<? extends BaseRecyclerViewAnimationsTest.AnimateLogBase> list) {
419 for (BaseRecyclerViewAnimationsTest.AnimateLogBase base : list) {
426 private String log(BaseRecyclerViewAnimationsTest.AnimateLogBase base) {

Completed in 496 milliseconds