Lines Matching defs:attached

2558             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.getDisplayFrameLw());
2582 // frame on our attached content frame to resize... however,
2583 // things can be tricky if the attached window is NOT in resize
2587 cf.set(attached.getContentFrameLw());
2588 if (attached.getSurfaceLayer() < mDockLayer) {
2595 df.set(insetDecors ? attached.getDisplayFrameLw() : cf);
2596 vf.set(attached.getVisibleFrameLw());
2598 // The LAYOUT_IN_SCREEN flag is used to determine whether the attached
2602 ? attached.getFrameLw() : df);
2626 WindowState attached) {
2656 if (attached != null) {
2657 // If this window is attached to another, our display
2658 // frame is the same as the one we are attached to.
2659 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, cf, vf);
2688 if (attached != null) {
2689 // If this window is attached to another, our display
2690 // frame is the same as the one we are attached to.
2691 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, cf, vf);
2841 } else if (attached != null) {
2843 Log.v(TAG, "layoutWindowLw(" + attrs.getTitle() + "): attached to " + attached);
2846 setAttachedWindowFrames(win, fl, adjust, attached, false, pf, df, cf, vf);
2897 + " attach=" + attached + " type=" + attrs.type