OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itemLayoutDirection
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerBaseConfigSetTest.java
320
final int
itemLayoutDirection
;
323
itemLayoutDirection
= config.mReverseLayout ? LAYOUT_START : LAYOUT_END;
326
itemLayoutDirection
= config.mReverseLayout ? LAYOUT_END : LAYOUT_START;
332
return new TargetTuple(target,
itemLayoutDirection
);
BaseStaggeredGridLayoutManagerTest.java
232
final int
itemLayoutDirection
;
235
itemLayoutDirection
= config.mReverseLayout ? LAYOUT_START : LAYOUT_END;
238
itemLayoutDirection
= config.mReverseLayout ? LAYOUT_END : LAYOUT_START;
244
return new TargetTuple(target,
itemLayoutDirection
);
[
all
...]
Completed in 43 milliseconds