Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLoggingItemAnimator.java22 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 …]
DBaseWrapContentTest.java408 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()
DBaseRecyclerViewAnimationsTest.java40 public class BaseRecyclerViewAnimationsTest extends BaseRecyclerViewInstrumentationTest { class
50 public BaseRecyclerViewAnimationsTest() { in BaseRecyclerViewAnimationsTest() method in BaseRecyclerViewAnimationsTest
DItemAnimatorV2ApiTest.java52 public class ItemAnimatorV2ApiTest extends BaseRecyclerViewAnimationsTest {
DRecyclerViewAnimationsTest.java58 public class RecyclerViewAnimationsTest extends BaseRecyclerViewAnimationsTest {