Home
last modified time | relevance | path

Searched refs:configView (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
DBaseLayoutManagerActivity.java103 RecyclerView configView = findViewById(R.id.config_recycler_view);
104 configView.setAdapter(mConfigAdapter);
105 configView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL,
107 configView.setHasFixedSize(true);
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/touch/
DItemTouchHelperActivity.java75 RecyclerView configView = findViewById(R.id.config_recycler_view); in initToggles() local
76 configView.setAdapter(new RecyclerView.Adapter<ConfigViewHolder>() { in initToggles()
94 configView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL, in initToggles()
96 configView.setHasFixedSize(true); in initToggles()