OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecyclerViewFragment
(Results
1 - 7
of
7
) 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/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 522 milliseconds