Searched refs:playing (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/media-compat/jellybean-mr2/android/support/v4/media/
H A DTransportMediatorJellybeanMR2.java159 public void refreshState(boolean playing, long position, int transportControls) { argument
161 mRemoteControl.setPlaybackState(playing ? RemoteControlClient.PLAYSTATE_PLAYING
162 : RemoteControlClient.PLAYSTATE_STOPPED, position, playing ? 1 : 0);
/frameworks/base/tools/aapt2/java/
H A DManifestClassGenerator_test.cpp96 <!-- @deprecated This permission is for playing outside. -->
118 * @deprecated This permission is for playing outside.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractMediaItemPresenter.java75 * Indicating that the media item is currently neither playing nor paused.
83 * Indicating that the media item is currently playing
213 mMediaItemPlayingView = mergeView.findViewById(R.id.playing);
346 * This view is rendered when the media item row is neither playing nor paused.
360 * @return The view rendered when the media item row is playing.
379 * Returns the view displayed when the media item is neither playing nor paused,

Completed in 93 milliseconds