Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DGapWorker.java253 View attachedView = view.mChildHelper.getUnfilteredChildAt(i); in isPrefetchPositionAttached() local
254 RecyclerView.ViewHolder holder = RecyclerView.getChildViewHolderInt(attachedView); in isPrefetchPositionAttached()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationAnimationControllerTest.java507 final View attachedView = mWindowManager.getAttachedView(); in enableWindowMagnificationWithOffset_expectedValues() local
508 assertNotNull(attachedView); in enableWindowMagnificationWithOffset_expectedValues()
510 final View mirrorView = attachedView.findViewById(R.id.surface_view); in enableWindowMagnificationWithOffset_expectedValues()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1849 public boolean isCurrentRootView(@NonNull View attachedView) { in isCurrentRootView() argument
1851 return mCurRootView == attachedView.getViewRootImpl(); in isCurrentRootView()