Searched defs:setupBasic (Results 1 – 5 of 5) sorted by relevance
| /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
| D | RecyclerViewFocusRecoveryTest.java | 72 void setupBasic() throws Throwable { in setupBasic() method in RecyclerViewFocusRecoveryTest 76 void setupBasic(boolean hasStableIds) throws Throwable { in setupBasic() method in RecyclerViewFocusRecoveryTest 82 void setupBasic(TestLayoutManager layoutManager) throws Throwable { in setupBasic() method in RecyclerViewFocusRecoveryTest 86 void setupBasic(TestAdapter adapter) throws Throwable { in setupBasic() method in RecyclerViewFocusRecoveryTest 90 void setupBasic(@Nullable TestAdapter adapter, @Nullable TestLayoutManager layoutManager) in setupBasic() method in RecyclerViewFocusRecoveryTest
|
| D | BaseGridLayoutManagerTest.java | 44 public RecyclerView setupBasic(Config config) throws Throwable { in setupBasic() method in BaseGridLayoutManagerTest 48 public RecyclerView setupBasic(Config config, GridTestAdapter testAdapter) throws Throwable { in setupBasic() method in BaseGridLayoutManagerTest
|
| D | BaseRecyclerViewAnimationsTest.java | 50 RecyclerView setupBasic(int itemCount) throws Throwable { in setupBasic() method in BaseRecyclerViewAnimationsTest 54 RecyclerView setupBasic(int itemCount, int firstLayoutStartIndex, int firstLayoutItemCount) in setupBasic() method in BaseRecyclerViewAnimationsTest 59 RecyclerView setupBasic(int itemCount, int firstLayoutStartIndex, int firstLayoutItemCount, in setupBasic() method in BaseRecyclerViewAnimationsTest
|
| D | RecyclerViewLayoutTest.java | 1345 private void setupBasic(RecyclerView recyclerView, TestLayoutManager tlm, in setupBasic() method in RecyclerViewLayoutTest
|
| /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/ |
| D | AdapterHelperTest.java | 196 void setupBasic(int count, int visibleStart, int visibleCount) { in setupBasic() method in AdapterHelperTest
|