Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 25 of 178) sorted by relevance

12345678

/frameworks/base/core/tests/coretests/src/android/view/
DViewAttachView.java33 private boolean attached; field in ViewAttachView
58 if (attached) { in onAttachedToWindow()
61 attached = true; in onAttachedToWindow()
68 if (!attached) { in onDetachedFromWindow()
72 attached = false; in onDetachedFromWindow()
/frameworks/native/opengl/tests/testViewport/
DREADME3 build, install and run the attached test program TestViewport.apk
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DViewBindingAdapter.java150 public static void setListener(View view, OnViewAttachedToWindow attached) { in setListener() argument
151 setListener(view, null, attached); in setListener()
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java881 public void layoutWindowLw(WindowState win, WindowState attached); in layoutWindowLw() argument
932 WindowManager.LayoutParams attrs, WindowState attached); in applyPostLayoutPolicyLw() argument
DViewTreeObserver.java848 final void dispatchOnWindowAttachedChange(boolean attached) { in dispatchOnWindowAttachedChange() argument
857 if (attached) listener.onWindowAttached(); in dispatchOnWindowAttachedChange()
/frameworks/native/opengl/tests/testPauseResume/
DREADME3 build, install and run the attached test program TestEgl.apk
/frameworks/base/docs/html/tools/help/
Dadb.jd103 attached, you need to use the <code>-d</code>, <code>-e</code>, or <code>-s</code>
124 <td>Direct an adb command to the only attached USB device.</td>
125 <td>Returns an error if more than one USB device is attached.</td>
144 <td>Prints a list of all attached emulator/device instances.</td>
292 …e instances are connected to the adb server. You can generate a list of attached emulators/devices…
321 List of devices attached
350 devices but only one hardware device attached, use the {@code -d} option to send commands to
469 List of devices attached
/frameworks/base/tests/AccessoryDisplay/
DREADME26 display that happens to be attached over USB. This is the typical
/frameworks/base/docs/html/training/id-auth/
Dindex.jd31 <p>Android users get attached to their devices and to applications that they
/frameworks/base/docs/html/training/keyboard-input/
Dindex.jd30 through an attached keyboard.</p>
Dcommands.jd21 element and the user has a hardware keyboard attached, all
Dvisibility.jd57 <p class="note"><strong>Note:</strong> If the user's device has an attached hardware keyboard,
Dnavigation.jd26 physical keyboards attached to the device. A keyboard offers not only a convenient
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3735 void setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, in setAttachedWindowFrames() argument
3737 if (win.getSurfaceLayer() > mDockLayer && attached.getSurfaceLayer() < mDockLayer) { in setAttachedWindowFrames()
3762 ? attached.getContentFrameLw() : attached.getOverscanFrameLw()); in setAttachedWindowFrames()
3770 cf.set(attached.getContentFrameLw()); in setAttachedWindowFrames()
3771 if (attached.isVoiceInteraction()) { in setAttachedWindowFrames()
3776 } else if (attached.getSurfaceLayer() < mDockLayer) { in setAttachedWindowFrames()
3783 df.set(insetDecors ? attached.getDisplayFrameLw() : cf); in setAttachedWindowFrames()
3784 of.set(insetDecors ? attached.getOverscanFrameLw() : cf); in setAttachedWindowFrames()
3785 vf.set(attached.getVisibleFrameLw()); in setAttachedWindowFrames()
3791 ? attached.getFrameLw() : df); in setAttachedWindowFrames()
[all …]
/frameworks/base/docs/html/training/managing-audio/
Daudio-output.jd41 being routed to the device speaker, wired headset, or attached Bluetooth device as shown in the
/frameworks/compile/libbcc/tests/debuginfo/
DREADME18 that is uploaded to the device (or emulator) and run with GDB attached.
/frameworks/base/docs/html/guide/topics/ui/
Dbinding.jd53 …call {@link android.widget.ArrayAdapter#notifyDataSetChanged()}. This will notify the attached View
/frameworks/base/docs/html/guide/topics/graphics/
Ddrawable-animation.jd60 AnimationDrawable is not yet fully attached to the window. If you want to play the animation
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Daccessory.jd58 hardware. When an Android-powered device is in USB accessory mode, the attached Android USB
181 <p>If you want your application to be notified of an attached USB accessory, specify an
250 attached events or by enumerating connected accessories and finding the appropriate one.</li>
299 the attached accessory from the intent like this (with the add-on library):</p>
/frameworks/base/docs/html/training/sharing/
Dshareaction.jd33 (API Level 14). An {@link android.view.ActionProvider}, once attached to a menu item in the action
/frameworks/base/docs/html/training/game-controllers/
Dmultiple-controllers.jd51 player avatar is created in-game when a new controller is attached by a user,
/frameworks/base/docs/html/training/articles/
Dperf-jni.jd73 but they can also be created elsewhere and then attached to the JavaVM. For
74 example, a thread started with <code>pthread_create</code> can be attached
77 attached, it has no JNIEnv, and <strong>cannot make JNI calls</strong>.</p>
82 on an already-attached thread is a no-op.</p>
88 <p>Threads attached through JNI <strong>must call
501 stack, or if there isn't one (because the thread was just attached) it uses
/frameworks/base/docs/html/about/versions/
Dandroid-3.1-highlights.jd95 accessory is attached, the framework will look for a corresponding application
131 efficiently. One or more input devices can be attached to the system simultaneously
352 attached and removed, manage files and storage on those devices, and transfer
Dandroid-3.1.jd75 platform's USB APIs support discovery by intent broadcast when attached or
83 {@link android.hardware.usb.UsbManager} and then query for the list of attached
86 system broadcasts, to announce when a USB device or accessory is attached or
146 application to receive notifications when devices are attached and removed,
470 callbacks when a View is attached or detached from its window. Use {@link
/frameworks/base/docs/html/training/wearables/data-layer/
Dindex.jd72 objects attached to

12345678