/packages/apps/TV/src/com/android/tv/dvr/ui/playback/ |
DvrPlaybackSideFragment.java | 25 import android.transition.Transition; 147 // Excludes the background scrim from transition to prevent the blinking caused by 149 Transition t = getEnterTransition();
|
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/ |
Main.asm | 34 ; Transition the processor from 16-bit real mode to 32-bit flat mode
74 ; Transition the processor from 32-bit flat mode to 64-bit flat mode
|
/frameworks/base/core/java/android/transition/ |
ChangeScroll.java | 17 package android.transition; 27 * This transition captures the scroll properties of targets before and after 30 public class ChangeScroll extends Transition {
|
CircularPropagation.java | 16 package android.transition; 23 * A propagation that varies with the distance to the epicenter of the Transition 25 * start of the transition, Views farther from the epicenter will transition 27 * of the transition or is not visible at the start of the transition, it will 28 * transition sooner when closer to the epicenter and later when farther from 30 * {@link android.transition.Explode}. 38 * Sets the speed at which transition propagation happens, relative to the duration of the 39 * Transition. A <code>propagationSpeed</code> of 1 means that a View centered farthest fro [all...] |
Visibility.java | 17 package android.transition; 35 * This transition tracks changes to the visibility of target views in the 47 public abstract class Visibility extends Transition { 59 * Mode used in {@link #setMode(int)} to make the transition 66 * Mode used in {@link #setMode(int)} to make the transition 102 * This tells the Visibility transition to suppress layout during the transition and release 103 * the suppression after the transition. 111 * Changes the transition to support appearing and/or disappearing Views, depending 114 * @param mode The behavior supported by this transition, a combination o [all...] |
ChangeClipBounds.java | 16 package android.transition; 30 * scene change and animates those changes during the transition. 32 public class ChangeClipBounds extends Transition {
|
Recolor.java | 17 package android.transition; 30 * This transition tracks changes during scene changes to the 40 public class Recolor extends Transition {
|
/frameworks/support/transition/src/android/support/transition/ |
ChangeScroll.java | 17 package android.support.transition; 30 * This transition captures the scroll properties of targets before and after 33 public class ChangeScroll extends Transition {
|
CircularPropagation.java | 17 package android.support.transition; 24 * A propagation that varies with the distance to the epicenter of the Transition 26 * start of the transition, Views farther from the epicenter will transition 28 * of the transition or is not visible at the start of the transition, it will 29 * transition sooner when closer to the epicenter and later when farther from 38 * Sets the speed at which transition propagation happens, relative to the duration of the 39 * Transition. A <code>propagationSpeed</code> of 1 means that a View centered farthest from 41 * in start delay of approximately the duration of the Transition. A speed of 2 means th [all...] |
/frameworks/support/transition/tests/src/android/support/transition/ |
ChangeScrollTest.java | 17 package android.support.transition; 27 import android.support.transition.test.R; 36 Transition createTransition() {
|
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/ |
FadeAndShortSlide.java | 16 package android.support.v17.leanback.transition; 29 import android.transition.Fade; 30 import android.transition.Transition; 31 import android.transition.TransitionValues; 32 import android.transition.Visibility; 286 public Transition addListener(TransitionListener listener) { 292 public Transition removeListener(TransitionListener listener) { 315 public Transition clone() {
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
StateManager.java | 63 StateTransitionAnimation.Transition.Incoming); 93 StateTransitionAnimation.Transition.Incoming); 211 StateTransitionAnimation.Transition.Outgoing); 238 StateTransitionAnimation.Transition.Incoming);
|
/cts/tests/tests/transition/src/android/transition/cts/ |
CaptureValuesTest.java | 16 package android.transition.cts; 24 import android.transition.AutoTransition; 25 import android.transition.ChangeBounds; 26 import android.transition.ChangeClipBounds; 27 import android.transition.ChangeImageTransform; 28 import android.transition.ChangeScroll; 29 import android.transition.ChangeTransform; 30 import android.transition.Explode; 31 import android.transition.Fade; 32 import android.transition.Slide 76 Transition transition = set.getTransitionAt(i); local [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarSanity.java | 32 import org.antlr.analysis.Transition; 79 /** From state s, look for any transition to a rule that is currently 83 * rule must look at follow transition for that invoking state. 104 Transition t0 = s.transition[0]; 146 // now do the other transition if it exists 147 Transition t1 = s.transition[1];
|
RandomPhrase.java | 34 import org.antlr.analysis.Transition; 89 (RuleClosureTransition)invokingState.transition[0]; 96 Transition t0 = state.transition[0]; 121 Transition t = altStartState.transition[0];
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
MenuPopupWindow.java | 31 import android.transition.Transition; 81 mPopup.setEnterTransition((Transition) enterTransition); 87 mPopup.setExitTransition((Transition) exitTransition);
|
/packages/apps/Gallery2/src/com/android/gallery3d/anim/ |
StateTransitionAnimation.java | 77 private static Spec specForTransition(Transition t) { 92 public static enum Transition { None, Outgoing, Incoming, PhotoIncoming } 103 public StateTransitionAnimation(Transition t, RawTexture oldScreen) {
|
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/ |
FadeAndShortSlide.java | 22 import android.transition.Fade; 23 import android.transition.Transition; 24 import android.transition.TransitionValues; 25 import android.transition.Visibility; 278 public Transition addListener(TransitionListener listener) { 284 public Transition removeListener(TransitionListener listener) { 290 public Transition clone() { 297 public Transition setDuration(long duration) {
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimatedStateListDrawable.java | 42 * keyframes may optionally be defined using transition elements. 47 * <code><transition></code> element. 66 private static final String ELEMENT_TRANSITION = "transition"; 71 /** The currently running transition, if any. */ 72 private Transition mTransition; 74 /** Index to be set after the transition ends. */ 119 * Adds a new transition between keyframes. 123 * @param transition An {@link Animatable} drawable to use as a transition, may not be null 124 * @param reversible Whether the transition can be reverse 207 final Transition transition; local [all...] |
/prebuilts/sdk/current/support/transition/libs/ |
android-support-transition.jar | |
/external/icu/icu4c/source/tools/tzcode/ |
tz2icu.cpp | 122 // A transition from one ZoneType to another 124 struct Transition { 127 Transition(int64_t _time, int32_t _type) { 165 vector<Transition> transitions; 335 // Used temporarily to store transition times and types. We need 341 // Read transition times 350 // Read transition types 371 // Preserve the latest transition before the 32bit minimum time 375 // Skipping the rest of the transition data. We cannot put such 380 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i])) [all...] |
/device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/ |
Flat32.asm | 43 ; Transition to non-paged flat-model protected mode from a
45 ; This is a bare bones transition to protected mode only
64 ; Transition to 16 bit protected mode
82 ; Transition to Flat 32 bit protected mode
83 ; The jump to a far pointer causes the transition to 32 bit mode
|
/packages/apps/TV/src/com/android/tv/ui/ |
TvTransitionManager.java | 22 import android.transition.Fade; 23 import android.transition.Scene; 24 import android.transition.Transition; 25 import android.transition.TransitionInflater; 26 import android.transition.TransitionManager; 27 import android.transition.TransitionSet; 28 import android.transition.TransitionValues; 97 // When transition is null, transition got stuck without calling endTransitions 211 Transition transition = ti.inflateTransition(R.transition.transition_between_scenes); local [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/ |
X86Thunk.c | 61 @param Transition Pointer to the transition code under 1MB.
71 IN OUT VOID *Transition
91 temporary storage in the transition to and from
108 // Extra 4 bytes for return address, and another 4 bytes for mode transition
140 // Point RealModeGdt to the GDT to be used in transition
159 // Update transition code entry point offset
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/ |
X86Thunk.c | 33 @param Transition The pointer to the transition code under 1MB.
43 IN OUT VOID *Transition
63 temporary storage in the transition to and from
80 // Extra 4 bytes for return address, and another 4 bytes for mode transition
115 // Point RealModeGdt to the GDT to be used in transition
134 // Update transition code entry point offset
|