Searched refs:attachedView (Results 1 – 3 of 3) sorted by relevance
253 View attachedView = view.mChildHelper.getUnfilteredChildAt(i); in isPrefetchPositionAttached() local254 RecyclerView.ViewHolder holder = RecyclerView.getChildViewHolderInt(attachedView); in isPrefetchPositionAttached()
507 final View attachedView = mWindowManager.getAttachedView(); in enableWindowMagnificationWithOffset_expectedValues() local508 assertNotNull(attachedView); in enableWindowMagnificationWithOffset_expectedValues()510 final View mirrorView = attachedView.findViewById(R.id.surface_view); in enableWindowMagnificationWithOffset_expectedValues()
1849 public boolean isCurrentRootView(@NonNull View attachedView) { in isCurrentRootView() argument1851 return mCurRootView == attachedView.getViewRootImpl(); in isCurrentRootView()