Searched refs:ViewOnlyPreviewActivityIntentFactory (Results 1 – 2 of 2) sorted by relevance
49 import com.android.wallpaper.picker.ViewOnlyPreviewActivity.ViewOnlyPreviewActivityIntentFactory;95 new ViewOnlyPreviewActivityIntentFactory(); in WallpaperPickerDelegate()349 ((ViewOnlyPreviewActivityIntentFactory) mViewOnlyPreviewIntentFactory).setAsHomePreview( in showViewOnlyPreview()
91 public static class ViewOnlyPreviewActivityIntentFactory implements InlinePreviewIntentFactory { class in ViewOnlyPreviewActivity