Searched refs:dispatchAttachedToWindow (Results 1 - 9 of 9) sorted by relevance
/frameworks/layoutlib/bridge/src/android/view/ |
H A D | AttachInfo_Accessor.java | 42 view.dispatchAttachedToWindow(info, 0);
|
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
H A D | WrapContentBasicTest.java | 194 public void dispatchAttachedToWindow(RecyclerView view) { method in class:WrapContentBasicTest.WrapContentLayoutManager 195 super.dispatchAttachedToWindow(view);
|
H A D | BaseRecyclerViewInstrumentationTest.java | 717 public void dispatchAttachedToWindow(RecyclerView view) { method in class:BaseRecyclerViewInstrumentationTest.TestLayoutManager 718 super.dispatchAttachedToWindow(view);
|
/frameworks/base/core/java/android/view/ |
H A D | ViewGroup.java | 3395 void dispatchAttachedToWindow(AttachInfo info, int visibility) { method in class:ViewGroup 3397 super.dispatchAttachedToWindow(info, visibility); 3404 child.dispatchAttachedToWindow(info, 3410 view.dispatchAttachedToWindow(info, 4686 view.dispatchAttachedToWindow(mAttachInfo, (mViewFlags&VISIBILITY_MASK)); 5077 child.dispatchAttachedToWindow(mAttachInfo, (mViewFlags&VISIBILITY_MASK));
|
H A D | ViewRootImpl.java | 1762 host.dispatchAttachedToWindow(mAttachInfo, 0);
|
H A D | View.java | 18322 void dispatchAttachedToWindow(AttachInfo info, int visibility) { method in class:View 18325 mOverlay.getOverlayView().dispatchAttachedToWindow(info, visibility); 18367 // receive dispatchAttachedToWindow and this same call 18373 // As all views in the subtree will already receive dispatchAttachedToWindow [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 1154 mLayout.dispatchAttachedToWindow(this); 2439 mLayout.dispatchAttachedToWindow(this); 7236 void dispatchAttachedToWindow(RecyclerView view) { method in class:RecyclerView.LayoutManager
|
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
H A D | RecyclerView.java | 1298 mLayout.dispatchAttachedToWindow(this); 2748 mLayout.dispatchAttachedToWindow(this); 7800 void dispatchAttachedToWindow(RecyclerView view) { method in class:RecyclerView.LayoutManager
|
/frameworks/base/config/ |
H A D | boot-image-profile.txt | [all...] |
Completed in 177 milliseconds