OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WrappedLayoutManager
(Results
1 - 4
of
4
) sorted by null
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerSavedStateTest.java
189
mLayoutManager = new
WrappedLayoutManager
(mConfig.mSpanCount, mConfig.mOrientation);
235
public
WrappedLayoutManager
layoutManager() {
BaseStaggeredGridLayoutManagerTest.java
41
volatile
WrappedLayoutManager
mLayoutManager;
87
mLayoutManager = new
WrappedLayoutManager
(config.mSpanCount,
470
class
WrappedLayoutManager
extends StaggeredGridLayoutManager {
543
public
WrappedLayoutManager
(int spanCount, int orientation) {
[
all
...]
StaggeredGridLayoutManagerBaseConfigSetTest.java
264
mLayoutManager = new
WrappedLayoutManager
(config.mSpanCount,
[
all
...]
StaggeredGridLayoutManagerTest.java
[
all
...]
Completed in 39 milliseconds