Home
last modified time | relevance | path

Searched refs:attachedView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DGapWorker.java253 View attachedView = view.mChildHelper.getUnfilteredChildAt(i); in isPrefetchPositionAttached() local
254 RecyclerView.ViewHolder holder = RecyclerView.getChildViewHolderInt(attachedView); in isPrefetchPositionAttached()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationControllerTest.java619 final View attachedView = mWindowManager.getAttachedView(); in enableWindowMagnificationWithOffset_windowlessFlagOff_expectedValues() local
620 assertNotNull(attachedView); in enableWindowMagnificationWithOffset_windowlessFlagOff_expectedValues()
622 final View mirrorView = attachedView.findViewById(R.id.surface_view); in enableWindowMagnificationWithOffset_windowlessFlagOff_expectedValues()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java1995 public boolean isCurrentRootView(@NonNull View attachedView) { in isCurrentRootView() argument
1997 return mCurRootView == attachedView.getViewRootImpl(); in isCurrentRootView()