Home
last modified time | relevance | path

Searched refs:containingView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
DScrollCaptureViewSupport.java68 ScrollCaptureViewSupport(V containingView, ScrollCaptureViewHelper<V> viewHelper) { in ScrollCaptureViewSupport() argument
69 mWeakView = new WeakReference<>(containingView); in ScrollCaptureViewSupport()
73 Context context = containingView.getContext(); in ScrollCaptureViewSupport()
81 private static int getColorMode(View containingView) { in getColorMode() argument
82 Context context = containingView.getContext(); in getColorMode()
83 int colorMode = containingView.getViewRootImpl().mWindowAttributes.getColorMode(); in getColorMode()
/frameworks/base/core/java/android/view/
DViewRootImpl.java9517 View containingView = selectedTarget.getContainingView(); in dispatchScrollCaptureSearchResponse() local
9518 containingView.getLocationInWindow(mAttachInfo.mTmpLocation); in dispatchScrollCaptureSearchResponse()