Searched refs:dispatchAttachedToWindow (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderDrawable.java90 content.dispatchAttachedToWindow(info, 0);
H A DRenderSessionImpl.java290 mViewRoot.dispatchAttachedToWindow(info, 0);
/frameworks/base/core/java/android/view/
H A DViewGroup.java1121 void dispatchAttachedToWindow(AttachInfo info, int visibility) { method in class:ViewGroup
1122 super.dispatchAttachedToWindow(info, visibility);
1127 children[i].dispatchAttachedToWindow(info, visibility);
2011 child.dispatchAttachedToWindow(mAttachInfo, (mViewFlags&VISIBILITY_MASK));
H A DViewRoot.java765 host.dispatchAttachedToWindow(attachInfo, 0);
H A DView.java6143 void dispatchAttachedToWindow(AttachInfo info, int visibility) { method in class:View

Completed in 120 milliseconds