/frameworks/support/transition/src/android/support/transition/ |
ChangeClipBounds.java | 17 package android.support.transition; 32 * scene change and animates those changes during the transition. 36 public class ChangeClipBounds extends Transition {
|
Styleable.java | 17 package android.support.transition; 57 android.R.attr.transition, 66 int TRANSITION = 2; 70 static final int[] TRANSITION = { 77 interface Transition {
|
ChangeBounds.java | 17 package android.support.transition; 46 * This transition captures the layout bounds of target views before and after 47 * the scene change and animates those changes during the transition. 49 * <p>A ChangeBounds transition can be described in a resource file by using the 50 * tag <code>changeBounds</code>, along with the other standard attributes of Transition.</p> 52 public class ChangeBounds extends Transition { 193 * {@link android.transition.ChangeClipBounds} is not compatible with ChangeBounds 394 public void onTransitionCancel(@NonNull Transition transition) { 400 public void onTransitionEnd(@NonNull Transition transition) [all...] |
ChangeTransform.java | 17 package android.support.transition; 40 * This Transition captures scale and rotation for Views before and after the 41 * scene change and animates those changes during the transition. 45 * transition. 47 public class ChangeTransform extends Transition { 131 * @return <code>true</code> when a changed parent should execute the transition 153 * transition inside the scene root's overlay or <code>false</code> 397 Transition outerTransition = this; 520 public void onTransitionEnd(@NonNull Transition transition) { [all...] |
Fade.java | 17 package android.support.transition; 34 * This transition tracks changes to the visibility of target views in the 40 * <p>The ability of this transition to fade out a particular view, and the 58 * <p>A Fade transition can be described in a resource file by using the 60 * attributes of {@code Fade} and {@link Transition}.</p> 69 * Fading mode used in {@link #Fade(int)} to make the transition 76 * Fading mode used in {@link #Fade(int)} to make the transition 83 * Constructs a Fade transition that will fade targets in 86 * @param fadingMode The behavior of this transition, a combination of 94 * Constructs a Fade transition that will fade targets in and out [all...] |
SidePropagation.java | 17 package android.support.transition; 28 * the start of the transition, then it will transition sooner when closer to the side and 29 * later when farther. If the view is not visible in the start of the transition, then 30 * it will transition later when closer to the side and sooner when farther from the edge. 31 * This is the default TransitionPropagation used with {@link android.transition.Slide}. 39 * Sets the side that is used to calculate the transition propagation. If the transitioning 40 * View is visible in the start of the transition, then it will transition sooner when 42 * the transition, then it will transition later when closer to the side and sooner whe [all...] |
/frameworks/support/transition/tests/src/android/support/transition/ |
AutoTransitionTest.java | 17 package android.support.transition; 66 final Transition transition = new AutoTransition(); local 67 transition.addListener(listener); 71 TransitionManager.beginDelayedTransition(mRoot, transition); 85 TransitionManager.beginDelayedTransition(mRoot, transition);
|
ChangeBoundsTest.java | 17 package android.support.transition; 23 import android.support.transition.test.R; 35 Transition createTransition() {
|
ExplodeTest.java | 17 package android.support.transition; 28 import android.support.transition.test.R; 37 Transition createTransition() { 60 verify(mListener, never()).onTransitionEnd(any(Transition.class));
|
ChangeClipBoundsTest.java | 17 package android.support.transition; 27 import android.support.transition.test.R; 37 Transition createTransition() {
|
/external/v8/tools/ |
trace-maps-processor.py | 16 "count Count most frequent transition reasons\n" % sys.argv[0]) 37 class Transition(object): 80 print("// warning: already have a transition from %s to %s, reason: %s" % 83 targets[to_map] = Transition(from_map, to_map, reason) 106 AddMap(to_map, "<transition> (%s)" % event) 108 if event in ["Transition", "NoTransition"]:
|
/frameworks/base/core/java/android/app/ |
ActivityTransitionState.java | 21 import android.transition.Transition; 89 * Has an exit transition been started? If so, we don't want to double-exit. 94 * Postpone painting and starting the enter transition until this is false. 99 * Potential exit transition coordinators. 304 Transition enterViewsTransition = null;
|
/frameworks/base/core/java/android/transition/ |
TransitionUtils.java | 17 package android.transition; 55 public static Transition mergeTransitions(Transition... transitions) {
|
ChangeBounds.java | 17 package android.transition; 44 * This transition captures the layout bounds of target views before and after 45 * the scene change and animates those changes during the transition. 47 * <p>A ChangeBounds transition can be described in a resource file by using the 50 * attributes of {@link android.R.styleable#Transition}.</p> 52 public class ChangeBounds extends Transition { 191 * {@link android.transition.ChangeClipBounds} is not compatible with ChangeBounds 217 * of every view using this transition. The flag is not enabled by 220 * the transition to determine which parents are the same. 222 * @param reparent true if the transition should track the paren [all...] |
ChangeTransform.java | 16 package android.transition; 37 * This Transition captures scale and rotation for Views before and after the 38 * scene change and animates those changes during the transition. 42 * transition. 44 public class ChangeTransform extends Transition { 122 * @return <code>true</code> when a changed parent should execute the transition 145 * transition inside the scene root's overlay or <code>false</code> 377 Transition outerTransition = this; 481 public void onTransitionEnd(Transition transition) { [all...] |
SidePropagation.java | 16 package android.transition; 19 import android.transition.Slide.GravityFlag; 27 * the start of the transition, then it will transition sooner when closer to the side and 28 * later when farther. If the view is not visible in the start of the transition, then 29 * it will transition later when closer to the side and sooner when farther from the edge. 30 * This is the default TransitionPropagation used with {@link android.transition.Slide}. 39 * Sets the side that is used to calculate the transition propagation. If the transitioning 40 * View is visible in the start of the transition, then it will transition sooner whe [all...] |
/packages/apps/Dialer/java/com/android/dialershared/bubble/ |
ChangeOnScreenBounds.java | 26 import android.transition.Transition; 27 import android.transition.TransitionValues; 32 /** Similar to {@link android.transition.ChangeBounds ChangeBounds} but works across windows */ 33 public class ChangeOnScreenBounds extends Transition {
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
TreeToNFAConverter.g | 125 while ( end.transition( 1 ) != null ) 127 end = (NFAState)end.transition( 1 ).target; 129 if ( end.transition( 0 ) != null ) 134 Transition e = new Transition( Label.EPSILON, n ); 138 Transition followEdge = new Transition( Label.EPSILON, following ); 245 start.addTransition(new Transition(Label.EPSILON, g.left)); 259 g.right.addTransition(new Transition(Label.EPSILON,end)); 432 NFAState altBlockState = (NFAState)$g.left.transition(0).target [all...] |
/frameworks/base/core/java/com/android/internal/policy/ |
PhoneWindow.java | 86 import android.transition.Scene; 87 import android.transition.Transition; 88 import android.transition.TransitionInflater; 89 import android.transition.TransitionManager; 90 import android.transition.TransitionSet; 128 private static final Transition USE_DEFAULT_TRANSITION = new TransitionSet(); 272 private Transition mEnterTransition = null; 273 private Transition mReturnTransition = USE_DEFAULT_TRANSITION; 274 private Transition mExitTransition = null [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAToDFAConverter.java | 130 * transition is actually the exit branch of the loop. Rather than make 136 * when nongreedy and EOT transition. Make state with EOT emanating 159 closure((NFAState)alt.transition[0].target, 169 closure((NFAState)alt.transition[0].target, 181 if ( alt.transition[1] ==null ) { 184 alt = (NFAState)alt.transition[1].target; 196 /** From this node, add a d--a-->t transition for all 232 // When a loop is nongreedy and we find an EOT transition, the DFA 344 /** Add a transition from state d to targetState with label in normal case. 418 Transition oldTransition = (Transition)targetToLabelMap.get(tI) [all...] |
DecisionProbe.java | 374 NFAState isolatedAltStart = (NFAState)altStart.transition[0].target; 577 Transition transition0 = ruleInvocationState.transition[0]; 728 Transition t = s.transition(i); 738 if ( targetStatus==REACHABLE_NO ) { // try another transition 781 Transition t = startState.transition(i); 835 Transition t = s.transition[i] [all...] |
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
ExpandingEntryCardView.java | 33 import android.transition.ChangeBounds; 34 import android.transition.Fade; 35 import android.transition.Transition; 36 import android.transition.Transition.TransitionListener; 37 import android.transition.TransitionManager; 38 import android.transition.TransitionSet; 796 public void onTransitionStart(Transition transition) { [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Interpreter.java | 276 s = (NFAState)alt.transition[0].target; 293 (RuleClosureTransition)invokingState.transition[0]; 299 Transition trans = s.transition[0]; 311 // CASE 3: epsilon transition 326 // CASE 3b: plain old epsilon transition, just move 332 // CASE 4: match label on transition 341 s = (NFAState)s.transition[0].target; 398 Transition eotTransition = null; 407 Transition t = s.transition(i) [all...] |
/cts/tests/tests/transition/src/android/transition/cts/ |
FadeTest.java | 16 package android.transition.cts; 32 import android.transition.Fade; 33 import android.transition.Transition; 34 import android.transition.TransitionListenerAdapter; 35 import android.transition.TransitionManager; 36 import android.transition.TransitionValues; 161 public void onTransitionEnd(Transition transition) {
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
SecEntry.S | 42 # Transition to non-paged flat-model protected mode from a
44 # This is a bare bones transition to protected mode only
84 # Transition to 16 bit protected mode
106 # Transition to Flat 32 bit protected mode
107 # The jump to a far pointer causes the transition to 32 bit mode
|