Searched defs:dispatchAttachedToWindow (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DWrapContentBasicTest.java196 public void dispatchAttachedToWindow(RecyclerView view) { method in class:WrapContentBasicTest.WrapContentLayoutManager
197 super.dispatchAttachedToWindow(view);
H A DBaseRecyclerViewInstrumentationTest.java709 public void dispatchAttachedToWindow(RecyclerView view) { method in class:BaseRecyclerViewInstrumentationTest.TestLayoutManager
710 super.dispatchAttachedToWindow(view);
/frameworks/base/core/java/android/view/
H A DViewGroup.java3324 void dispatchAttachedToWindow(AttachInfo info, int visibility) { method in class:ViewGroup
3326 super.dispatchAttachedToWindow(info, visibility);
3333 child.dispatchAttachedToWindow(info,
3339 view.dispatchAttachedToWindow(info,
4589 view.dispatchAttachedToWindow(mAttachInfo, (mViewFlags&VISIBILITY_MASK));
4977 child.dispatchAttachedToWindow(mAttachInfo, (mViewFlags&VISIBILITY_MASK));
H A DView.java17420 void dispatchAttachedToWindow(AttachInfo info, int visibility) { method in class:View
17423 mOverlay.getOverlayView().dispatchAttachedToWindow(info, visibility);
17465 // receive dispatchAttachedToWindow and this same call
17471 // As all views in the subtree will already receive dispatchAttachedToWindow
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java1154 mLayout.dispatchAttachedToWindow(this);
2439 mLayout.dispatchAttachedToWindow(this);
7236 void dispatchAttachedToWindow(RecyclerView view) { method in class:RecyclerView.LayoutManager
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1243 mLayout.dispatchAttachedToWindow(this);
2603 mLayout.dispatchAttachedToWindow(this);
7544 void dispatchAttachedToWindow(RecyclerView view) { method in class:RecyclerView.LayoutManager

Completed in 285 milliseconds