Home
last modified time | relevance | path

Searched refs:ScreenshotViewProxy (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotViewProxy.kt31 interface ScreenshotViewProxy { interface
74 fun getProxy(context: Context, displayId: Int): ScreenshotViewProxy in reset()
DActionExecutor.kt43 @Assisted val viewProxy: ScreenshotViewProxy,
112 viewProxy: ScreenshotViewProxy, in create()
DLegacyScreenshotViewProxy.kt55 ) : ScreenshotViewProxy {
235 interface Factory : ScreenshotViewProxy.Factory {
DScreenshotShelfViewProxy.kt73 ) : ScreenshotViewProxy { in <lambda>()
352 interface Factory : ScreenshotViewProxy.Factory { in <lambda>()
DScreenshotController.java194 private final ScreenshotViewProxy mViewProxy;
256 ScreenshotViewProxy.Factory viewProxyFactory, in ScreenshotController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/dagger/
DScreenshotModule.java35 import com.android.systemui.screenshot.ScreenshotViewProxy;
100 static ScreenshotViewProxy.Factory providesScreenshotViewProxyFactory( in providesScreenshotViewProxyFactory()