HomeSort by relevance Sort by last modified time
    Searched defs:CardViewFragment (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/CardView/Application/src/main/java/com/example/android/cardview/
CardViewFragment.java 31 public class CardViewFragment extends Fragment {
33 private static final String TAG = CardViewFragment.class.getSimpleName();
57 public static CardViewFragment newInstance() {
58 CardViewFragment fragment = new CardViewFragment();
63 public CardViewFragment() {
  /developers/samples/android/ui/views/CardView/Application/src/main/java/com/example/android/cardview/
CardViewFragment.java 31 public class CardViewFragment extends Fragment {
33 private static final String TAG = CardViewFragment.class.getSimpleName();
57 public static CardViewFragment newInstance() {
58 CardViewFragment fragment = new CardViewFragment();
63 public CardViewFragment() {
  /development/samples/browseable/CardView/src/com.example.android.cardview/
CardViewFragment.java 31 public class CardViewFragment extends Fragment {
33 private static final String TAG = CardViewFragment.class.getSimpleName();
57 public static CardViewFragment newInstance() {
58 CardViewFragment fragment = new CardViewFragment();
63 public CardViewFragment() {

Completed in 148 milliseconds