Home
last modified time | relevance | path

Searched refs:KITTEN (Results 1 – 3 of 3) sorted by relevance

/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/vo/
DUsers.java29 new User("chet", "haase", R.drawable.emo_im_angel, User.KITTEN),
30 new User("adam", "powell", R.drawable.emo_im_cool, User.KITTEN),
31 new User("alan", "viverette", R.drawable.emo_im_crying, User.KITTEN),
32 new User("chris", "craik", R.drawable.emo_im_embarrassed, User.KITTEN),
33 new User("george", "mount", R.drawable.emo_im_foot_in_mouth, User.KITTEN),
34 new User("john", "reck", R.drawable.emo_im_happy, User.KITTEN),
35 new User("Doris", "liu", R.drawable.emo_im_winking, User.KITTEN),
36 new User("Teng-Hui", "Zhu", R.drawable.emo_im_laughing, User.KITTEN),
37 new User("yigit", "boyar", R.drawable.emo_im_wtf, User.KITTEN),
DUser.java22 public static final int KITTEN = 1; field in User
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/
DMainActivity.java100 if (selected.getGroup() == User.KITTEN) {
108 selected.setGroup(User.KITTEN);