Searched refs:attached (Results 1 - 5 of 5) 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.java43 * is attached to a method, then it is not called with any locks and may be
499 * attached to. Return positive to have them ordered in front, negative for
504 * @return int Layer in relation to the attached window, where positive is
727 * Called for each window attached to the window manager as layout is
733 * @param attached For sub-windows, the window it is attached to; this
738 WindowManager.LayoutParams attrs, WindowState attached);
737 layoutWindowLw(WindowState win, WindowManager.LayoutParams attrs, WindowState attached) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2048 WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect cf, Rect vf) {
2049 if (win.getSurfaceLayer() > mDockLayer && attached.getSurfaceLayer() < mDockLayer) {
2050 // Here's a special case: if this attached window is a panel that is
2051 // above the dock window, and the window it is attached to is below
2053 // attached to can not be used because the dock is effectively part
2054 // of the underlying window and the attached window is floating on top
2055 // of the whole thing. So, we ignore the attached window and explicitly
2062 // The effective display frame of the attached window depends on
2066 // the display frame and let the attached window take care of
2069 cf.set(attached
2047 setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect cf, Rect vf) argument
2096 layoutWindowLw(WindowState win, WindowManager.LayoutParams attrs, WindowState attached) argument
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java1187 Slog.v(WindowManagerService.TAG, "WP target attached xform: " + attachedTransformation);
1426 final WindowState attached = mAttachedWindow;
1429 || (attached != null && attached.mAnimation != null)
H A DWindowManagerService.java859 final WindowState attached = win.mAttachedWindow;
861 if (attached == null) {
921 // Move behind any windows attached to this one.
946 // Move in front of any windows attached to this
1000 // it is attached to.
1021 wSublayer >= 0 ? attached : w, win);
1043 placeWindowBefore(attached, win);
1047 : attached,
1675 // need to be sure to also be behind any of its attached windows,
4879 // Only if there is a keyguard attached t
[all...]

Completed in 1028 milliseconds