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()
619 final View attachedView = mWindowManager.getAttachedView(); in enableWindowMagnificationWithOffset_windowlessFlagOff_expectedValues() local620 assertNotNull(attachedView); in enableWindowMagnificationWithOffset_windowlessFlagOff_expectedValues()622 final View mirrorView = attachedView.findViewById(R.id.surface_view); in enableWindowMagnificationWithOffset_windowlessFlagOff_expectedValues()
1995 public boolean isCurrentRootView(@NonNull View attachedView) { in isCurrentRootView() argument1997 return mCurRootView == attachedView.getViewRootImpl(); in isCurrentRootView()