Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DLegacyScreenshotViewProxy.kt56 override val view: ScreenshotView =
57 LayoutInflater.from(context).inflate(R.layout.screenshot, null) as ScreenshotView
64 override var callbacks: ScreenshotView.ScreenshotViewCallback? = null
DScreenshotViewProxy.kt36 var callbacks: ScreenshotView.ScreenshotViewCallback?
DScreenshotView.java104 public class ScreenshotView extends FrameLayout implements class
118 private static final String TAG = logTag(ScreenshotView.class);
183 public ScreenshotView(Context context) { in ScreenshotView() method in ScreenshotView
187 public ScreenshotView(Context context, AttributeSet attrs) { in ScreenshotView() method in ScreenshotView
191 public ScreenshotView(Context context, AttributeSet attrs, int defStyleAttr) { in ScreenshotView() method in ScreenshotView
195 public ScreenshotView( in ScreenshotView() method in ScreenshotView
398 Log.d(ScreenshotView.TAG, "dismiss triggered via swipe gesture"); in onFinishInflate()
DMessageContainerController.kt140 duration = ScreenshotView.SCREENSHOT_ACTIONS_EXPANSION_DURATION_MS in <lambda>()
DScreenshotShelfViewProxy.kt78 override var callbacks: ScreenshotView.ScreenshotViewCallback? = null in <lambda>()
DScreenshotController.java559 mViewProxy.setCallbacks(new ScreenshotView.ScreenshotViewCallback() { in reloadAssets()