Searched refs:LongScreenshotActivity (Results 1 – 3 of 3) sorted by relevance
26 import com.android.systemui.screenshot.LongScreenshotActivity;110 @ClassKey(LongScreenshotActivity.class)111 public abstract Activity bindLongScreenshotActivity(LongScreenshotActivity activity); in bindLongScreenshotActivity()
65 public class LongScreenshotActivity extends Activity { class66 private static final String TAG = LogConfig.logTag(LongScreenshotActivity.class);102 public LongScreenshotActivity(UiEventLogger uiEventLogger, ImageExporter imageExporter, in LongScreenshotActivity() method in LongScreenshotActivity
702 final Intent intent = new Intent(mContext, LongScreenshotActivity.class); in onScrollCaptureResponseReady()