/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewAttachView.java | 33 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/ |
D | FragmentTestActivity.java | 217 wasAttachedInTime = f.attached; in onCreate() 232 public boolean attached; field in FragmentTestActivity.ChildFragment 240 attached = true; in onAttach()
|
/frameworks/base/docs/html/training/snackbar/ |
D | showing.jd | 40 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/ |
D | README | 3 build, install and run the attached test program TestViewport.apk
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | samples.jd | 66 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/ |
D | index.jd | 96 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/ |
D | README | 3 build, install and run the attached test program TestEgl.apk
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerPolicy.java | 932 public void layoutWindowLw(WindowState win, WindowState attached); in layoutWindowLw() argument 989 WindowManager.LayoutParams attrs, WindowState attached); in applyPostLayoutPolicyLw() argument
|
D | ViewTreeObserver.java | 848 final void dispatchOnWindowAttachedChange(boolean attached) { in dispatchOnWindowAttachedChange() argument 857 if (attached) listener.onWindowAttached(); in dispatchOnWindowAttachedChange()
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 26 display that happens to be attached over USB. This is the typical
|
/frameworks/base/docs/html/training/id-auth/ |
D | index.jd | 31 <p>Android users get attached to their devices and to applications that they
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | index.jd | 30 through an attached keyboard.</p>
|
D | commands.jd | 21 element and the user has a hardware keyboard attached, all
|
D | visibility.jd | 57 <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/ |
D | PhoneWindowManager.java | 4210 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/ |
D | audio-output.jd | 41 being routed to the device speaker, wired headset, or attached Bluetooth device as shown in the
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 18 that is uploaded to the device (or emulator) and run with GDB attached.
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | binding.jd | 53 …call {@link android.widget.ArrayAdapter#notifyDataSetChanged()}. This will notify the attached View
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | drawable-animation.jd | 60 AnimationDrawable is not yet fully attached to the window. If you want to play the animation
|
/frameworks/base/docs/html/guide/topics/connectivity/usb/ |
D | accessory.jd | 58 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/ |
D | shareaction.jd | 34 (API Level 14). An {@link android.view.ActionProvider}, once attached to a menu item in the action
|
/frameworks/base/docs/html/training/game-controllers/ |
D | multiple-controllers.jd | 51 player avatar is created in-game when a new controller is attached by a user,
|
/frameworks/base/docs/html/training/articles/ |
D | perf-jni.jd | 73 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/ |
D | android-3.1-highlights.jd | 95 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
|
D | android-3.1.jd | 75 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
|