Searched refs:accountView (Results 1 – 2 of 2) 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()