Searched refs:accountView (Results 1 – 3 of 3) sorted by relevance
455 final View accountView = editor.findViewById(R.id.account); in addAccountSwitcher() local457 if (accountView == null) { in addAccountSwitcher()461 accountView.setOnClickListener(new View.OnClickListener() { in addAccountSwitcher()
128 final View accountView = adapter.getView(accountIndex, recycleView, this); in refresh() local129 addView(accountView); in refresh()
259 TextView accountView = (TextView) v.findViewById(R.id.mailbox_name); in updateAccountList()261 accountView.setText(account.getDisplayName()); in updateAccountList()