OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resumed
(Results
51 - 75
of
407
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/animation/
Animator.java
86
* animations can be
resumed
by calling {@link #resume()}.
398
* animation is {@link #pause() paused} or {@link #resume()
resumed
}.
412
* <p>Notifies that the animation was
resumed
, after being
415
* @param animation The animation being
resumed
.
/frameworks/base/docs/html/training/basics/activity-lifecycle/
index.jd
66
<dd>Learn what happens when your activity is paused (partially obscured) and
resumed
and what you
pausing.jd
115
leading up to the
Resumed
state.</p>
128
activity enters the
Resumed
state (such as begin animations and initialize components only used
/packages/apps/Contacts/src/com/android/contacts/
NfcHandler.java
39
* enabled when the activity is in the foreground and
resumed
.
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h
47
// KIND_RESUMED: A
resumed
suggestion (comes from a span, currently this type is used only
/packages/providers/DownloadProvider/ui/res/values-en-rGB/
strings.xml
37
<string name="dialog_cannot_resume" msgid="8664509751358983543">"Download was interrupted and can\'t be
resumed
."</string>
/packages/providers/DownloadProvider/ui/res/values-en-rIN/
strings.xml
37
<string name="dialog_cannot_resume" msgid="8664509751358983543">"Download was interrupted and can\'t be
resumed
."</string>
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
CtsTestTest.java
129
* Test a
resumed
run
139
// now expect test to be
resumed
/external/kernel-headers/original/linux/
dm-ioctl.h
53
* the device is
resumed
.
58
* is
resumed
.
/external/chromium_org/chrome/browser/download/
download_target_determiner.cc
168
// The download is being
resumed
and the user has already been prompted for
202
// If this is a
resumed
download which was previously interrupted due to an
584
// If this is a
resumed
download, then re-use the existing intermediate path
585
// if one is available. A
resumed
download shouldn't cause a non-dangerous
660
// For
resumed
downloads, if the target disposition or prefs require
/frameworks/base/services/java/com/android/server/am/
ActivityRecord.java
123
boolean delayedResume; // not yet
resumed
because of stopped app switches?
636
// it is currently the top
resumed
activity... however, if the
641
if ((state == ActivityState.
RESUMED
|| (service.mSleeping
[
all
...]
/development/samples/SpinnerTest/src/com/android/example/spinner/test/
SpinnerActivityTest.java
35
* state after the app is hidden (paused) and re-displayed (
resumed
)
281
* paused and then
resumed
.
/external/chromium_org/third_party/tlslite/tlslite/
TLSRecordLayer.py
72
@type
resumed
: bool
73
@ivar
resumed
: If this connection is based on a
resumed
session.
147
#Is this a
resumed
(or shared-key) session?
148
self.
resumed
= False #read-only
[
all
...]
/external/strace/
strace-graph
66
if (s/^<... \S+
resumed
> //) {
68
print STDERR "$0: $ARGV: cannot find start of
resumed
call on line $.";
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dm-ioctl.h
53
* the device is
resumed
.
58
* is
resumed
.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dm-ioctl.h
53
* the device is
resumed
.
58
* is
resumed
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dm-ioctl.h
53
* the device is
resumed
.
58
* is
resumed
.
/frameworks/base/core/java/android/nfc/
NfcAdapter.java
699
* specified activity(s) are in
resumed
(foreground) state. The recommended
779
* specified activity(s) are in
resumed
(foreground) state. The recommended
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java
100
// enable our sensor when the activity is
resumed
, ask for
/external/chromium/chrome/browser/renderer_host/
safe_browsing_resource_handler.h
41
//
resumed
.
/external/chromium/net/http/
http_transaction.h
71
// can be
resumed
with RestartWithAuth(L"", L"", callback) to resume
/external/chromium_org/cc/animation/
animation.h
165
// ignores all run state changes until it is
resumed
. This is used for testing
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/invalidation/
InvalidationController.java
130
} else if (newState == ActivityStatus.
RESUMED
) {
/external/chromium_org/chrome/browser/net/
dns_probe_browsertest.cc
117
// callback if destroyed without being
resumed
. Resume can be called either
135
// without being
resumed
.
235
// All delayed requests should have been
resumed
or cancelled by this point.
277
// wait for delayed requests that have been
resumed
.
[
all
...]
/external/chromium_org/content/test/
test_web_contents.cc
129
// notifying that it has unloaded so the pending RVH is
resumed
and can
Completed in 1534 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>