Home | History | Annotate | Download | only in jni

Lines Matching defs:isPaused

553         bool isPaused() const { return m_isPaused; }
554 void setIsPaused(bool isPaused) { m_isPaused = isPaused; }