Searched defs:Spec (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DStateTransitionAnimation.java30 public static class Spec { class in class:StateTransitionAnimation
31 public static final Spec OUTGOING;
32 public static final Spec INCOMING;
33 public static final Spec PHOTO_INCOMING;
54 OUTGOING = new Spec();
64 INCOMING = new Spec();
77 private static Spec specForTransition(Transition t) {
80 return Spec.OUTGOING;
82 return Spec.INCOMING;
84 return Spec
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java90 public SlotView(AbstractGalleryActivity activity, Spec spec) {
143 public void setSlotSpec(Spec spec) {
373 // This Spec class is used to specify the size of each slot in the SlotView.
384 public static class Spec { class in class:SlotView
404 private Spec mSpec;
416 public void setSlotSpec(Spec spec) {

Completed in 88 milliseconds