Searched refs:titleTextView (Results 1 – 5 of 5) sorted by relevance
56 final TextView titleTextView = findViewById(R.id.title); in FaceEnrollAccessibilityToggle() local57 titleTextView.setText(title); in FaceEnrollAccessibilityToggle()
51 TextView titleTextView = (TextView) v.findViewById( in bindView() local53 titleTextView.setText(cursor.getString(AlbumSetLoader.INDEX_TITLE)); in bindView()
358 TextView titleTextView = findViewById(R.id.alertTitle); in updateAlertText() local362 titleTextView.setSingleLine(false); in updateAlertText()367 titleTextView.setText(title); in updateAlertText()
144 final TextView titleTextView = (TextView) itemView.findViewById(R.id.title); in getView() local147 titleTextView.setText(item.getDisplayName()); in getView()