Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java101 public class ScreenshotView extends FrameLayout implements class
113 private static final String TAG = logTag(ScreenshotView.class);
180 public ScreenshotView(Context context) { in ScreenshotView() method in ScreenshotView
184 public ScreenshotView(Context context, AttributeSet attrs) { in ScreenshotView() method in ScreenshotView
188 public ScreenshotView(Context context, AttributeSet attrs, int defStyleAttr) { in ScreenshotView() method in ScreenshotView
192 public ScreenshotView( in ScreenshotView() method in ScreenshotView
407 Log.d(ScreenshotView.TAG, "dismiss triggered via swipe gesture"); in onFinishInflate()
H A DMessageContainerController.kt130 duration = ScreenshotView.SCREENSHOT_ACTIONS_EXPANSION_DURATION_MS
H A DScreenshotController.java296 private ScreenshotView mScreenshotView;
598 mScreenshotView = (ScreenshotView) in reloadAssets()
621 mScreenshotView.init(mUiEventLogger, new ScreenshotView.ScreenshotViewCallback() { in reloadAssets()