OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentLayoutManagerType
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
RecyclerViewFragment.java
45
protected LayoutManagerType
mCurrentLayoutManagerType
;
78
mCurrentLayoutManagerType
= LayoutManagerType.LINEAR_LAYOUT_MANAGER;
82
mCurrentLayoutManagerType
= (LayoutManagerType) savedInstanceState
85
setRecyclerViewLayoutManager(
mCurrentLayoutManagerType
);
128
mCurrentLayoutManagerType
= LayoutManagerType.GRID_LAYOUT_MANAGER;
132
mCurrentLayoutManagerType
= LayoutManagerType.LINEAR_LAYOUT_MANAGER;
136
mCurrentLayoutManagerType
= LayoutManagerType.LINEAR_LAYOUT_MANAGER;
146
savedInstanceState.putSerializable(KEY_LAYOUT_MANAGER,
mCurrentLayoutManagerType
);
/developers/samples/android/ui/views/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
RecyclerViewFragment.java
45
protected LayoutManagerType
mCurrentLayoutManagerType
;
78
mCurrentLayoutManagerType
= LayoutManagerType.LINEAR_LAYOUT_MANAGER;
82
mCurrentLayoutManagerType
= (LayoutManagerType) savedInstanceState
85
setRecyclerViewLayoutManager(
mCurrentLayoutManagerType
);
128
mCurrentLayoutManagerType
= LayoutManagerType.GRID_LAYOUT_MANAGER;
132
mCurrentLayoutManagerType
= LayoutManagerType.LINEAR_LAYOUT_MANAGER;
136
mCurrentLayoutManagerType
= LayoutManagerType.LINEAR_LAYOUT_MANAGER;
146
savedInstanceState.putSerializable(KEY_LAYOUT_MANAGER,
mCurrentLayoutManagerType
);
/development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
RecyclerViewFragment.java
45
protected LayoutManagerType
mCurrentLayoutManagerType
;
78
mCurrentLayoutManagerType
= LayoutManagerType.LINEAR_LAYOUT_MANAGER;
82
mCurrentLayoutManagerType
= (LayoutManagerType) savedInstanceState
85
setRecyclerViewLayoutManager(
mCurrentLayoutManagerType
);
128
mCurrentLayoutManagerType
= LayoutManagerType.GRID_LAYOUT_MANAGER;
132
mCurrentLayoutManagerType
= LayoutManagerType.LINEAR_LAYOUT_MANAGER;
136
mCurrentLayoutManagerType
= LayoutManagerType.LINEAR_LAYOUT_MANAGER;
146
savedInstanceState.putSerializable(KEY_LAYOUT_MANAGER,
mCurrentLayoutManagerType
);
Completed in 1601 milliseconds