OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestLayoutManager
(Results
1 - 7
of
7
) sorted by null
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewLayoutTest.java
116
TestLayoutManager
layoutManager = new
TestLayoutManager
() {
195
TestLayoutManager
tlm = new
TestLayoutManager
() {
330
TestLayoutManager
layoutManager = new
TestLayoutManager
() {
367
TestLayoutManager
layoutManager = new
TestLayoutManager
() {
438
final
TestLayoutManager
tlm = new
TestLayoutManager
() {
[
all
...]
BaseRecyclerViewInstrumentationTest.java
194
.getLayoutManager() instanceof
TestLayoutManager
) {
195
TestLayoutManager
lm = (
TestLayoutManager
) mRecyclerView.getLayoutManager();
521
class DumbLayoutManager extends
TestLayoutManager
{
531
public class
TestLayoutManager
extends RecyclerView.LayoutManager {
[
all
...]
RecyclerViewFocusRecoveryTest.java
48
TestLayoutManager
mLayoutManager;
80
void setupBasic(
TestLayoutManager
layoutManager) throws Throwable {
88
void setupBasic(@Nullable TestAdapter adapter, @Nullable
TestLayoutManager
layoutManager)
461
private class FocusLayoutManager extends
TestLayoutManager
{
RecyclerViewAccessibilityTest.java
93
recyclerView.setLayoutManager(new
TestLayoutManager
() {
LinearLayoutManagerTest.java
443
mRecyclerView.setLayoutManager(new
TestLayoutManager
());
460
mRecyclerView.setLayoutManager(new
TestLayoutManager
());
BaseRecyclerViewAnimationsTest.java
98
class AnimationLayoutManager extends
TestLayoutManager
{
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
ItemTouchHelperTest.java
50
TestLayoutManager
mLayoutManager;
67
mLayoutManager = new
TestLayoutManager
() {
Completed in 2485 milliseconds