Searched refs:dispatchAttachedToWindow (Results 1 – 7 of 7) sorted by relevance
/frameworks/layoutlib/bridge/src/android/view/ |
D | AttachInfo_Accessor.java | 58 view.dispatchAttachedToWindow(info, 0); in setAttachInfo()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 3489 void dispatchAttachedToWindow(AttachInfo info, int visibility) { in dispatchAttachedToWindow() method in ViewGroup 3491 super.dispatchAttachedToWindow(info, visibility); in dispatchAttachedToWindow() 3498 child.dispatchAttachedToWindow(info, in dispatchAttachedToWindow() 3504 view.dispatchAttachedToWindow(info, in dispatchAttachedToWindow() 4891 view.dispatchAttachedToWindow(mAttachInfo, (mViewFlags & VISIBILITY_MASK)); in addTransientView() 5291 child.dispatchAttachedToWindow(mAttachInfo, (mViewFlags&VISIBILITY_MASK)); in addViewInner()
|
D | View.java | 21332 void dispatchAttachedToWindow(AttachInfo info, int visibility) { in dispatchAttachedToWindow() method in View 21335 mOverlay.getOverlayView().dispatchAttachedToWindow(info, visibility); in dispatchAttachedToWindow()
|
D | ViewRootImpl.java | 2900 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 | 17008 HSPLandroid/view/View;->dispatchAttachedToWindow(Landroid/view/View$AttachInfo;I)V+]Landroid/view/V… 17697 HSPLandroid/view/ViewGroup;->dispatchAttachedToWindow(Landroid/view/View$AttachInfo;I)V+]Landroid/v…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17071 HSPLandroid/view/View;->dispatchAttachedToWindow(Landroid/view/View$AttachInfo;I)V+]Landroid/view/V… 17760 HSPLandroid/view/ViewGroup;->dispatchAttachedToWindow(Landroid/view/View$AttachInfo;I)V+]Landroid/v…
|