OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPlayingState
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java
259
public synchronized boolean
isPlayingState
() {
308
if (!
isPlayingState
()) {
321
if (
isPlayingState
()) {
342
if (
isPlayingState
() || isPausedState()) {
355
if (
isPlayingState
() || isPausedState()) {
364
if (
isPlayingState
() || isPausedState()) {
371
if (
isPlayingState
() || isPausedState()) {
/packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java
180
|| mSmilPlayer.
isPlayingState
()
298
|| mSmilPlayer.
isPlayingState
()
332
return mPlayer != null ? mPlayer.
isPlayingState
() : false;
Completed in 477 milliseconds