Searched refs:timestampTextView (Results 1 – 2 of 2) sorted by relevance
39 private final TextView timestampTextView; field in RttTranscriptMessageViewHolder46 timestampTextView = view.findViewById(R.id.rtt_chat_timestamp); in RttTranscriptMessageViewHolder()77 timestampTextView.setVisibility(View.VISIBLE); in showTimestamp()78 timestampTextView.setText( in showTimestamp()79 getTimestampText(timestampTextView.getContext(), timestamp, showFullDate)); in showTimestamp()80 timestampTextView.setGravity(isRemote ? Gravity.START : Gravity.END); in showTimestamp()84 timestampTextView.setVisibility(View.GONE); in hideTimestamp()
97 final TextView timestampTextView = (TextView) view.findViewById( in verifyContent() local125 assertEquals(timestamp, timestampTextView.getText()); in verifyContent()