Home
last modified time | relevance | path

Searched refs:PreviewActivity (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
DPreviewActivityTest.java101 private final ActivityTestRule<PreviewActivity> mActivityRule =
102 new ActivityTestRule<>(PreviewActivity.class, false, false);
147 Intent intent = PreviewActivity.newIntent( in launchActivityIntentWithWallpaper()
173 private SubsamplingScaleImageView getFullResImageView(PreviewActivity activity) { in getFullResImageView()
462 PreviewActivity activity = mActivityRule.getActivity(); in testSetsDefaultWallpaperZoomAndScroll()
502 PreviewActivity activity = mActivityRule.getActivity(); in testShowSetWallpaperDialog_TemporarilyLocksScreenOrientation()
519 PreviewActivity activity = mActivityRule.getActivity(); in testSetWallpaper_TemporarilyLocksScreenOrientation()
538 PreviewActivity activity = mActivityRule.getActivity(); in testShowsWallpaperAttribution()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewActivity.java42 public class PreviewActivity extends BasePreviewActivity implements AppbarFragmentHost { class
50 Intent intent = new Intent(packageContext, PreviewActivity.class); in newIntent()
143 return PreviewActivity.newIntent(appContext, wallpaper, mIsViewAsHome, in newIntent()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt56 import com.android.wallpaper.picker.PreviewActivity
319 ?: PreviewActivity.PreviewActivityIntentFactory().also { in getPreviewActivityIntentFactory()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPicker2Injector.kt44 import com.android.wallpaper.picker.PreviewActivity
380 ?: PreviewActivity.PreviewActivityIntentFactory().also { in getPreviewActivityIntentFactory()