Searched refs:User (Results 1 - 16 of 16) 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) {
100 if (selected.getGroup() == User.KITTEN) {
102 selected.setGroup(User.ROBOT);
108 selected.setGroup(User.KITTEN);
148 final private List<User> userList = new ArrayList<>();
151 public UserAdapter(User[] toolkities) {
175 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.cs41 <span class="en">Understand User Behavior</span></a>
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprModelTest.java159 .addVariable("user", "android.databinding.tool.expr.ExprModelTest.User",
331 IdentifierExpr u1 = lb.addVariable("u1", User.class.getCanonicalName(), null);
332 IdentifierExpr u2 = lb.addVariable("u2", User.class.getCanonicalName(), null);
630 IdentifierExpr user = lb.addVariable("user", User.class.getCanonicalName(),
646 lb.addVariable("user", User.class.getCanonicalName(), null);
665 lb.addVariable("user", User.class.getCanonicalName(), null);
714 mExprModel.addImport("View", User.class.getCanonicalName(), null);
727 final StaticIdentifierExpr ux = mExprModel.addImport("UX", User.class.getCanonicalName(),
729 final IdentifierExpr u = lb.addVariable("u", User.class.getCanonicalName(),
741 lb.addVariable("user", User
910 public static class User extends BaseObservable { 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.cs194 <span class="en">User Interface</span>
316 </li><!-- end of User Interface -->
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs28 Building a Simple User Interface
256 Sending the User to Another App
814 User Info &amp; Sign-In
1133 Managing User Interaction</a>
1284 >Notifying the User</a>
1386 User Interface
1575 <!-- End User Interface -->
1584 User Input
1676 </li> <!-- end of User Input -->
/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.cpp816 return User::operator new(s, 1);
931 User *U = *UI;
943 for (User::op_iterator I = UserC->op_begin(), E = UserC->op_end();

Completed in 356 milliseconds