Home | History | Annotate | Download | only in browser

Lines Matching refs:mAccountSpinner

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);
967 if (mAccountSpinner == parent) {