Home | History | Annotate | Download | only in videoeditor

Lines Matching defs:transitions

48      * Get transitions for the specified category
52 * @return The array of transitions of the specified category
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(
74 transitions[6] = new TransitionType(
77 transitions[7] = new TransitionType(
81 return transitions;