Searched defs:mCurrentState (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/include/media/
H A Dmediaplayer.h220 media_player_states mCurrentState; member in class:android::MediaPlayer
H A Dmediarecorder.h245 media_recorder_states mCurrentState; member in class:android::MediaRecorder
/frameworks/base/services/surfaceflinger/
H A DLayerBase.h220 inline const State& currentState() const { return mCurrentState; }
221 inline State& currentState() { return mCurrentState; }
264 State mCurrentState; member in class:android::LayerBase
H A DSurfaceFlinger.h343 State mCurrentState; member in class:android::SurfaceFlinger
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoView.java38 protected int mCurrentState; field in class:HTML5VideoView
73 if (mCurrentState == STATE_PREPARED) {
90 } else if (mCurrentState == STATE_NOTPREPARED) {
102 if (mCurrentState == STATE_PREPARED) {
110 if (mCurrentState == STATE_PREPARED) {
117 if (mCurrentState == STATE_PREPARED)
124 if (mCurrentState == STATE_PREPARED) {
132 if (mCurrentState != STATE_RELEASED) {
135 mCurrentState = STATE_RELEASED;
139 if (mCurrentState
[all...]
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java84 private State mCurrentState; field in class:AppSecurityPermissions
346 switch(mCurrentState) {
484 mCurrentState = State.NO_PERMS;
486 mCurrentState = (mNormalMap.size() > 0) ? State.BOTH : State.DANGEROUS_ONLY;
488 mCurrentState = State.NORMAL_ONLY;
490 if(localLOGV) Log.i(TAG, "mCurrentState=" + mCurrentState);
H A DVideoView.java65 // mCurrentState is a VideoView object's current state.
70 private int mCurrentState = STATE_IDLE; field in class:VideoView
164 mCurrentState = STATE_IDLE;
193 mCurrentState = STATE_IDLE;
228 mCurrentState = STATE_PREPARING;
232 mCurrentState = STATE_ERROR;
238 mCurrentState = STATE_ERROR;
276 mCurrentState = STATE_PREPARED;
339 mCurrentState = STATE_PLAYBACK_COMPLETED;
354 mCurrentState
[all...]
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestsExecutor.java101 private CurrentState mCurrentState = CurrentState.IDLE; field in class:LayoutTestsExecutor
164 if (mCurrentState == CurrentState.RENDERING_PAGE) {
438 assert mCurrentState == CurrentState.IDLE : "mCurrentState = " + mCurrentState.name();
455 mCurrentState = CurrentState.RENDERING_PAGE;
461 assert mCurrentState.isRunningState() : "mCurrentState = " + mCurrentState.name();
476 assert mCurrentState
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java118 private int mCurrentState = STATE_TOUCH_EXPLORING; field in class:TouchExplorer
164 Slog.d(LOG_TAG_STATE, getStateSymbolicName(mCurrentState));
170 switch(mCurrentState) {
181 throw new IllegalStateException("Illegal state: " + mCurrentState);
316 mCurrentState = STATE_DRAGGING;
327 mCurrentState = STATE_DELEGATING;
345 mCurrentState = STATE_DELEGATING;
453 mCurrentState = STATE_DELEGATING;
471 mCurrentState = STATE_DELEGATING;
480 mCurrentState
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java1792 BackupState mCurrentState; field in class:BackupManagerService.PerformBackupTask
1817 mCurrentState = BackupState.INITIAL;
1825 switch (mCurrentState) {
2221 mCurrentState = nextState;
4050 private RestoreState mCurrentState; field in class:BackupManagerService.PerformRestoreTask
4075 mCurrentState = RestoreState.INITIAL;
4105 if (MORE_DEBUG) Slog.v(TAG, "*** Executing restore step: " + mCurrentState);
4106 switch (mCurrentState) {
4590 mCurrentState = nextState;

Completed in 279 milliseconds