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.java70 ScrollCaptureViewSupport(V containingView, ScrollCaptureViewHelper<V> viewHelper) { in ScrollCaptureViewSupport() argument
71 mWeakView = new WeakReference<>(containingView); in ScrollCaptureViewSupport()
75 Context context = containingView.getContext(); in ScrollCaptureViewSupport()
84 private static int getColorMode(View containingView) { in getColorMode() argument
85 Context context = containingView.getContext(); in getColorMode()
86 int colorMode = containingView.getViewRootImpl().mWindowAttributes.getColorMode(); in getColorMode()
/frameworks/base/core/java/android/view/
DViewRootImpl.java11245 View containingView = selectedTarget.getContainingView(); in dispatchScrollCaptureSearchResponse() local
11246 containingView.getLocationInWindow(mAttachInfo.mTmpLocation); in dispatchScrollCaptureSearchResponse()