OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPaused
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
GameThread.java
146
public boolean
getPaused
() {
Game.java
387
if (mGameThread.
getPaused
()) {
478
} else if (mGameThread.
getPaused
() && mRunning) {
503
if (!mGLDataLoaded && mGameThread.
getPaused
() && mRunning && mPendingLevel == null) {
551
return (mRunning && mGameThread != null && mGameThread.
getPaused
());
Completed in 29 milliseconds