HomeSort by relevance Sort by last modified time
    Searched defs:sAspects (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorCrop.java 54 protected static final SparseArray<AspectInfo> sAspects;
56 sAspects = new SparseArray<AspectInfo>();
57 sAspects.put(R.id.crop_menu_1to1, new AspectInfo(R.string.aspect1to1_effect, 1, 1));
58 sAspects.put(R.id.crop_menu_4to3, new AspectInfo(R.string.aspect4to3_effect, 4, 3));
59 sAspects.put(R.id.crop_menu_3to4, new AspectInfo(R.string.aspect3to4_effect, 3, 4));
60 sAspects.put(R.id.crop_menu_5to7, new AspectInfo(R.string.aspect5to7_effect, 5, 7));
61 sAspects.put(R.id.crop_menu_7to5, new AspectInfo(R.string.aspect7to5_effect, 7, 5));
62 sAspects.put(R.id.crop_menu_none, new AspectInfo(R.string.aspectNone_effect, 0, 0));
63 sAspects.put(R.id.crop_menu_original, new AspectInfo(R.string.aspectOriginal_effect, 0, 0));
118 AspectInfo info = sAspects.get(itemId)
    [all...]
  /frameworks/native/include/media/hardware/
HardwareAPI.h 411 // Note: the size of sAspects may increase in the future by additional fields.
421 ColorAspects sAspects; // IN/OUT

Completed in 112 milliseconds