Home
last modified time | relevance | path

Searched refs:pauseButton (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
DNewVoicemailMediaPlayerView.java60 private ImageButton pauseButton; field in NewVoicemailMediaPlayerView
97 pauseButton = findViewById(R.id.pauseButton); in initializeMediaPlayerButtonsAndViews()
114 pauseButton.setOnClickListener(pauseButtonListener); in setupListenersForMediaPlayerButtons()
212 pauseButton.setVisibility(VISIBLE); in bindValuesFromAdapterOfExpandedViewHolderMediaPlayerView()
226 pauseButton.setVisibility(GONE); in bindValuesFromAdapterOfExpandedViewHolderMediaPlayerView()
238 pauseButton.setVisibility(GONE); in bindValuesFromAdapterOfExpandedViewHolderMediaPlayerView()
566 pauseButton.setVisibility(VISIBLE); in updateSeekBarDurationAndShowPlayButton()
579 Assert.checkArgument(pauseButton.getVisibility() == VISIBLE); in updateSeekBarDurationAndShowPlayButton()
606 pauseButton.getVisibility() == VISIBLE); in setToResetState()
610 pauseButton.setVisibility(GONE); in setToResetState()
[all …]
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/activity/
DDistantDisplayGameController.java118 Button pauseButton = findViewById(R.id.game_pause_button); in onCreate() local
119 if (pauseButton != null) { in onCreate()
120 pauseButton.setOnClickListener(v -> { in onCreate()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAudioAttachmentView.java379 final ImageView pauseButton = (ImageView) findViewById(R.id.pause_button); in initializeViewsForMode() local
380 pauseButton.setImageDrawable( in initializeViewsForMode()