HomeSort by relevance Sort by last modified time
    Searched refs:RecyclerViewFragment (Results 1 - 11 of 11) sorted by null

  /developers/samples/android/ui/views/RecyclerView/Application/src/androidTest/java/com/example/android/recyclerview/test/
RecyclerViewSampleTests.java 21 import com.example.android.recyclerview.RecyclerViewFragment;
33 private RecyclerViewFragment mTestFragment;
48 mTestFragment = (RecyclerViewFragment)
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
RvCompatListActivity.java 33 public static class RecyclerViewFragment extends Fragment {
55 RecyclerViewFragment fragment = new RecyclerViewFragment();
  /developers/build/prebuilts/gradle/RecyclerView/kotlinApp/app/src/main/java/com/example/android/recyclerview/
RecyclerViewFragment.kt 33 class RecyclerViewFragment : Fragment() {
101 RecyclerViewFragment.LayoutManagerType.GRID_LAYOUT_MANAGER -> {
105 RecyclerViewFragment.LayoutManagerType.LINEAR_LAYOUT_MANAGER -> {
112 layoutManager = this@RecyclerViewFragment.layoutManager
134 private val TAG = "RecyclerViewFragment"
MainActivity.kt 50 replace(R.id.sample_content_fragment, RecyclerViewFragment())
  /developers/samples/android/ui/views/RecyclerView/kotlinApp/app/src/main/java/com/example/android/recyclerview/
RecyclerViewFragment.kt 33 class RecyclerViewFragment : Fragment() {
101 RecyclerViewFragment.LayoutManagerType.GRID_LAYOUT_MANAGER -> {
105 RecyclerViewFragment.LayoutManagerType.LINEAR_LAYOUT_MANAGER -> {
112 layoutManager = this@RecyclerViewFragment.layoutManager
134 private val TAG = "RecyclerViewFragment"
MainActivity.kt 50 replace(R.id.sample_content_fragment, RecyclerViewFragment())
  /developers/build/prebuilts/gradle/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
MainActivity.java 53 RecyclerViewFragment fragment = new RecyclerViewFragment();
RecyclerViewFragment.java 33 public class RecyclerViewFragment extends Fragment {
35 private static final String TAG = "RecyclerViewFragment";
  /development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
MainActivity.java 53 RecyclerViewFragment fragment = new RecyclerViewFragment();
RecyclerViewFragment.java 33 public class RecyclerViewFragment extends Fragment {
35 private static final String TAG = "RecyclerViewFragment";
  /developers/samples/android/ui/views/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
RecyclerViewFragment.java 33 public class RecyclerViewFragment extends Fragment {
35 private static final String TAG = "RecyclerViewFragment";

Completed in 319 milliseconds