OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayoutManagerType
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
RecyclerViewFragment.java
40
private enum
LayoutManagerType
{
45
protected
LayoutManagerType
mCurrentLayoutManagerType;
78
mCurrentLayoutManagerType =
LayoutManagerType
.LINEAR_LAYOUT_MANAGER;
82
mCurrentLayoutManagerType = (
LayoutManagerType
) savedInstanceState
96
setRecyclerViewLayoutManager(
LayoutManagerType
.LINEAR_LAYOUT_MANAGER);
104
setRecyclerViewLayoutManager(
LayoutManagerType
.GRID_LAYOUT_MANAGER);
114
* @param
layoutManagerType
Type of layout manager to switch to.
116
public void setRecyclerViewLayoutManager(
LayoutManagerType
layoutManagerType
) {
125
switch (
layoutManagerType
) {
[
all
...]
/developers/samples/android/ui/views/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
RecyclerViewFragment.java
40
private enum
LayoutManagerType
{
45
protected
LayoutManagerType
mCurrentLayoutManagerType;
78
mCurrentLayoutManagerType =
LayoutManagerType
.LINEAR_LAYOUT_MANAGER;
82
mCurrentLayoutManagerType = (
LayoutManagerType
) savedInstanceState
96
setRecyclerViewLayoutManager(
LayoutManagerType
.LINEAR_LAYOUT_MANAGER);
104
setRecyclerViewLayoutManager(
LayoutManagerType
.GRID_LAYOUT_MANAGER);
114
* @param
layoutManagerType
Type of layout manager to switch to.
116
public void setRecyclerViewLayoutManager(
LayoutManagerType
layoutManagerType
) {
125
switch (
layoutManagerType
) {
[
all
...]
/development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
RecyclerViewFragment.java
40
private enum
LayoutManagerType
{
45
protected
LayoutManagerType
mCurrentLayoutManagerType;
78
mCurrentLayoutManagerType =
LayoutManagerType
.LINEAR_LAYOUT_MANAGER;
82
mCurrentLayoutManagerType = (
LayoutManagerType
) savedInstanceState
96
setRecyclerViewLayoutManager(
LayoutManagerType
.LINEAR_LAYOUT_MANAGER);
104
setRecyclerViewLayoutManager(
LayoutManagerType
.GRID_LAYOUT_MANAGER);
114
* @param
layoutManagerType
Type of layout manager to switch to.
116
public void setRecyclerViewLayoutManager(
LayoutManagerType
layoutManagerType
) {
125
switch (
layoutManagerType
) {
[
all
...]
Completed in 196 milliseconds