Searched refs:Spec (Results 1 – 3 of 3) sorted by relevance
30 public static class Spec { class in StateTransitionAnimation31 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) { in specForTransition()80 return Spec.OUTGOING; in specForTransition()82 return Spec.INCOMING; in specForTransition()84 return Spec.PHOTO_INCOMING; in specForTransition()[all …]
30 public SlotView.Spec slotViewSpec;48 slotViewSpec = new SlotView.Spec(); in AlbumSetPage()84 public SlotView.Spec slotViewSpec;99 slotViewSpec = new SlotView.Spec(); in AlbumPage()
91 public SlotView(AbstractGalleryActivity activity, Spec spec) { in SlotView()144 public void setSlotSpec(Spec spec) { in setSlotSpec()385 public static class Spec { class in SlotView405 private Spec mSpec;417 public void setSlotSpec(Spec spec) { in setSlotSpec()