/frameworks/base/core/java/android/animation/ |
FloatKeyframeSet.java | 25 * values between those keyframes for a given animation. The class internal to the animation 26 * package because it is an implementation detail of how Keyframes are stored and used. 39 public FloatKeyframeSet(FloatKeyframe... keyframes) { 40 super(keyframes); 50 ArrayList<Keyframe> keyframes = mKeyframes; local 54 newKeyframes[i] = (FloatKeyframe) keyframes.get(i).clone();
|
IntKeyframeSet.java | 25 * values between those keyframes for a given animation. The class internal to the animation 26 * package because it is an implementation detail of how Keyframes are stored and used. 39 public IntKeyframeSet(IntKeyframe... keyframes) { 40 super(keyframes); 50 ArrayList<Keyframe> keyframes = mKeyframes; local 54 newKeyframes[i] = (IntKeyframe) keyframes.get(i).clone();
|
/external/chromium_org/third_party/WebKit/ManualTests/animation/ |
compositor-animation-delay.html | 41 @-webkit-keyframes anim-left { 50 @-webkit-keyframes anim-transform {
|
transitions-and-paused-animations.html | 35 @-webkit-keyframes fade {
|
/external/chromium_org/tools/perf/page_sets/tough_texture_upload_cases/ |
background_color_animation_and_transform_animation.html | 5 @-webkit-keyframes color-animation { 10 @-webkit-keyframes transform-animation {
|
background_color_animation_with_gradient_and_transform_animation.html | 5 @-webkit-keyframes color-animation { 10 @-webkit-keyframes transform-animation {
|
background_color_animation.html | 5 @-webkit-keyframes color-animation {
|
background_color_animation_with_gradient.html | 5 @-webkit-keyframes color-animation {
|
/external/chromium/chrome/browser/resources/ |
network_menu.css | 44 @-webkit-keyframes spin {
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
network_menu.css | 47 @-webkit-keyframes spin {
|
/external/chromium_org/chrome/browser/ui/autofill/ |
loading_animation.h | 30 // Describes a frame of the animation, a la -webkit-keyframes.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
animate-left.html | 22 @-webkit-keyframes bounce {
|
animation-with-transition.html | 23 @-webkit-keyframes simple {
|
animate-duration.html | 40 @-webkit-keyframes slide {
|
crash-and-no-repaint-after-wake-from-sleep.html | 113 @-webkit-keyframes x-spin { 119 @-webkit-keyframes y-spin { 125 @-webkit-keyframes back-y-spin {
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
ElementAnimation.idl | 32 [RuntimeEnabled=WebAnimationsAPI] void animate(sequence<Dictionary> keyframes, optional double duration);
|
ElementAnimationTest.cpp | 121 const KeyframeAnimationEffect::KeyframeVector keyframes = local 124 EXPECT_EQ(0, keyframes[0]->offset()); 125 EXPECT_EQ(1, keyframes[1]->offset()); 127 const AnimatableValue* keyframe1Width = keyframes[0]->propertyValue(CSSPropertyWidth); 128 const AnimatableValue* keyframe2Width = keyframes[1]->propertyValue(CSSPropertyWidth);
|
CompositorAnimations.h | 44 // need a timing function such that the behavior with the keyframes swapped is 45 // equivalent to reversing time with the input timing function and keyframes.
|
/external/chromium_org/ui/webui/resources/css/ |
spinner.css | 23 @-webkit-keyframes spinner-animation {
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSKeyframesRule.h | 46 const Vector<RefPtr<StyleKeyframe> >& keyframes() const { return m_keyframes; } function in class:WebCore::FINAL 71 DEFINE_STYLE_RULE_TYPE_CASTS(Keyframes);
|
/external/chromium_org/third_party/skia/include/utils/ |
SkInterpolator.h | 31 first keyframe. If there are no keyframes, this param 34 last keyframe. If there are no keyframes, this parameter
|
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/ |
TimeLine.java | 109 oc.writeSavableArrayList(list, "keyFrames", null); 114 ArrayList list = ic.readSavableArrayList("keyFrames", null);
|
/external/skia/include/utils/ |
SkInterpolator.h | 31 first keyframe. If there are no keyframes, this param 34 last keyframe. If there are no keyframes, this parameter
|
/external/skia/tools/skpdiff/ |
viewer_style.css | 111 @-webkit-keyframes greenflash { 121 @-webkit-keyframes redflash {
|
/packages/apps/UnifiedEmail/res/raw/ |
template_conversation_upper.html | 50 @-webkit-keyframes initial-load-noop-animation {
|