Searched refs:BaseRecyclerViewAnimationsTest (Results 1 – 5 of 5) sorted by relevance
22 import android.support.v7.widget.BaseRecyclerViewAnimationsTest.AnimateDisappearance;23 import android.support.v7.widget.BaseRecyclerViewAnimationsTest.AnimateChange;24 import android.support.v7.widget.BaseRecyclerViewAnimationsTest.AnimatePersistence;25 import android.support.v7.widget.BaseRecyclerViewAnimationsTest.AnimateAppearance;47 List<? extends BaseRecyclerViewAnimationsTest.AnimateLogBase> list) { in contains()48 for (BaseRecyclerViewAnimationsTest.AnimateLogBase log : list) { in contains()66 BaseRecyclerViewAnimationsTest.LoggingInfo in recordPreLayoutInformation()67 … loggingInfo = new BaseRecyclerViewAnimationsTest.LoggingInfo(viewHolder, changeFlags, payloads); in recordPreLayoutInformation()75 BaseRecyclerViewAnimationsTest.LoggingInfo in recordPostLayoutInformation()76 loggingInfo = new BaseRecyclerViewAnimationsTest.LoggingInfo(viewHolder, 0, null); in recordPostLayoutInformation()[all …]
408 List<? extends BaseRecyclerViewAnimationsTest.AnimateLogBase> list) { in collectInto()409 for (BaseRecyclerViewAnimationsTest.AnimateLogBase base : list) { in collectInto()416 private String log(BaseRecyclerViewAnimationsTest.AnimateLogBase base) { in log()423 private String log(BaseRecyclerViewAnimationsTest.LoggingInfo postInfo) { in log()
40 public class BaseRecyclerViewAnimationsTest extends BaseRecyclerViewInstrumentationTest { class50 public BaseRecyclerViewAnimationsTest() { in BaseRecyclerViewAnimationsTest() method in BaseRecyclerViewAnimationsTest
52 public class ItemAnimatorV2ApiTest extends BaseRecyclerViewAnimationsTest {
58 public class RecyclerViewAnimationsTest extends BaseRecyclerViewAnimationsTest {