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

  /packages/apps/VideoEditor/src/com/android/videoeditor/
TransitionType.java 24 public class TransitionType {
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(
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_tcp_socket_shared.h 32 enum TransitionType {
46 void SetPendingTransition(TransitionType pending_transition);
49 void DoTransition(TransitionType transition, bool success);
51 bool IsValidTransition(TransitionType transition) const;
52 bool IsPending(TransitionType transition) const;
59 TransitionType pending_transition_;
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
chatroommoduleimpl.cc 416 enum TransitionType {
429 TransitionType transition_type;

Completed in 124 milliseconds