Home
last modified time | relevance | path

Searched refs:starts (Results 1 – 25 of 137) sorted by relevance

123456

/frameworks/base/sax/tests/saxtests/src/android/sax/
DSafeSaxTest.java55 int starts = 0; field in SafeSaxTest.ElementCounter
59 starts++; in start()
68 int starts = 0; field in SafeSaxTest.TextElementCounter
72 starts++; in start()
105 assertEquals(1, rootCounter.starts); in testListener()
107 assertEquals(2, entryCounter.starts); in testListener()
109 assertEquals(2, idCounter.starts); in testListener()
/frameworks/base/core/java/android/text/method/
DPasswordTransformationMethod.java193 int[] starts = null, ends = null; in getChars() local
203 starts = new int[nvisible]; in getChars()
208 starts[i] = sp.getSpanStart(visible[i]); in getChars()
219 if (i >= starts[a] && i < ends[a]) { in getChars()
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags65 # Note: New tag range starts here since 2753+ have been used below.
135 # SystemServer.run() starts:
142 # Package Manager starts:
144 # Package Manager .apk scan starts:
146 # Package Manager .apk scan starts:
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dindex.jd42 activity starts for the first time, it comes to the foreground of the system and receives user
45 action that starts another activity or switches to another app, the system calls another set of
/frameworks/base/docs/html/training/notify-user/
Dnavigation.jd66 To set up a {@link android.app.PendingIntent} that starts a direct entry
92 Create a back stack based on the {@link android.content.Intent} that starts the
174 Create an {@link android.content.Intent} that starts the
/frameworks/base/docs/html/guide/components/
Dtasks-and-back-stack.jd51 is to send an email, so an email application's "compose" activity starts (if multiple activities
88 <p>When the current activity starts another, the new activity is pushed on the top of the stack and
131 starts a new application from the application launcher. When the Home screen appears, Task A goes
132 into the background. When the new application starts, the system starts a task for that application
163 <li>When Activity A starts Activity B, Activity A is stopped, but the system retains its state
195 <p>When the system stops one of your activities (such as when a new activity starts or the task
276 should associate with tasks when it starts.</li>
283 <p>As such, if Activity A starts Activity B, Activity B can define in its manifest how it
343 <p class="note"><strong>Note:</strong> Although the activity starts in a new task, the
357 task as your application. Instead, either a new task starts for the Browser or, if the Browser
[all …]
Dintents-filters.jd80 broadcasts for system events, such as when the system boots up or the device starts charging.
110 starts the app component specified in the {@link android.content.Intent} object.</p>
119 starts the matching activity (<em>Activity B</em>) by invoking its {@link
127 device. If the intent matches an intent filter, the system starts that component and delivers it
142 and the user cannot see which service starts. Beginning with Android 5.0 (API level 21), the system
174 will respond to the intent, and the user cannot see which service starts.</p>
343 this intent explicitly starts the {@code DownloadService} class in the app.</p>
469 to view an image, and another filter to edit an image. When the activity starts,
672 {@link android.content.Intent} that starts an {@link android.app.Activity}.</li>
674 {@link android.content.Intent} that starts a {@link android.app.Service}.</li>
[all …]
Dactivities.jd57 activity starts, the previous activity is stopped, but the system preserves the activity
58 in a stack (the "back stack"). When a new activity starts, it is pushed onto the back stack and
65 <p>When an activity is stopped because a new activity starts, it is notified of this change in state
238 using the class name. For example, here's how one activity starts another activity named {@code
266 email composition form. In this situation, the email application's activity starts and when the
443 when a new activity starts and this one is no longer visible. Between these two methods, you can
523 <td>Called just before the activity starts
736 <p>When one activity starts another, they both experience lifecycle transitions. The first activity
745 A starts Acivity B: </p>
/frameworks/base/docs/html/ndk/guides/
Dindex.jd18 <p>This guide gives you the information you need to get up and running with the NDK. It starts by
/frameworks/base/docs/html/training/multiple-threads/
Drun-code.jd40 task starts, but then discovers that its work isn't necessary. Rather than wasting processor
71 When {@link java.util.concurrent.ThreadPoolExecutor} starts a {@link java.lang.Runnable} on a
/frameworks/base/docs/html/training/keyboard-input/
Dvisibility.jd37 when the activity starts, it does not show the input method. This behavior is appropriate because
42 <p>To show the input method when your activity starts, add the <a
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd282 back stack. In general, when a user starts a new activity, it is added
314 "Interrupting the Task"), all activities the user starts are
317 application or in different ones. That is, a task that starts out in
325 The activity that starts a task is called the <em>root activity</em>.
363 User deciding to perform another task – user just presses Home and starts an application
372 address in an email starts the Maps activity as a new task, and
373 choosing a link in an email starts the Browser activity as a new
421 following figure, the user starts email by touching the Email icon in
467 destroyed when <em>Back</em> is pressed. When the user starts playing music in
483 When activity A starts activity B in a different application, activity
[all …]
/frameworks/base/docs/html/training/wearables/ui/
Dconfirm.jd49 starts the timer. The user has the option to cancel the action until the timer finishes. Your app
134 that starts
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd155 {@link android.content.Intent} that starts
216 // Adds the Intent that starts the Activity to the top of the stack
294 provide a control that stops and starts media playback, first implement this
309 that starts when users click the notification.
448 To set up a {@link android.app.PendingIntent} that starts a direct entry
503 Create a back stack based on the {@link android.content.Intent} that starts the
518 starts the {@link android.app.Activity}. This method also adds flags that start the
524 doesn't add the {@link android.content.Intent} that starts the
529 Add the {@link android.content.Intent} that starts the {@link android.app.Activity}
637 Create an {@link android.content.Intent} that starts the
/frameworks/base/docs/html/training/implementing-navigation/
Dtemporal.jd66 starts the activity in its own task, it's necessary for you to synthesize a new
137 that starts an activity and inserts a new back stack into the target task:</p>
159 So when the {@code DetailsActivity} starts, pressing <em>Back</em>
/frameworks/base/docs/html/guide/topics/resources/
Danimation-resource.jd162 <em>float, int, or color</em>. The value where the animated property starts. If not
163 …specified, the animation starts at the value obtained by the property's get method. Colors are rep…
237 … or color</em>. <strong>Required</strong>. The value where the animation starts. Colors are repres…
689 <dd>The rate of change starts and ends slowly but accelerates through the
692 <dd>The rate of change starts out slowly, then accelerates.
700 <dd>The change starts backward then flings forward.
708 <dd>The change starts backward, flings forward and overshoots the target value, then
731 <dd>The rate of change starts out quickly, then decelerates.
/frameworks/base/core/java/android/os/
DBatteryStats.java3265 final int starts = ps.getStarts(which); in dumpCheckinLocked() local
3270 || starts != 0 || numAnrs != 0 || numCrashes != 0) { in dumpCheckinLocked()
3272 systemMillis, foregroundMillis, starts, numAnrs, numCrashes); in dumpCheckinLocked()
3292 final int starts = ss.getStarts(which); in dumpCheckinLocked() local
3294 if (startTime != 0 || starts != 0 || launches != 0) { in dumpCheckinLocked()
3300 starts, in dumpCheckinLocked()
4439 int starts; in dumpLocked() local
4445 starts = ps.getStarts(which); in dumpLocked()
4451 if (userTime != 0 || systemTime != 0 || foregroundTime != 0 || starts != 0 in dumpLocked()
4460 if (starts != 0 || numCrashes != 0 || numAnrs != 0) { in dumpLocked()
[all …]
/frameworks/base/docs/html/training/managing-audio/
Daudio-focus.jd38 <p>Before your app starts playing audio it should request&mdash;and receive&mdash;the audio focus.
45 <p>Before your app starts playing any audio, it should hold the audio focus for the stream
/frameworks/base/docs/html/training/basics/intents/
Dsending.jd33 using an {@link android.content.Intent}. The Android system then starts an app that's able to show
165 starts in case you need to disable the feature that uses the intent before the user attempts to use
184 intent, the system immediately starts it.</p>
/frameworks/base/docs/html/work/
Dmanaged-configurations.jd195 configurations are when your app starts or resumes, and listen for a
207 <li>When the app starts or resumes, in its
251 starts or resumes, and cache the fetched managed configurations bundle. Then listen
/frameworks/base/docs/html/guide/topics/manifest/
Dinstrumentation-element.jd32 off &mdash; "{@code true}" if it determines when profiling starts and
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd322 <td>An interpolator whose rate of change starts and ends slowly but accelerates
329 <td>An interpolator whose rate of change starts out slowly and then
336 <td>An interpolator whose change starts backward then flings forward.</td>
342 <td>An interpolator whose change starts backward, flings forward and overshoots
361 <td>An interpolator whose rate of change starts out quickly and and then
399 <p>In this code, the {@link android.animation.ValueAnimator} starts calculating the values of the
410 <p>In this code, the {@link android.animation.ValueAnimator} starts calculating the values of the
494 <p>In many cases, you want to play an animation that depends on when another animation starts or
543 - Called when the animation starts.</li>
/frameworks/base/docs/html/guide/topics/search/
Dsearch-dialog.jd66 a search from any activity where the search dialog or widget is available, and the system starts the
115 {@link android.content.Intent} and stores the user query in it. The system then starts the activity
201 <p>When the user executes a search in the search dialog or widget, the system starts your
279 <p>When a user executes a search from the search dialog or widget, the system starts your
283 this intent when the activity starts and extract the string. For example, here's how you can get the
284 search query when your searchable activity starts:</p>
441 When the user executes the search, the system starts {@code SearchableActivity} and delivers it
483 user starts typing on the keyboard&mdash;the keystrokes are inserted into the search dialog. You can
668 <p>The search widget provides the same functionality as the search dialog. It starts the appropriate
/frameworks/base/docs/html/distribute/stories/games/
Dnoodlecake-super-stickman.jd47 game immediately. And to minimize drop-off asynchronous gameplay starts
/frameworks/base/docs/html/training/performance/battery/network/
Daction-server-traffic.jd21 This approach can waste network connection and power when your app starts up a device's radio,

123456