Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DDefaultActivityBinder.java25 import com.android.systemui.screenshot.LongScreenshotActivity;
103 @ClassKey(LongScreenshotActivity.class)
104 public abstract Activity bindLongScreenshotActivity(LongScreenshotActivity activity); in bindLongScreenshotActivity()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DLongScreenshotActivity.java65 public class LongScreenshotActivity extends Activity { class
66 private static final String TAG = LogConfig.logTag(LongScreenshotActivity.class);
102 public LongScreenshotActivity(UiEventLogger uiEventLogger, ImageExporter imageExporter, in LongScreenshotActivity() method in LongScreenshotActivity
H A DScreenshotController.java711 final Intent intent = new Intent(mContext, LongScreenshotActivity.class); in onScrollCaptureResponseReady()