Searched refs:dispatchAttachedToWindow (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/layoutlib/bridge/src/android/view/ |
H A D | AttachInfo_Accessor.java | 42 view.dispatchAttachedToWindow(info, 0); in setAttachInfo()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewGroup.java | 3488 void dispatchAttachedToWindow(AttachInfo info, int visibility) { in dispatchAttachedToWindow() method in ViewGroup 3490 super.dispatchAttachedToWindow(info, visibility); in dispatchAttachedToWindow() 3497 child.dispatchAttachedToWindow(info, in dispatchAttachedToWindow() 3503 view.dispatchAttachedToWindow(info, in dispatchAttachedToWindow() 4890 view.dispatchAttachedToWindow(mAttachInfo, (mViewFlags & VISIBILITY_MASK)); in addTransientView() 5290 child.dispatchAttachedToWindow(mAttachInfo, (mViewFlags&VISIBILITY_MASK)); in addViewInner()
|
H A D | View.java | 20787 void dispatchAttachedToWindow(AttachInfo info, int visibility) { in dispatchAttachedToWindow() method in View 20790 mOverlay.getOverlayView().dispatchAttachedToWindow(info, visibility); in dispatchAttachedToWindow()
|
H A D | ViewRootImpl.java | 2675 host.dispatchAttachedToWindow(mAttachInfo, 0); in performTraversals()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A 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
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 17551 HSPLandroid/view/View;->dispatchAttachedToWindow(Landroid/view/View$AttachInfo;I)V+]Landroid/view/V… 18226 HSPLandroid/view/ViewGroup;->dispatchAttachedToWindow(Landroid/view/View$AttachInfo;I)V+]Landroid/v…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 17600 HSPLandroid/view/View;->dispatchAttachedToWindow(Landroid/view/View$AttachInfo;I)V+]Landroid/view/V… 18275 HSPLandroid/view/ViewGroup;->dispatchAttachedToWindow(Landroid/view/View$AttachInfo;I)V+]Landroid/v…
|