HomeSort by relevance Sort by last modified time
    Searched refs:ENDED (Results 1 - 5 of 5) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CommonControllerOverlay.java 48 ENDED,
160 mState = State.ENDED;
216 if (mState == State.ENDED) {
321 !(mState == State.ENDED && !mCanReplay))
TrimControllerOverlay.java 94 // The special thing here is that the State.ENDED include both cases of
100 } else if (mState == State.ENDED) {
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 69 private static final int ENDED = 201;
255 // its playback ended.
320 // The video ended by itself, so we need to
324 sendMessage(obtainMessage(ENDED, 1, 0));
335 Message msg = Message.obtain(mWebCoreHandler, ENDED);
400 case ENDED:
627 case ENDED:
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 123 // Amount of time (in msec) that we display the "Call ended" state.
124 // The "short" value is for calls ended by the local user, and the
125 // "long" value is for calls ended by the remote caller.
647 // (The DISCONNECTED state is used only to drive the "call ended"
    [all...]
OtaUtils.java     [all...]

Completed in 246 milliseconds