Home | History | Annotate | Download | only in com.example.android.adaptertransition

Lines Matching refs:Meat

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"),
40 new Meat(R.drawable.p8, "Eighth"),
41 new Meat(R.drawable.p9, "Ninth"),
42 new Meat(R.drawable.p10, "Tenth"),
43 new Meat(R.drawable.p11, "Eleventh"),