Searched refs:finishes (Results 1 – 25 of 39) sorted by relevance
12
/frameworks/base/docs/html/training/wearables/ui/ |
D | confirm.jd | 49 starts the timer. The user has the option to cancel the action until the timer finishes. Your app 84 <p>To be notified when the timer finishes or when users tap on it, implement the corresponding 177 finishes and your activity resumes.</p>
|
/frameworks/base/docs/html/training/scheduling/ |
D | index.jd | 40 to keep running until a critical operation finishes.</p>
|
D | alarms.jd | 323 finishes booting (this only works if the app has already been launched by the user at least once):
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | information.jd | 145 <p>When the task finishes retrieving data, your code invokes a callback method. The following 201 <p>When the task that retrieves your data finishes, call the 209 invoke when it finishes retrieving calendar data:</p>
|
/frameworks/base/docs/html/training/swipe/ |
D | index.jd | 64 … SwipeRefreshLayout widget displays a progress indicator until your app finishes updating its data…
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | process-bitmap.jd | 93 is still around when the task finishes, so you must also check the reference in {@link 96 configuration change happens before the task finishes.</p>
|
/frameworks/base/docs/html/training/load-data-background/ |
D | handle-results.jd | 118 finishes, {@link android.support.v4.content.CursorLoader} re-runs its query.
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | visibility.jd | 84 hides the input method when the user finishes the task in the text field or the user can hide
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | recreating.jd | 37 <p>When your activity is destroyed because the user presses <em>Back</em> or the activity finishes
|
D | starting.jd | 224 <p>Once the {@link android.app.Activity#onCreate onCreate()} finishes execution, the system
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | ancestral.jd | 133 navigateUpFromSameTask()}. When you call this method, it finishes the current activity and
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | creating-project.jd | 123 <dd>A tab for this file appears in Android Studio when the New Project workflow finishes. When you
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | connecting.jd | 105 page content. When it finishes, it passes back a result string.</li>
|
D | xml.jd | 435 the feed. When it finishes, it passes back a result string.</li>
|
/frameworks/base/docs/html/guide/components/ |
D | recents.jd | 190 finishes. You can override this behavior with the {@link android.app.ActivityManager.AppTask} class,
|
/frameworks/base/docs/html/preview/features/ |
D | background-optimization.jd | 255 android.app.job.JobService} finishes handling the most recent callback.
|
D | key-attestation.jd | 781 device finishes booting. For more information about this feature, see the
|
/frameworks/base/docs/html/google/play/billing/ |
D | api.jd | 154 <li>When the checkout flow finishes (that is, the user successfully
|
/frameworks/base/docs/html/training/beam-files/ |
D | receive-files.jd | 44 When Android Beam file transfer finishes copying files to the receiving device, it posts a
|
/frameworks/base/docs/html/training/articles/ |
D | security-gms-provider.jd | 195 freezing until the operation finishes. Instead, you should use the asynchronous
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | modify-data.jd | 169 finishes editing and saves the edits, the contacts app displays a contact list. When the user
|
/frameworks/base/docs/html/design/wear/ |
D | structure.jd | 167 <li>A short game can exit when the game finishes.</li>
|
/frameworks/base/docs/html/training/tv/games/ |
D | index.jd | 52 word or card game, one player at a time might view the display. When the player finishes a move,
|
/frameworks/base/docs/html/guide/topics/appwidgets/ |
D | host.jd | 134 <p>When the system activity finishes, it returns a result with the user's chosen
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityStackSupervisor.java | 1592 ArrayList<ActivityRecord> finishes = null; in activityIdleInternalLocked() local 1648 finishes = new ArrayList<>(mFinishingActivities); in activityIdleInternalLocked() 1674 r = finishes.get(i); in activityIdleInternalLocked()
|
12