Searched defs:playButton (Results 1 – 8 of 8) sorted by relevance
147 Button playButton = mCarNotificationActionsView.getActionButtons().get( in onBind_actionExists_isCarCompatibleMessage_playButtonIsVisible() local159 Button playButton = mCarNotificationActionsView.getActionButtons().get( in onBind_actionExists_isCarCompatibleMessage_playButtonHasClickListener() local171 Button playButton = mCarNotificationActionsView.getActionButtons().get( in onBind_actionExists_isCarCompatibleMessage_playButtonShowsPlayLabel() local187 Button playButton = mCarNotificationActionsView.getActionButtons().get( in onBind_carCompatibleMessage_noAssistantNoFallback_playButtonIsHidden() local202 Button playButton = mCarNotificationActionsView.getActionButtons().get( in onBind_carCompatibleMessage_noAssistantWithFallback_playButtonIsVisible() local
85 public void attachView(TextureView video, View preview, View playButton) { in attachView()98 private void updateViewStates(View imageView, View playButton) { in updateViewStates()
84 public void attachView(TextureView video, View preview, View playButton) { in attachView()138 private void updateViewStates(View imageView, View playButton) { in updateViewStates()
228 void attachView(TextureView video, View preview, View playButton); in attachView()
46 public VideoViewHolder(ImageView videoView, ImageView playButton) { in VideoViewHolder()161 ImageView playButton = (ImageView) view.findViewById(R.id.play_button); in getView() local
45 private ImageButton playButton; field in CurrentVoicemailGreetingActivity
376 final ImageView playButton = (ImageView) findViewById(R.id.play_button); in initializeViewsForMode() local
59 private ImageButton playButton; field in NewVoicemailMediaPlayerView