HomeSort by relevance Sort by last modified time
    Searched refs:mAccountSpinner (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/src/com/android/email/activity/
ActionBarController.java 85 private final View mAccountSpinner;
232 mAccountSpinner = UiUtilities.getView(mActionBarCustomView, R.id.account_spinner);
233 mAccountSpinnerDefaultBackground = mAccountSpinner.getBackground();
243 mAccountSpinner.setOnClickListener(new View.OnClickListener() {
542 if (enabled == mAccountSpinner.isEnabled()) {
546 mAccountSpinner.setEnabled(enabled);
547 mAccountSpinner.setClickable(enabled);
550 mAccountSpinner.setBackgroundDrawable(mAccountSpinnerDefaultBackground);
552 mAccountSpinner.setBackgroundDrawable(null);
558 mAccountSpinner.setPadding
    [all...]
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 57 private Spinner mAccountSpinner;
79 mAccountSpinner = (Spinner) findViewById(R.id.accountSpinner);
105 mAccountSpinner.setAdapter(mAccountAdapter);
140 mAccountSpinner.setOnItemSelectedListener(new OnItemSelectedListener() {
289 mSelectedAccount = (AccountData) mAccountSpinner.getSelectedItem();
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 124 private Spinner mAccountSpinner;
149 (BookmarkAccount) mAccountSpinner.getSelectedItem();
432 mAccountSpinner.setSelection(0);
447 mAccountSpinner.setSelection(i);
688 mAccountSpinner = (Spinner) findViewById(R.id.accounts);
689 mAccountSpinner.setAdapter(mAccountAdapter);
690 mAccountSpinner.setOnItemSelectedListener(this);
    [all...]

Completed in 93 milliseconds