Searched refs:MATCH_INSTANCE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DTransition.java127 public static final int MATCH_INSTANCE = 0x1; field in class:Transition
128 private static final int MATCH_FIRST = MATCH_INSTANCE;
160 MATCH_INSTANCE,
298 matches[index] = Transition.MATCH_INSTANCE;
481 * choose to have only some or all of the values of {@link #MATCH_INSTANCE},
487 * @param matches A list of zero or more of {@link #MATCH_INSTANCE},
648 case MATCH_INSTANCE:

Completed in 40 milliseconds