Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowView.java74 private SafeCloseable mViewCaptureCloseable; field in NotificationShadeWindowView
86 mViewCaptureCloseable = ViewCaptureFactory.getInstance(getContext()) in onAttachedToWindow()
94 if (mViewCaptureCloseable != null) { in onDetachedFromWindow()
95 mViewCaptureCloseable.close(); in onDetachedFromWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java183 private SafeCloseable mViewCaptureCloseable; field in NavigationBarView
1085 mViewCaptureCloseable = ViewCaptureFactory.getInstance(getContext()) in onAttachedToWindow()
1100 if (mViewCaptureCloseable != null) { in onDetachedFromWindow()
1101 mViewCaptureCloseable.close(); in onDetachedFromWindow()