Searched refs:dispatchAttachedToWindow (Results 1 – 7 of 7) sorted by relevance
/frameworks/layoutlib/bridge/src/android/view/ |
D | AttachInfo_Accessor.java | 42 view.dispatchAttachedToWindow(info, 0); in setAttachInfo()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 3490 void dispatchAttachedToWindow(AttachInfo info, int visibility) { in dispatchAttachedToWindow() method in ViewGroup 3492 super.dispatchAttachedToWindow(info, visibility); in dispatchAttachedToWindow() 3499 child.dispatchAttachedToWindow(info, in dispatchAttachedToWindow() 3505 view.dispatchAttachedToWindow(info, in dispatchAttachedToWindow() 4899 view.dispatchAttachedToWindow(mAttachInfo, (mViewFlags & VISIBILITY_MASK)); in addTransientView() 5299 child.dispatchAttachedToWindow(mAttachInfo, (mViewFlags&VISIBILITY_MASK)); in addViewInner()
|
D | View.java | 22835 void dispatchAttachedToWindow(AttachInfo info, int visibility) { in dispatchAttachedToWindow() method 22838 mOverlay.getOverlayView().dispatchAttachedToWindow(info, visibility); in dispatchAttachedToWindow()
|
D | ViewRootImpl.java | 3443 host.dispatchAttachedToWindow(mAttachInfo, 0); in performTraversals()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerView.java | 1159 mLayout.dispatchAttachedToWindow(this); in setLayoutManager() 2460 mLayout.dispatchAttachedToWindow(this); in onAttachedToWindow() 7359 void dispatchAttachedToWindow(RecyclerView view) { in dispatchAttachedToWindow() method in RecyclerView.LayoutManager
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 17044 HSPLandroid/view/View;->dispatchAttachedToWindow(Landroid/view/View$AttachInfo;I)V+]Landroid/view/H… 17738 HSPLandroid/view/ViewGroup;->dispatchAttachedToWindow(Landroid/view/View$AttachInfo;I)V+]Landroid/v…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17108 HSPLandroid/view/View;->dispatchAttachedToWindow(Landroid/view/View$AttachInfo;I)V+]Landroid/view/H… 17802 HSPLandroid/view/ViewGroup;->dispatchAttachedToWindow(Landroid/view/View$AttachInfo;I)V+]Landroid/v…
|