Searched refs:detached (Results 1 – 14 of 14) sorted by relevance
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
D | ViewBindingAdapter.java | 155 public static void setListener(View view, OnViewDetachedFromWindow detached) { in setListener() argument 156 setListener(view, detached, null); in setListener()
|
/frameworks/base/media/java/android/media/ |
D | ImageReader.java | 755 private void setDetached(boolean detached) { in setDetached() argument 757 mIsDetached.getAndSet(detached); in setDetached()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarHeaderView.java | 342 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/ |
D | host.jd | 417 <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
|
D | accessory.jd | 441 <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/ |
D | android-3.1.jd | 76 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
|
D | android-3.2.jd | 340 the Fragment has been explicitly detached from the UI.</li>
|
D | android-4.3.jd | 793 <p>Previously, if you wanted to listen for when your view attached/detached to the window or
|
/frameworks/base/docs/html/training/volley/ |
D | request.jd | 69 the view is detached from the hierarchy.</li>
|
/frameworks/base/docs/html/tools/data-binding/ |
D | guide.jd | 1548 public static void setListener(View view, OnViewDetachedFromWindow detached) { 1549 setListener(view, detached, null);
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 302 <td>Called when the view is detached from its window.
|
D | settings.jd | 487 the fragment is not yet attached, or was detached during the end of its lifecycle, {@link
|
/frameworks/base/docs/html/training/articles/ |
D | perf-jni.jd | 540 destructor function to avoid the "thread must be detached before
|
/frameworks/base/docs/html/guide/components/ |
D | fragments.jd | 700 attached to an activity. When the fragment is not yet attached, or was detached during the end of
|