Home
last modified time | relevance | path

Searched refs:detached (Results 1 – 14 of 14) sorted by relevance

/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DViewBindingAdapter.java155 public static void setListener(View view, OnViewDetachedFromWindow detached) { in setListener() argument
156 setListener(view, detached, null); in setListener()
/frameworks/base/media/java/android/media/
DImageReader.java755 private void setDetached(boolean detached) { in setDetached() argument
757 mIsDetached.getAndSet(detached); in setDetached()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeaderView.java342 boolean detached = mExpanded; in updateSignalClusterDetachment()
343 if (detached != mSignalClusterDetached) { in updateSignalClusterDetachment()
344 if (detached) { in updateSignalClusterDetachment()
350 mSignalClusterDetached = detached; in updateSignalClusterDetachment()
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dhost.jd417 <p>When you are done communicating with a device or if the device was detached, close the {@link
420 {@link android.hardware.usb.UsbDeviceConnection#close() close()}. To listen for detached events,
438 application to only handle detached events while it is running. This way, detached events are
Daccessory.jd441 <p>When you are done communicating with an accessory or if the accessory was detached, close the
443 To listen for detached events, create a broadcast receiver like below:</p>
460 application to only handle detached events while it is running. This way, detached events are
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd76 detached, as well as standard interfaces, endpoints, and transfer modes
87 detached.</p>
466 <li>Getting callbacks when views are detached
470 callbacks when a View is attached or detached from its window. Use {@link
Dandroid-3.2.jd340 the Fragment has been explicitly detached from the UI.</li>
Dandroid-4.3.jd793 <p>Previously, if you wanted to listen for when your view attached/detached to the window or
/frameworks/base/docs/html/training/volley/
Drequest.jd69 the view is detached from the hierarchy.</li>
/frameworks/base/docs/html/tools/data-binding/
Dguide.jd1548 public static void setListener(View view, OnViewDetachedFromWindow detached) {
1549 setListener(view, detached, null);
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd302 <td>Called when the view is detached from its window.
Dsettings.jd487 the fragment is not yet attached, or was detached during the end of its lifecycle, {@link
/frameworks/base/docs/html/training/articles/
Dperf-jni.jd540 destructor function to avoid the "thread must be detached before
/frameworks/base/docs/html/guide/components/
Dfragments.jd700 attached to an activity. When the fragment is not yet attached, or was detached during the end of