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

/frameworks/base/core/java/android/transition/
H A DTransition.java128 public static final int MATCH_INSTANCE = 0x1; field in class:Transition
129 private static final int MATCH_FIRST = MATCH_INSTANCE;
161 MATCH_INSTANCE,
299 matches[index] = Transition.MATCH_INSTANCE;
482 * choose to have only some or all of the values of {@link #MATCH_INSTANCE},
488 * @param matches A list of zero or more of {@link #MATCH_INSTANCE},
657 case MATCH_INSTANCE:

Completed in 756 milliseconds