Home
last modified time | relevance | path

Searched refs:destroyed (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/libs/hwui/
DResourceCache.h41 ResourceReference() { refCount = 0; recycled = false; destroyed = false;} in ResourceReference()
43 refCount = 0; recycled = false; destroyed = false; resourceType = type; in ResourceReference()
48 bool destroyed; variable
DResourceCache.cpp35 i, ref->refCount, ref->recycled, ref->destroyed, ref->resourceType); in logCache()
141 ref->destroyed = true; in destructor()
158 ref->destroyed = true; in destructor()
172 ref->destroyed = true; in destructor()
186 ref->destroyed = true; in destructor()
200 if (ref->destroyed) { in deleteResourceReference()
/frameworks/base/services/java/com/android/server/am/
DEventLogTags.logtags50 # An activity is being destroyed:
67 # A service is being destroyed
/frameworks/base/docs/html/guide/topics/fundamentals/
Dactivities.jd66 is popped from the stack (and destroyed) and the previous activity resumes. (The back stack is
91 the activity is being created, stopped, resumed, or destroyed. The two most important callback
103 activity (though it does not always mean the activity is being destroyed). This is usually where you
110 to be stopped and even destroyed. All of the lifecycle callback methods are discussed later, in
423 // The activity is about to be destroyed.
553 may happen because it is being destroyed, or because another activity
565 <td>Called before the activity is destroyed. This is the final call
622 remains intact (left), or the activity is destroyed, then recreated and the activity must restore
627 android.app.Activity} object is destroyed, so the system cannot simply resume it with its state
630 that the system destroyed the activity and recreated it and, thus, probably
[all …]
Dservices.jd81 can run in the background indefinitely, even if the component that started it is destroyed. Usually,
91 but when all of them unbind, the service is destroyed.</dd>
165 <dd>The system calls this method when the service is no longer used and is being destroyed.
281 the component that started it is destroyed. As such, the service should stop itself when its job
296 destroyed.</p>
724 that you pay close attention to how your service is created and destroyed, because a service
727 <p>The service lifecycle&mdash;from when it's created to when it's destroyed&mdash;can follow two
806 // The service is no longer used and is being destroyed
Dtasks-and-back-stack.jd96 key, the current activity is popped from the top of the stack (the activity is destroyed) and the
107 destroyed and the previous activity resumes.</p>
169 destroyed. The previous activity in the stack is resumed. When an activity is destroyed, the system
180 the state of your activities using callback methods, in case the activity is destroyed and must
396 destroyed and this intent is delivered to the resumed instance of the activity (now on top),
Dbound-services.jd13 <li>A bound service is destroyed once all clients unbind, unless the service was also started</li>
547 <p>When your client is destroyed, it will unbind from the service, but you should always unbind
625 two of those activities, the service may be destroyed and recreated as the current activity unbinds
Dprocesses-and-threads.jd69 components running in the process that's killed are consequently destroyed. A process is started
367 when the activity is destroyed, see the source code for the <a
Dfragments.jd74 fragments in it, and when the activity is destroyed, so are all fragments. However, while an
175 fragment (though it does not always mean the fragment is being destroyed). This is usually where you
484 destroyed when the transaction is committed and the user cannot navigate back to it. Whereas, if you
/frameworks/base/docs/html/resources/articles/
Dfaster-screen-orientation-change.jd50 destroyed and recreated. </p>
110 // The activity was destroyed/created automatically, populate the grid
Davoiding-memory-leaks.jd83 drawables' callbacks to null when the activity is destroyed. Interestingly
Dpainless-threading.jd139 …ks across configuration changes and how to cancel them properly when the activity is destroyed.</p>
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd47 process may have been destroyed. To learn how you can restore your activity state, read about the <a
248 destroyed before the user returns to it.</p>
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd403 destroyed. Starting Email again from its icon would simply bring the
426 destroyed when BACK is pressed. When the user starts playing music in
429 destroyed, and continues playing music, even though its activity is no
/frameworks/base/docs/html/guide/topics/testing/
Dactivity_testing.jd195 activity to be destroyed, so you should test that accidental device movements don't
/frameworks/base/docs/html/guide/basics/
Dappmodel.jd169 be destroyed and a new instance started.</p>
/frameworks/base/docs/html/guide/topics/ui/
Dmenus.jd283 android.view.Menu} you define in this method until your activity is destroyed. If you want to change
572 application is destroyed. If you have application settings that you would like to save for the user,
Dactionbar.jd242 current task, then all activities on top of it are destroyed and it is brought to the front.
/frameworks/base/docs/html/guide/topics/graphics/
D2d-graphics.jd150 …out the underlying {@link android.view.Surface}, such as when it is created, changed, or destroyed.
/frameworks/base/docs/html/guide/topics/
Dfundamentals.jd109 and has a distinct lifecycle that defines how the component is created and destroyed.</p>
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd458 // underlying surface is created and destroyed.
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd315 activity is ignored. The activity is not re-parented, but destroyed.
/frameworks/base/docs/html/resources/tutorials/testing/
Dactivity_test.jd434 even if it's interrupted by a phone call or destroyed because of memory constraints.
/frameworks/base/docs/html/guide/publishing/
Dlicensing.jd1563 {@link android.content.Context} is destroyed. If your application does not