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

  /developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
Meat.java 22 public class Meat {
27 public Meat(int resourceId, String title) {
32 public static final Meat[] MEATS = {
33 new Meat(R.drawable.p1, "First"),
34 new Meat(R.drawable.p2, "Second"),
35 new Meat(R.drawable.p3, "Third"),
36 new Meat(R.drawable.p4, "Fourth"),
37 new Meat(R.drawable.p5, "Fifth"),
38 new Meat(R.drawable.p6, "Sixth"),
39 new Meat(R.drawable.p7, "Seventh")
    [all...]
  /developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
Meat.java 22 public class Meat {
27 public Meat(int resourceId, String title) {
32 public static final Meat[] MEATS = {
33 new Meat(R.drawable.p1, "First"),
34 new Meat(R.drawable.p2, "Second"),
35 new Meat(R.drawable.p3, "Third"),
36 new Meat(R.drawable.p4, "Fourth"),
37 new Meat(R.drawable.p5, "Fifth"),
38 new Meat(R.drawable.p6, "Sixth"),
39 new Meat(R.drawable.p7, "Seventh")
    [all...]

Completed in 60 milliseconds