Searched refs:sampleView (Results 1 – 1 of 1) sorted by relevance
476 View sampleView = LayoutInflater.from(mContext).inflate(R.layout.sample_layout, null); in initSampleView() local477 TextView appServiceIdText = sampleView.findViewById(R.id.app_service_id); in initSampleView()480 mTvInputIdView = sampleView.findViewById(R.id.tv_input_id); in initSampleView()481 mChannelUriView = sampleView.findViewById(R.id.channel_uri); in initSampleView()482 mVideoTrackView = sampleView.findViewById(R.id.video_track_selected); in initSampleView()483 mAudioTrackView = sampleView.findViewById(R.id.audio_track_selected); in initSampleView()484 mSubtitleTrackView = sampleView.findViewById(R.id.subtitle_track_selected); in initSampleView()485 mLogView = sampleView.findViewById(R.id.log_text); in initSampleView()511 mViewContainer.addView(sampleView); in initSampleView()