HomeSort by relevance Sort by last modified time
    Searched defs:mCurrentState (Results 1 - 12 of 12) sorted by null

  /frameworks/rs/driver/
rsdShader.h 112 StateBasedKey *mCurrentState;
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
LayoutTestsExecutor.java 103 private CurrentState mCurrentState = CurrentState.IDLE;
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.isRunningState() : "mCurrentState = " + mCurrentState.name()
    [all...]
  /frameworks/av/include/media/
mediaplayer.h 254 media_player_states mCurrentState;
mediarecorder.h 246 media_recorder_states mCurrentState;
  /frameworks/native/services/surfaceflinger/
Layer.h 302 inline const State& currentState() const { return mCurrentState; }
303 inline State& currentState() { return mCurrentState; }
361 State mCurrentState;
SurfaceFlinger.h 403 State mCurrentState;
  /frameworks/base/core/java/android/webkit/
HTML5VideoView.java 65 protected static int mCurrentState = -1;
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 == STATE_PREPARED)
    [all...]
  /frameworks/base/core/java/android/widget/
VideoView.java 67 // mCurrentState is a VideoView object's current state.
72 private int mCurrentState = STATE_IDLE;
197 mCurrentState = STATE_IDLE;
226 mCurrentState = STATE_IDLE;
266 mCurrentState = STATE_PREPARING;
270 mCurrentState = STATE_ERROR;
276 mCurrentState = STATE_ERROR;
315 mCurrentState = STATE_PREPARED;
378 mCurrentState = STATE_PLAYBACK_COMPLETED;
393 mCurrentState = STATE_ERROR
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java 152 private int mCurrentState;
334 switch (mCurrentState) {
350 throw new IllegalStateException("Unknown state: " + mCurrentState);
369 mCurrentState = STATE_DETECTING;
470 Slog.i(LOG_TAG, "mCurrentState: STATE_DELEGATING");
473 Slog.i(LOG_TAG, "mCurrentState: STATE_DETECTING");
476 Slog.i(LOG_TAG, "mCurrentState: STATE_VIEWPORT_DRAGGING");
479 Slog.i(LOG_TAG, "mCurrentState: STATE_MAGNIFIED_INTERACTION");
486 mPreviousState = mCurrentState;
487 mCurrentState = state
    [all...]
TouchExplorer.java 124 private int mCurrentState = STATE_TOUCH_EXPLORING;
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 = STATE_DELEGATING
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 243 protected PageState mCurrentState;
342 mCurrentState = new PageState(mContext,
409 if (mCurrentState.mSecurityState == SecurityState.SECURITY_STATE_SECURE) {
413 mCurrentState.mSecurityState = SecurityState.SECURITY_STATE_MIXED;
663 mCurrentState.mUrl = view.getUrl();
664 if (mCurrentState.mUrl == null) {
665 mCurrentState.mUrl = "";
667 mCurrentState.mOriginalUrl = view.getOriginalUrl();
668 mCurrentState.mTitle = view.getTitle();
669 mCurrentState.mFavicon = view.getFavicon()
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]

Completed in 948 milliseconds