Searched refs:accountView (Results 1 – 3 of 3) sorted by relevance
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()
1058 final View accountView = editor.findViewById(R.id.account); in addAccountSwitcher() local1060 if (accountView == null) { in addAccountSwitcher()1064 accountView.setOnClickListener(new View.OnClickListener() { in addAccountSwitcher()