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;
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.isRunningState() : "mCurrentState = " + mCurrentState.name()
    [all...]
  /frameworks/av/include/media/
mediaplayer.h 249 media_player_states mCurrentState;
mediarecorder.h 245 media_recorder_states mCurrentState;
  /frameworks/native/services/surfaceflinger/
LayerBase.h 236 inline const State& currentState() const { return mCurrentState; }
237 inline State& currentState() { return mCurrentState; }
277 State mCurrentState;
SurfaceFlinger.h 368 State mCurrentState;
  /frameworks/base/core/java/android/webkit/
HTML5VideoView.java 52 protected static int mCurrentState = -1;
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 == STATE_PREPARED)
    [all...]
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 84 private State mCurrentState;
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);
VideoView.java 67 // mCurrentState is a VideoView object's current state.
72 private int mCurrentState = STATE_IDLE;
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 = STATE_ERROR
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java 128 private int mCurrentState = STATE_TOUCH_EXPLORING;
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 = STATE_DELEGATING
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 241 protected PageState mCurrentState;
340 mCurrentState = new PageState(mContext,
406 if (mCurrentState.mSecurityState == SecurityState.SECURITY_STATE_SECURE) {
410 mCurrentState.mSecurityState = SecurityState.SECURITY_STATE_MIXED;
660 mCurrentState.mUrl = view.getUrl();
661 if (mCurrentState.mUrl == null) {
662 mCurrentState.mUrl = "";
664 mCurrentState.mOriginalUrl = view.getOriginalUrl();
665 mCurrentState.mTitle = view.getTitle();
666 mCurrentState.mFavicon = view.getFavicon()
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]

Completed in 318 milliseconds