Home
last modified time | relevance | path

Searched refs:updatePlayPauseButtonState (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DAudioAttachmentView.java137 updatePlayPauseButtonState(); in onFinishInflate()
140 updatePlayPauseButtonState(); in onFinishInflate()
233 updatePlayPauseButtonState(); in setupMediaPlayer()
257 updatePlayPauseButtonState(); in setupMediaPlayer()
319 private void updatePlayPauseButtonState() { in updatePlayPauseButtonState() method in AudioAttachmentView
354 updatePlayPauseButtonState(); in updateVisualStyle()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/remotepreview/
DRemotePreviewSession.java248 updatePlayPauseButtonState(true /* isPlaying */); in setPlaybackState()
259 updatePlayPauseButtonState(false /* isPlaying */); in setPlaybackState()
388 updatePlayPauseButtonState(false /* isPlaying */); in initUI()
467 private void updatePlayPauseButtonState(boolean isPlaying) { in updatePlayPauseButtonState() method in RemotePreviewSession