Searched refs:containingView (Results 1 – 2 of 2) sorted by relevance
70 ScrollCaptureViewSupport(V containingView, ScrollCaptureViewHelper<V> viewHelper) { in ScrollCaptureViewSupport() argument71 mWeakView = new WeakReference<>(containingView); in ScrollCaptureViewSupport()75 Context context = containingView.getContext(); in ScrollCaptureViewSupport()84 private static int getColorMode(View containingView) { in getColorMode() argument85 Context context = containingView.getContext(); in getColorMode()86 int colorMode = containingView.getViewRootImpl().mWindowAttributes.getColorMode(); in getColorMode()
11245 View containingView = selectedTarget.getContainingView(); in dispatchScrollCaptureSearchResponse() local11246 containingView.getLocationInWindow(mAttachInfo.mTmpLocation); in dispatchScrollCaptureSearchResponse()