OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecyclerViewFragment
(Results
1 - 6
of
6
) 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
)
/developers/build/prebuilts/gradle/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
MainActivity.java
52
RecyclerViewFragment
fragment = new
RecyclerViewFragment
();
RecyclerViewFragment.java
30
public class
RecyclerViewFragment
extends Fragment {
32
private static final String TAG = "
RecyclerViewFragment
";
/development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
MainActivity.java
52
RecyclerViewFragment
fragment = new
RecyclerViewFragment
();
RecyclerViewFragment.java
30
public class
RecyclerViewFragment
extends Fragment {
32
private static final String TAG = "
RecyclerViewFragment
";
/developers/samples/android/ui/views/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
RecyclerViewFragment.java
30
public class
RecyclerViewFragment
extends Fragment {
32
private static final String TAG = "
RecyclerViewFragment
";
Completed in 91 milliseconds