Searched refs:containingView (Results 1 – 2 of 2) sorted by relevance
68 ScrollCaptureViewSupport(V containingView, ScrollCaptureViewHelper<V> viewHelper) { in ScrollCaptureViewSupport() argument69 mWeakView = new WeakReference<>(containingView); in ScrollCaptureViewSupport()73 Context context = containingView.getContext(); in ScrollCaptureViewSupport()81 private static int getColorMode(View containingView) { in getColorMode() argument82 Context context = containingView.getContext(); in getColorMode()83 int colorMode = containingView.getViewRootImpl().mWindowAttributes.getColorMode(); in getColorMode()
9517 View containingView = selectedTarget.getContainingView(); in dispatchScrollCaptureSearchResponse() local9518 containingView.getLocationInWindow(mAttachInfo.mTmpLocation); in dispatchScrollCaptureSearchResponse()