[go: nahoru, domu]

Searched refs:attached (Results 1 - 6 of 6) 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/v4/tests/java/android/support/v4/app/test/
H A DFragmentTestActivity.java217 wasAttachedInTime = f.attached;
232 public boolean attached; field in class:FragmentTestActivity.ChildFragment
240 attached = true;
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java51 * is attached to a method, then it is not called with any locks and may be
300 * @return the base type of the parent window if attached or its own type otherwise
351 * Return true if this window (or a window it is attached to, but not
410 * not attached to any stack.
637 * attached to. Return positive to have them ordered in front, negative for
642 * @return int Layer in relation to the attached window, where positive is
923 * Called for each window attached to the window manager as layout is
928 * @param attached For sub-windows, the window it is attached to; this
932 public void layoutWindowLw(WindowState win, WindowState attached); argument
988 applyPostLayoutPolicyLw(WindowState win, WindowManager.LayoutParams attrs, WindowState attached) argument
[all...]
H A DViewTreeObserver.java62 * attached to and detached from its window.
66 * Callback method to be invoked when the view hierarchy is attached to a window
417 * Register a callback to be invoked when the view hierarchy is attached to a window.
846 * Notifies registered listeners that window has been attached/detached.
848 final void dispatchOnWindowAttachedChange(boolean attached) { argument
857 if (attached) listener.onWindowAttached();
899 * not attached to a Window or in the GONE state.
931 * that are not attached to a Window or in the GONE state.
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java4210 void setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, argument
4212 if (win.getSurfaceLayer() > mDockLayer && attached.getSurfaceLayer() < mDockLayer) {
4213 // Here's a special case: if this attached window is a panel that is
4214 // above the dock window, and the window it is attached to is below
4216 // attached to can not be used because the dock is effectively part
4217 // of the underlying window and the attached window is floating on top
4218 // of the whole thing. So, we ignore the attached window and explicitly
4225 // The effective display frame of the attached window depends on
4229 // the overscan frame and let the attached window take care of
4232 // Set the content frame of the attached windo
4298 layoutWindowLw(WindowState win, WindowState attached) argument
4880 applyPostLayoutPolicyLw(WindowState win, WindowManager.LayoutParams attrs, WindowState attached) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java1206 // Move behind any windows attached to this one.
1243 // Move in front of any windows attached to this
1354 final WindowState attached = win.mAttachedWindow;
1359 // it is attached to.
1380 placeWindowBefore(wSublayer >= 0 ? attached : w, win);
1402 placeWindowBefore(attached, win);
1406 : attached,
2703 + "attached to a parent win=" + win);
3083 // to preserve and destroy windows which are attached to another, they

Completed in 2060 milliseconds