Searched refs:thumbnailView (Results 1 – 3 of 3) sorted by relevance
49 val thumbnailView: MediaProjectionTaskView = root.requireViewById(R.id.task_thumbnail)76 thumbnailView.bindTask(task, thumbnail)86 thumbnailView.bindTask(null, null)96 thumbnailView.layoutParams =97 thumbnailView.layoutParams.apply {
67 ImageView thumbnailView = (ImageView) contactItem.findViewById(R.id.contact_picture); in addContact() local68 thumbnailView.setImageResource(thumbnailID); in addContact()108 ImageView thumbnailView = in ToggleScene()110 … thumbnailView.setImageResource(expanded ? R.drawable.self_portrait_square_100 : in ToggleScene()
1592 View thumbnailView = contentPreviewLayout.findViewById(1594 thumbnailView.setVisibility(View.GONE);1616 View thumbnailView = parent.findViewById(R.id.content_preview_file_thumbnail);1617 thumbnailView.setVisibility(View.GONE);