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.java2556 WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect cf, Rect vf) {
2557 if (win.getSurfaceLayer() > mDockLayer && attached.getSurfaceLayer() < mDockLayer) {
2558 // Here's a special case: if this attached window is a panel that is
2559 // above the dock window, and the window it is attached to is below
2561 // attached to can not be used because the dock is effectively part
2562 // of the underlying window and the attached window is floating on top
2563 // of the whole thing. So, we ignore the attached window and explicitly
2570 // The effective display frame of the attached window depends on
2574 // the display frame and let the attached window take care of
2577 cf.set(attached
2555 setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect cf, Rect vf) argument
2623 layoutWindowLw(WindowState win, WindowManager.LayoutParams attrs, WindowState attached) argument
[all...]

Completed in 188 milliseconds