Searched refs:PreviewFragment (Results 1 – 9 of 9) sorted by relevance
35 import com.android.wallpaper.picker.PreviewFragment;95 return PreviewFragment.newInstance(wallpaperInfo, mode, testingModeEnabled); in getPreviewFragment()
78 public abstract class PreviewFragment extends Fragment implements class111 public static PreviewFragment newInstance( in newInstance()121 PreviewFragment fragment = isLive ? new LivePreviewFragment() : new ImagePreviewFragment(); in newInstance()
63 PreviewFragment.MODE_VIEW_ONLY, in onAttachedToWindow()
65 PreviewFragment.MODE_CROP_AND_SET_WALLPAPER, in onCreate()
125 PreviewFragment.MODE_CROP_AND_SET_WALLPAPER, in loadPreviewFragment()
56 public class ImagePreviewFragment extends PreviewFragment {
71 public class LivePreviewFragment extends PreviewFragment implements
27 import com.android.wallpaper.picker.PreviewFragment.PreviewMode;
293 TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.PreviewFragment); in onCreateView()