HomeSort by relevance Sort by last modified time
    Searched full:paused (Results 1 - 25 of 578) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/inspector/
forzen-ui-while-paused.html 3 var timeout = setTimeout(function() { alert("This should not happen. If you do see this alert, then timers on the page are firing while paused!") }, 0);
10 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=20042">Bug 20042: UI frozen when the debugger is paused</a>.</p>
11 <p>Open the inspector and start debugging in the Scripts panel. While paused, try to open the Console. The Console should animate open fully.</p>
debugger-pause-during-load.html 4 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19053">Bug 19053: Source code not visible when script is paused before onload fires</a>.</p>
debugger-execution-while-paused.html 13 <p>To test, open the Inspector and start a debugging session. Set a break point inside the stepOne() function. Now click the Step One button in the page. The breakpoint should be hit. While paused at the breakpoint click on the Step Two button. You should not see an alert dialog.</p>
  /frameworks/base/core/java/android/app/
OnActivityPausedListener.java 20 * A listener that is called when an Activity is paused. Since this is tracked client side
28 * Called when the given activity is paused.
  /external/webkit/Source/WebCore/bindings/js/
PageScriptDebugServer.cpp 154 void PageScriptDebugServer::setJavaScriptPaused(const PageGroup& pageGroup, bool paused)
156 setMainThreadCallbacksPaused(paused);
162 setJavaScriptPaused(*it, paused);
165 void PageScriptDebugServer::setJavaScriptPaused(Page* page, bool paused)
169 page->setDefersLoading(paused);
172 setJavaScriptPaused(frame, paused);
175 void PageScriptDebugServer::setJavaScriptPaused(Frame* frame, bool paused)
182 frame->script()->setPaused(paused);
185 if (paused) {
193 setJavaScriptPaused(frame->view(), paused);
    [all...]
PageScriptDebugServer.h 68 void setJavaScriptPaused(const PageGroup&, bool paused);
69 void setJavaScriptPaused(Page*, bool paused);
70 void setJavaScriptPaused(Frame*, bool paused);
71 void setJavaScriptPaused(FrameView*, bool paused);
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementExclusiveTimeContainer.java 35 * paused elements (the paused stack) at a given point in time.
36 * @return All paused elements at the current time.
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
pausing.jd 42 activity is still partially visible but currently not the activity in focus, it remains paused.</p>
47 <p>As your activity enters the paused state, the system calls the {@link
49 you to stop ongoing actions that should not continue while paused (such as a video) or persist
51 the user returns to your activity from the paused state, the system resumes it and calls the
55 android.app.Activity#onPause()}, it may be an indication that the activity will be paused for a
59 <img src="{@docRoot}images/training/basics/basic-lifecycle-paused.png" />
62 waits in the Paused state (1). If the user returns to the activity while it's still paused, the
78 GPS), or any resources that may affect battery life while your activity is paused and the user
90 // Release the Camera because we don't need it when paused
    [all...]
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-execution-while-paused.html 14 Now click the Step One button in the page. The breakpoint should be hit. While paused at the breakpoint
  /external/webkit/Source/WebCore/manual-tests/
js-timers-beneath-modal-dialog.html 1 <p>JS timers should be paused while a modal dialog (or alert) is displayed.</p>
debugger-caught-uncaught-exceptions.html 31 the button, and see which exceptions are paused on. Then press the pause on exceptions button again to only
32 pause on uncaught exceptions, and see which exceptions are paused on.</p>
  /frameworks/av/media/libstagefright/timedtext/
TimedTextDriver.cpp 85 case PAUSED:
103 mState = PAUSED;
107 case PAUSED:
122 case PAUSED:
154 case PAUSED:
172 mState = PAUSED;
174 case PAUSED:
  /development/samples/Snake/res/values/
strings.xml 20 <string name="mode_pause">Paused\nPress Up To Resume</string>
  /development/samples/Snake/res/values-nonav/
strings.xml 20 <string name="mode_pause">Paused\nTouch Screen To Resume</string>
  /packages/apps/Email/res/values-en-rGB/
uploader.xml 10 <string name="summary_title_paused" msgid="8936561302881926595">"Paused"</string>
48 <string name="pause_state_manually_paused" msgid="4837627990158796573">"manually paused"</string>
49 <string name="pause_state_low_battery" msgid="3154677586511229063">"paused - low battery"</string>
50 <string name="pause_state_need_charger" msgid="5014741655713255815">"paused - delayed until charging"</string>
51 <string name="pause_state_need_connectivity" msgid="338696137467815955">"paused - waiting for connection"</string>
52 <string name="pause_state_need_photos_quota" msgid="4026149712680343993">"paused - out of PWA quota"</string>
53 <string name="pause_state_need_wifi" msgid="231858819136516913">"paused - waiting for Wi-Fi"</string>
54 <string name="pause_state_roaming" msgid="1811348200068311099">"paused - roaming"</string>
81 <string name="notify_paused" msgid="3999817913227671338">"Uploads paused"</string>
114 <string name="pause_state_need_media" msgid="3849758767808306320">"paused - SD card unavailable"</string
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
PlayState.java 43 /**The animatable has been paused*/
44 Paused,
  /external/webkit/Source/WebCore/manual-tests/animation/
transitions-and-paused-animations.html 7 <title>Transitions and paused animations</title>
32 -webkit-animation-play-state: paused;
  /external/chromium-trace/trace-viewer/src/
timeline_stream_importer_test.html 96 assertFalse(importer.paused);
131 assertFalse(importer.paused);
145 assertTrue(importer.paused);
155 assertFalse(importer.paused);
162 assertFalse(importer.paused);
234 assertFalse(importer.paused);
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.h 75 AnimationStatePausedWaitResponse, // animation paused when in STARTING state
76 AnimationStatePausedRun, // animation paused when in LOOPING or ENDING state
92 AnimationStateInputPlayStateRunning, // play state paused -> running
93 AnimationStateInputPlayStatePaused, // play state running -> paused
106 // Called to change to or from paused state
119 bool paused() const { return m_pauseTime >= 0; } function in class:WebCore::AnimationBase
205 // timeOffset is the time at which the animation is being paused.
  /packages/apps/Email/res/values/
uploader.xml 20 <string name="summary_title_paused">Paused</string>
28 <!-- Summary screen: subtitle for when the app is paused due to low battery -->
31 <!-- Summary screen: subtitle for when the app is paused due out of photos quota condition -->
34 <!-- Summary screen: subtitle for when the app is paused due to Data Roaming -->
37 <!-- Summary screen: subtitle for when the app is paused due to needing WiFi for this item -->
40 <!-- Summary screen: subtitle for when the app is paused due to needing the charger -->
43 <!-- Summary screen: subtitle for when the app is paused due to needing a data connection -->
46 <!-- Summary screen: subtitle for when the app is paused due to needing a data connection -->
116 <string name="pause_state_manually_paused">manually paused</string>
118 <string name="pause_state_low_battery">paused - low battery</string
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputWindowHandle.cpp 50 jfieldID paused; member in struct:android::__anon18348
145 mInfo->paused = env->GetBooleanField(obj,
146 gInputWindowHandleClassInfo.paused);
283 GET_FIELD_ID(gInputWindowHandleClassInfo.paused, clazz,
284 "paused", "Z");
  /docs/source.android.com/src/tech/input/
dumpsys.md 317 FocusedWindow: name='Window{41908458 Keyguard paused=false}'
324 0: name='Window{41bd5b18 NavigationBar paused=false}', paused=false, hasFocus=false, hasWallpaper=false, visible=true, canReceiveKeys=false, flags=0x05800068, type=0x000007e3, layer=181000, frame=[0,1184][720,1280], scale=1.000000, touchableRegion=[0,1184][720,1280], inputFeatures=0x00000000, ownerPid=306, ownerUid=1000, dispatchingTimeout=5000.000ms
325 1: name='Window{41a19770 RecentsPanel paused=false}', paused=false, hasFocus=false, hasWallpaper=false, visible=false, canReceiveKeys=false, flags=0x01820100, type=0x000007de, layer=151000, frame=[0,0][720,1184], scale=1.000000, touchableRegion=[0,0][720,1184], inputFeatures=0x00000000, ownerPid=306, ownerUid=1000, dispatchingTimeout=5000.000ms
326 2: name='Window{41a78768 StatusBar paused=false}', paused=false, hasFocus=false, hasWallpaper=false, visible=true, canReceiveKeys=false, flags=0x00800048, type=0x000007d0, layer=141000, frame=[0,0][720,50], scale=1.000000, touchableRegion=[0,0][720,50], inputFeatures=0x00000000, ownerPid=306, ownerUid=1000, dispatchingTimeout=5000.000ms
327 3: name='Window{41877570 StatusBarExpanded paused=false}', paused=false, hasFocus=false, hasWallpaper=false, visible=true, canReceiveKeys=false, flags=0x01811328, type=0x000007e1, layer=131005, frame=[0,-1184][720,-114], scale=1.000000, touchableRegion=[0,-1184][720,-114], inputFeatures=0x00000000, ownerPid=306, ownerUid=1000, dispatchingTimeout=5000.000ms
328 4: name='Window{41bedf20 TrackingView paused=false}', paused=false, hasFocus=false, hasWallpaper=false, visible=false, canReceiveKeys=false, fl (…)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SaveRestoreState.java 33 * <p>In general, any activity that has been paused may be stopped by the system
35 * To handle this, before being paused the
37 * an activity is paused, allowing it to supply its current state. If that
  /development/samples/ApiDemos/src/com/example/android/apis/view/
VideoPlayerActivity.java 128 // When we become visible or invisible, play is paused.
147 void setPlayPaused(boolean paused) {
148 mPaused = paused;
149 mPlayButton.setText(paused ? R.string.play : R.string.pause);
150 setKeepScreenOn(!paused);
169 // If the menus are open or play is paused, we will not auto-hide.
  /external/webkit/Source/WebCore/page/
WebKitAnimation.cpp 72 bool WebKitAnimation::paused() const function in class:WebCore::WebKitAnimation
74 return m_keyframeAnimation->paused();

Completed in 3169 milliseconds

1 2 3 4 5 6 7 8 91011>>