Searched refs:attached (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
H A DViewAttachView.java33 private boolean attached; field in class:ViewAttachView
58 if (attached) {
61 attached = true;
68 if (!attached) {
72 attached = false;
/frameworks/support/fragment/tests/java/android/support/v4/app/test/
H A DFragmentTestActivity.java235 wasAttachedInTime = f.attached;
250 public boolean attached; field in class:FragmentTestActivity.ChildFragment
258 attached = true;
/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
H A DUsbDeviceStateController.java236 for (UsbDevice attached : mDevicesAdded) {
237 if (UsbUtil.isTheSameDevice(device, attached)) {
239 return attached;
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java309 WindowState attached) {
332 WindowManager.LayoutParams attrs, WindowState attached, WindowState imeTarget) {
308 layoutWindowLw(WindowState win, WindowState attached) argument
331 applyPostLayoutPolicyLw(WindowState win, WindowManager.LayoutParams attrs, WindowState attached, WindowState imeTarget) argument
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java67 * attached to and detached from its window.
71 * Callback method to be invoked when the view hierarchy is attached to a window
432 * Register a callback to be invoked when the view hierarchy is attached to a window.
879 * Notifies registered listeners that window has been attached/detached.
881 final void dispatchOnWindowAttachedChange(boolean attached) { argument
890 if (attached) listener.onWindowAttached();
932 * not attached to a Window or in the GONE state.
964 * that are not attached to a Window or in the GONE state.
H A DWindowManagerPolicy.java101 * is attached to a method, then it is not called with any locks and may be
361 * @return the base type of the parent window if attached or its own type otherwise
405 * Return true if this window (or a window it is attached to, but not
471 * not attached to any stack.
902 * Return how to Z-order sub-windows in relation to the window they are attached to.
907 * @return int Layer in relation to the attached window, where positive is
1168 * Called for each window attached to the window manager as layout is
1173 * @param attached For sub-windows, the window it is attached to; this
1177 public void layoutWindowLw(WindowState win, WindowState attached); argument
1233 applyPostLayoutPolicyLw(WindowState win, WindowManager.LayoutParams attrs, WindowState attached, WindowState imeTarget) argument
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java4732 void setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, argument
4734 if (win.getSurfaceLayer() > mDockLayer && attached.getSurfaceLayer() < mDockLayer) {
4735 // Here's a special case: if this attached window is a panel that is
4736 // above the dock window, and the window it is attached to is below
4738 // attached to can not be used because the dock is effectively part
4739 // of the underlying window and the attached window is floating on top
4740 // of the whole thing. So, we ignore the attached window and explicitly
4747 // The effective display frame of the attached window depends on
4751 // the overscan frame and let the attached window take care of
4754 // Set the content frame of the attached windo
4820 layoutWindowLw(WindowState win, WindowState attached) argument
5413 applyPostLayoutPolicyLw(WindowState win, WindowManager.LayoutParams attrs, WindowState attached, WindowState imeTarget) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java318 void setAttached(boolean attached) { argument
319 mAttached = attached;

Completed in 1426 milliseconds