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/native/services/surfaceflinger/
H A DLayerBase.h265 inline const State& currentState() const { return mCurrentState; }
266 inline State& currentState() { return mCurrentState; }
290 State mCurrentState; member in class:android::LayerBase
H A DSurfaceFlinger.h401 State mCurrentState; member in class:android::SurfaceFlinger
/frameworks/av/include/media/
H A Dmediaplayer.h251 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.java65 protected static int mCurrentState = -1; field in class:HTML5VideoView
83 if (mCurrentState == STATE_PREPARED) {
100 } else if (mCurrentState == STATE_PREPARING) {
112 if (mCurrentState == STATE_PREPARED) {
120 if (mCurrentState == STATE_PREPARED) {
127 if (mCurrentState == STATE_PREPARED)
134 if (mCurrentState == STATE_PREPARED) {
142 if (mCurrentState < STATE_RESETTED) {
145 mCurrentState = STATE_RESETTED;
149 if (mCurrentState
[all...]
/frameworks/base/core/java/android/widget/
H A DVideoView.java68 // mCurrentState is a VideoView object's current state.
73 private int mCurrentState = STATE_IDLE; field in class:VideoView
180 mCurrentState = STATE_IDLE;
209 mCurrentState = STATE_IDLE;
245 mCurrentState = STATE_PREPARING;
249 mCurrentState = STATE_ERROR;
255 mCurrentState = STATE_ERROR;
294 mCurrentState = STATE_PREPARED;
357 mCurrentState = STATE_PLAYBACK_COMPLETED;
372 mCurrentState
[all...]
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestsExecutor.java103 private CurrentState mCurrentState = CurrentState.IDLE; field in class:LayoutTestsExecutor
163 if (mCurrentState == CurrentState.RENDERING_PAGE) {
432 assert mCurrentState == CurrentState.IDLE : "mCurrentState = " + mCurrentState.name();
449 mCurrentState = CurrentState.RENDERING_PAGE;
455 assert mCurrentState.isRunningState() : "mCurrentState = " + mCurrentState.name();
470 assert mCurrentState
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java172 private int mCurrentState; field in class:ScreenMagnifier
214 switch (mCurrentState) {
230 throw new IllegalStateException("Unknown state: " + mCurrentState);
249 mCurrentState = STATE_DETECTING;
350 Slog.i(LOG_TAG, "mCurrentState: STATE_DELEGATING");
353 Slog.i(LOG_TAG, "mCurrentState: STATE_DETECTING");
356 Slog.i(LOG_TAG, "mCurrentState: STATE_VIEWPORT_DRAGGING");
359 Slog.i(LOG_TAG, "mCurrentState: STATE_MAGNIFIED_INTERACTION");
366 mPreviousState = mCurrentState;
367 mCurrentState
[all...]
H A DTouchExplorer.java124 private int mCurrentState = STATE_TOUCH_EXPLORING; field in class:TouchExplorer
266 switch (mCurrentState) {
302 mCurrentState = STATE_TOUCH_EXPLORING;
320 Slog.d(LOG_TAG, getStateSymbolicName(mCurrentState));
325 switch(mCurrentState) {
339 throw new IllegalStateException("Illegal state: " + mCurrentState);
501 mCurrentState = STATE_GESTURE_DETECTING;
585 mCurrentState = STATE_DRAGGING;
592 mCurrentState = STATE_DELEGATING;
614 mCurrentState
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java1807 BackupState mCurrentState; field in class:BackupManagerService.PerformBackupTask
1832 mCurrentState = BackupState.INITIAL;
1842 switch (mCurrentState) {
2302 mCurrentState = nextState;
4147 private RestoreState mCurrentState; field in class:BackupManagerService.PerformRestoreTask
4172 mCurrentState = RestoreState.INITIAL;
4202 if (MORE_DEBUG) Slog.v(TAG, "*** Executing restore step: " + mCurrentState);
4203 switch (mCurrentState) {
4699 mCurrentState = nextState;

Completed in 6067 milliseconds