Home
last modified time | relevance | path

Searched refs:ViewCaptureFactory (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/
DViewCaptureFactory.kt29 class ViewCaptureFactory { class
31 private val TAG = ViewCaptureFactory::class.java.simpleName
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowView.java52 import com.android.app.viewcapture.ViewCaptureFactory;
86 mViewCaptureCloseable = ViewCaptureFactory.getInstance(getContext()) in onAttachedToWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java64 import com.android.app.viewcapture.ViewCaptureFactory;
1085 mViewCaptureCloseable = ViewCaptureFactory.getInstance(getContext()) in onAttachedToWindow()