Searched defs:attached (Results 1 - 3 of 3) 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/base/core/java/android/view/
H A DWindowManagerPolicy.java42 * is attached to a method, then it is not called with any locks and may be
305 * Return true if this window (or a window it is attached to, but not
555 * attached to. Return positive to have them ordered in front, negative for
560 * @return int Layer in relation to the attached window, where positive is
807 * Called for each window attached to the window manager as layout is
813 * @param attached For sub-windows, the window it is attached to; this
818 WindowManager.LayoutParams attrs, WindowState attached);
817 layoutWindowLw(WindowState win, WindowManager.LayoutParams attrs, WindowState attached) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2558 WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect cf, Rect vf) {
2559 if (win.getSurfaceLayer() > mDockLayer && attached.getSurfaceLayer() < mDockLayer) {
2560 // Here's a special case: if this attached window is a panel that is
2561 // above the dock window, and the window it is attached to is below
2563 // attached to can not be used because the dock is effectively part
2564 // of the underlying window and the attached window is floating on top
2565 // of the whole thing. So, we ignore the attached window and explicitly
2572 // The effective display frame of the attached window depends on
2576 // the display frame and let the attached window take care of
2579 cf.set(attached
2557 setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect cf, Rect vf) argument
2625 layoutWindowLw(WindowState win, WindowManager.LayoutParams attrs, WindowState attached) argument
[all...]

Completed in 64 milliseconds