Home
last modified time | relevance | path

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

1234

/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/base/opengl/tests/testViewport/
DREADME3 build, install and run the attached test program TestViewport.apk
/frameworks/base/opengl/tests/testPauseResume/
DREADME3 build, install and run the attached test program TestEgl.apk
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java1962 WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect cf, Rect vf) { in setAttachedWindowFrames() argument
1963 if (win.getSurfaceLayer() > mDockLayer && attached.getSurfaceLayer() < mDockLayer) { in setAttachedWindowFrames()
1983 cf.set(attached.getDisplayFrameLw()); in setAttachedWindowFrames()
1991 cf.set(attached.getContentFrameLw()); in setAttachedWindowFrames()
1992 if (attached.getSurfaceLayer() < mDockLayer) { in setAttachedWindowFrames()
1999 df.set(insetDecors ? attached.getDisplayFrameLw() : cf); in setAttachedWindowFrames()
2000 vf.set(attached.getVisibleFrameLw()); in setAttachedWindowFrames()
2006 ? attached.getFrameLw() : df); in setAttachedWindowFrames()
2011 WindowState attached) { in layoutWindowLw() argument
2048 if (attached != null) { in layoutWindowLw()
[all …]
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java725 WindowManager.LayoutParams attrs, WindowState attached); in layoutWindowLw() argument
/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/usb/
Daccessory.jd58 hardware. When an Android-powered device is in USB accessory mode, the attached Android USB
180 <p>If you want your application to be notified of an attached USB accessory, specify an
249 attached events or by enumerating connected accessories and finding the appropriate one.</li>
298 the attached accessory from the intent like this (with the add-on library):</p>
Dhost.jd128 <li>If you want your application to be notified of an attached USB device, specify an
252 the attached device from the intent like this:</p>
Dadk.jd176 on the board to define the board's functionality and interaction with the attached shield and
456 <li>The attached device supports Android accessory mode and is already in accessory mode.</li>
458 <li>The attached device supports Android accessory mode, but it is not in accessory mode.</li>
460 <li>The attached device does not support Android accessory mode.</li>
/frameworks/base/docs/html/guide/topics/ui/
Dbinding.jd85 …call {@link android.widget.ArrayAdapter#notifyDataSetChanged()}. This will notify the attached View
/frameworks/base/docs/html/guide/developing/tools/
Dadb.jd81 …e instances are connected to the adb server. You can generate a list of attached emulators/devices…
109 List of devices attached
190 <td>Direct an adb command to the only attached USB device.</td>
191 <td>Returns an error if more than one USB device is attached.</td>
209 <td>Prints a list of all attached emulator/device instances.</td>
/frameworks/base/docs/html/guide/practices/design/
Djni.jd71 but they can also be created elsewhere and then attached to the JavaVM. For
72 example, a thread started with <code>pthread_create</code> can be attached
75 attached, it has no JNIEnv, and <strong>cannot make JNI calls</strong>.</p>
80 on an already-attached thread is a no-op.</p>
86 <p>Threads attached through JNI <strong>must call
497 stack, or if there isn't one (because the thread was just attached) it uses
/frameworks/base/docs/html/sdk/
Dandroid-3.1-highlights.jd94 accessory is attached, the framework will look for a corresponding application
130 efficiently. One or more input devices can be attached to the system simultaneously
351 attached and removed, manage files and storage on those devices, and transfer
Dandroid-3.1.jd179 platform's USB APIs support discovery by intent broadcast when attached or
187 {@link android.hardware.usb.UsbManager} and then query for the list of attached
190 system broadcasts, to announce when a USB device or accessory is attached or
250 application to receive notifications when devices are attached and removed,
575 callbacks when a View is attached or detached from its window. Use {@link
/frameworks/base/services/java/com/android/server/wm/
DWindowState.java1331 final WindowState attached = mAttachedWindow; in isAnimating() local
1334 || (attached != null && attached.mAnimation != null) in isAnimating()
/frameworks/base/docs/html/resources/articles/
Davoiding-memory-leaks.jd72 {@link android.graphics.drawable.Drawable Drawable} is attached to a view, the view is set as a
/frameworks/base/docs/html/guide/developing/building/
Dbuilding-eclipse.jd64 …is attached, Eclipse opens the Debug perspective and starts the application's main activity. Other…
Dbuilding-cmdline.jd43 a debug key, so it's instantly ready for installation onto an emulator or attached
279 <p>The {@code -d} flag specifies that you want to use the attached device (in case you also have
/frameworks/base/media/jni/
DNOTICE50 copyright notice that is included in or attached to the work
/frameworks/base/cmds/dumpsys/
DNOTICE50 copyright notice that is included in or attached to the work
/frameworks/base/libs/storage/
DNOTICE50 copyright notice that is included in or attached to the work
/frameworks/base/cmds/system_server/
DNOTICE50 copyright notice that is included in or attached to the work
/frameworks/base/media/jni/soundpool/
DNOTICE50 copyright notice that is included in or attached to the work
/frameworks/base/cmds/bu/
DNOTICE50 copyright notice that is included in or attached to the work
/frameworks/base/keystore/
DNOTICE50 copyright notice that is included in or attached to the work

1234