Searched refs:nameView (Results 1 – 2 of 2) sorted by relevance
301 TextView nameView = view.findViewById(R.id.user_name); in makeUserPod() local303 nameView.setText(mUserAdapter.getName(context, record)); in makeUserPod()306 nameView.setText(context.getString(R.string.unknown_user_label)); in makeUserPod()311 iconView.setImageBitmap(getDefaultUserIcon(nameView.getText())); in makeUserPod()
87 TextView nameView = (TextView)view.findViewById(R.id.name); in getView() local89 nameView.setText(info.getName()); in getView()