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

/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DTransitionType.java24 public class TransitionType { class
54 public static TransitionType[] getTransitions(Context context) {
55 final TransitionType[] transitions = new TransitionType[8];
56 transitions[0] = new TransitionType(
59 transitions[1] = new TransitionType(
62 transitions[2] = new TransitionType(
65 transitions[3] = new TransitionType(
68 transitions[4] = new TransitionType(
71 transitions[5] = new TransitionType(
91 public TransitionType(String name, int type) { method in class:TransitionType
[all...]

Completed in 65 milliseconds