Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java99 public class ScreenshotView extends FrameLayout implements class
111 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
H A DScreenshotController.java261 private ScreenshotView mScreenshotView;
459 mScreenshotView = (ScreenshotView) in reloadAssets()
461 mScreenshotView.init(mUiEventLogger, new ScreenshotView.ScreenshotViewCallback() { in reloadAssets()