Searched refs:User (Results 1 - 17 of 17) sorted by relevance

/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/vo/
H A DUsers.java25 public static final User[] robots = new User[]{
26 new User("romain", "guy", R.drawable.emo_im_yelling, User.ROBOT),
28 public static final User[] toolkities = new User[]{
29 new User("chet", "haase", R.drawable.emo_im_angel, User.KITTEN),
30 new User("adam", "powell", R.drawable.emo_im_cool, User
[all...]
H A DUser.java11 public class User extends BaseObservable { class in inherits:BaseObservable
25 public User(String name, String lastName, int photoResource, int group) { method in class:User
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DReadComplexTernaryTest.java6 import android.databinding.testapp.vo.User;
16 User user = new User();
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DUser.java7 public class User extends BaseObservable { class in inherits:BaseObservable
9 private User friend;
15 public User getFriend() {
19 public void setFriend(User friend) {
/frameworks/data-binding/samples/BindingDemo/app/src/test/java/com/android/example/bindingdemo/vo/
H A DUnitTest.java18 private User testUser;
22 testUser = new User("Ted", "Tester", R.drawable.george, User.ROBOTS);
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/
H A DMainActivity.java19 import com.android.example.bindingdemo.vo.User;
35 User selected;
60 public User getSelected() {
64 private void setSelected(User selected) {
88 if (selected.getGroup() == User.KITTEN) {
90 selected.setGroup(User.ROBOT);
96 selected.setGroup(User.KITTEN);
135 final private List<User> userList = new ArrayList<>();
138 public UserAdapter(User[] toolkities) {
162 public void add(User use
[all...]
/frameworks/base/docs/html/distribute/analyze/
H A Danalyze_toc.cs17 <span class="en">Understand User Value</span></a>
/frameworks/base/docs/html/distribute/engage/
H A Dengage_toc.cs48 <span class="en">Understand User Behavior</span></a>
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprModelTest.java195 .addVariable("user", "android.databinding.tool.expr.ExprModelTest.User",
367 IdentifierExpr u1 = lb.addVariable("u1", User.class.getCanonicalName(), null);
368 IdentifierExpr u2 = lb.addVariable("u2", User.class.getCanonicalName(), null);
490 IdentifierExpr u = lb.addVariable("u", User.class.getCanonicalName(),
727 IdentifierExpr user = lb.addVariable("user", User.class.getCanonicalName(),
743 lb.addVariable("user", User.class.getCanonicalName(), null);
762 lb.addVariable("user", User.class.getCanonicalName(), null);
811 mExprModel.addImport("View", User.class.getCanonicalName(), null);
824 final StaticIdentifierExpr ux = mExprModel.addImport("UX", User.class.getCanonicalName(),
826 final IdentifierExpr u = lb.addVariable("u", User
1009 public static class User implements Observable { class in class:ExprModelTest
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp333 for (User::const_op_iterator I = C->op_begin(), E = C->op_end();
471 for (User::const_op_iterator OI = I->op_begin(), E = I->op_end();
494 for (User::const_op_iterator OI = I->op_begin(), E = I->op_end();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp333 for (User::const_op_iterator I = C->op_begin(), E = C->op_end();
471 for (User::const_op_iterator OI = I->op_begin(), E = I->op_end();
494 for (User::const_op_iterator OI = I->op_begin(), E = I->op_end();
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp333 for (User::const_op_iterator I = C->op_begin(), E = C->op_end();
471 for (User::const_op_iterator OI = I->op_begin(), E = I->op_end();
494 for (User::const_op_iterator OI = I->op_begin(), E = I->op_end();
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs198 <span class="en">User Interface</span>
317 </li><!-- end of User Interface -->
/frameworks/base/docs/html/topic/performance/
H A Dperformance_toc.cs28 Building a Simple User Interface
210 Sending the User to Another App
799 User Info &amp; Sign-In
1141 Managing User Interaction</a>
1296 >Notifying the User</a>
1415 User Interface
1729 <!-- End User Interface -->
1738 User Input
1830 </li> <!-- end of User Input -->
1981 Optimizing User
[all...]
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs28 Building a Simple User Interface
210 Sending the User to Another App
781 User Info &amp; Sign-In
1123 Managing User Interaction</a>
1252 >Notifying the User</a>
1371 User Interface
1685 <!-- End User Interface -->
1694 User Input
1786 </li> <!-- end of User Input -->
1943 Optimizing User
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp540 return User::operator new(s, 1);
655 User *U = *UI;
667 for (User::op_iterator I = UserC->op_begin(), E = UserC->op_end();
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp815 return User::operator new(s, 1);
930 User *U = *UI;
942 for (User::op_iterator I = UserC->op_begin(), E = UserC->op_end();

Completed in 604 milliseconds