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

/frameworks/rs/driver/
H A DrsdShader.h112 StateBasedKey *mCurrentState; member in class:RsdShader
/frameworks/av/include/media/
H A Dmediaplayer.h249 media_player_states mCurrentState; member in class:android::MediaPlayer
H A Dmediarecorder.h245 media_recorder_states mCurrentState; member in class:android::MediaRecorder
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoView.java52 protected static int mCurrentState = -1; field in class:HTML5VideoView
70 if (mCurrentState == STATE_PREPARED) {
87 } else if (mCurrentState == STATE_PREPARING) {
99 if (mCurrentState == STATE_PREPARED) {
107 if (mCurrentState == STATE_PREPARED) {
114 if (mCurrentState == STATE_PREPARED)
121 if (mCurrentState == STATE_PREPARED) {
129 if (mCurrentState != STATE_RESETTED) {
132 mCurrentState = STATE_RESETTED;
136 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.java67 // mCurrentState is a VideoView object's current state.
72 private int mCurrentState = STATE_IDLE; field in class:VideoView
178 mCurrentState = STATE_IDLE;
207 mCurrentState = STATE_IDLE;
242 mCurrentState = STATE_PREPARING;
246 mCurrentState = STATE_ERROR;
252 mCurrentState = STATE_ERROR;
290 mCurrentState = STATE_PREPARED;
353 mCurrentState = STATE_PLAYBACK_COMPLETED;
368 mCurrentState
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayerBase.h236 inline const State& currentState() const { return mCurrentState; }
237 inline State& currentState() { return mCurrentState; }
277 State mCurrentState; member in class:android::LayerBase
H A DSurfaceFlinger.h368 State mCurrentState; member in class:android::SurfaceFlinger
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestsExecutor.java103 private CurrentState mCurrentState = CurrentState.IDLE; field in class:LayoutTestsExecutor
166 if (mCurrentState == CurrentState.RENDERING_PAGE) {
441 assert mCurrentState == CurrentState.IDLE : "mCurrentState = " + mCurrentState.name();
458 mCurrentState = CurrentState.RENDERING_PAGE;
464 assert mCurrentState.isRunningState() : "mCurrentState = " + mCurrentState.name();
479 assert mCurrentState
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java128 private int mCurrentState = STATE_TOUCH_EXPLORING; field in class:TouchExplorer
246 switch (mCurrentState) {
280 mCurrentState = STATE_TOUCH_EXPLORING;
287 Slog.d(LOG_TAG, getStateSymbolicName(mCurrentState));
292 switch(mCurrentState) {
306 throw new IllegalStateException("Illegal state: " + mCurrentState);
429 mCurrentState = STATE_GESTURE_DETECTING;
491 mCurrentState = STATE_DRAGGING;
497 mCurrentState = STATE_DELEGATING;
518 mCurrentState
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java1803 BackupState mCurrentState; field in class:BackupManagerService.PerformBackupTask
1828 mCurrentState = BackupState.INITIAL;
1838 switch (mCurrentState) {
2298 mCurrentState = nextState;
4139 private RestoreState mCurrentState; field in class:BackupManagerService.PerformRestoreTask
4164 mCurrentState = RestoreState.INITIAL;
4194 if (MORE_DEBUG) Slog.v(TAG, "*** Executing restore step: " + mCurrentState);
4195 switch (mCurrentState) {
4679 mCurrentState = nextState;

Completed in 8663 milliseconds