Home | History | Annotate | Download | only in data
      1 package com.android.camera.data;
      2 
      3 /**
      4  * The set of all unique identifiers for all different views that may be shown
      5  * in the Filmstrip.
      6  */
      7 public enum LocalDataViewType {
      8     CAMERA_PREVIEW,
      9     PHOTO,
     10     VIDEO,
     11     SESSION,
     12     SECURE_ALBUM_PLACEHOLDER,
     13 }
     14