Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 25 of 177) 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/support/v4/tests/java/android/support/v4/app/test/
DFragmentTestActivity.java217 wasAttachedInTime = f.attached; in onCreate()
232 public boolean attached; field in FragmentTestActivity.ChildFragment
240 attached = true; in onAttach()
/frameworks/base/docs/html/training/snackbar/
Dshowing.jd40 A {@link android.support.design.widget.Snackbar} is attached to a view. The
42 if it is attached to any object derived from the {@link android.view.View}
45 is attached to a {@link android.support.design.widget.CoordinatorLayout}, the
103 alt="If the Snackbar is attached to a CoordinatorLayout, the layout
/frameworks/native/opengl/tests/testViewport/
DREADME3 build, install and run the attached test program TestViewport.apk
/frameworks/base/docs/html/about/versions/marshmallow/
Dsamples.jd66 receive and process MIDI signals coming from an attached input device.
73 receive and play MIDI messages coming from an attached input device.
/frameworks/base/docs/html/samples/new/
Dindex.jd96 receive and process MIDI signals coming from an attached input device.
106 receive and play MIDI messages coming from an attached input device.
/frameworks/native/opengl/tests/testPauseResume/
DREADME3 build, install and run the attached test program TestEgl.apk
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java932 public void layoutWindowLw(WindowState win, WindowState attached); in layoutWindowLw() argument
989 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/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,
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4210 void setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, in setAttachedWindowFrames() argument
4212 if (win.getSurfaceLayer() > mDockLayer && attached.getSurfaceLayer() < mDockLayer) { in setAttachedWindowFrames()
4237 ? attached.getContentFrameLw() : attached.getOverscanFrameLw()); in setAttachedWindowFrames()
4245 cf.set(attached.getContentFrameLw()); in setAttachedWindowFrames()
4246 if (attached.isVoiceInteraction()) { in setAttachedWindowFrames()
4251 } else if (attached.getSurfaceLayer() < mDockLayer) { in setAttachedWindowFrames()
4258 df.set(insetDecors ? attached.getDisplayFrameLw() : cf); in setAttachedWindowFrames()
4259 of.set(insetDecors ? attached.getOverscanFrameLw() : cf); in setAttachedWindowFrames()
4260 vf.set(attached.getVisibleFrameLw()); in setAttachedWindowFrames()
4266 ? 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.jd34 (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

12345678