HomeSort by relevance Sort by last modified time
    Searched full:ease (Results 26 - 50 of 542) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/chromeos/login/
user_pod_row.css 25 -webkit-transition: -webkit-transform 180ms ease,
26 opacity 180ms ease;
42 -webkit-transition: all 180ms ease;
97 -webkit-transition: all 170ms ease;
201 -webkit-transition: opacity 100ms ease-in-out;
272 -webkit-transition: opacity 100ms ease-in-out;
354 -webkit-transition: -webkit-transform 140ms ease;
359 -webkit-transition: all 140ms ease;
439 -webkit-transition: -webkit-transform 180ms ease;
header_bar.css 28 -webkit-transition: opacity 200ms ease-out;
32 -webkit-transition: opacity 2s ease-out;
oobe_screen.css 14 -webkit-transition: -webkit-transform 200ms ease-in-out,
15 opacity 200ms ease-in-out,
16 visibility 200ms ease-in-out;
screen_container.css 62 -webkit-transition: width 180ms ease,
63 height 180ms ease;
68 -webkit-transition: -webkit-transform 200ms ease-in-out;
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.css 97 -webkit-transition: opacity 150ms ease-in-out;
103 -webkit-transition: opacity 150ms ease-in-out;
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.h 27 // The following static methods are public for ease of testing.
  /external/chromium/chrome/browser/ui/webui/options/
language_options_handler_common.h 27 // The following static methods are public for ease of testing.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/
plugin_list.css 49 -webkit-transition: height .5s ease-in-out;
  /external/chromium_org/skia/ext/
recursive_gaussian_convolution.h 18 // ease reading and analysis.
  /external/chromium_org/third_party/WebKit/ManualTests/
animate-duration.html 28 -webkit-animation-timing-function: ease-in-out;
print-with-height-transition-in-screen-stylesheet.html 6 -webkit-transition: height 100s ease-in-out;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCounter.h 68 // Outside the WebCore namespace for ease of invocation from gdb.
  /external/chromium_org/third_party/WebKit/public/platform/
WebFloatAnimationCurve.h 40 // Adds the keyframe with the default timing function (ease).
WebTransformAnimationCurve.h 40 // Adds the keyframe with the default timing function (ease).
  /external/chromium_org/third_party/mach_override/
mach_override.h 43 If you're using C++ this macro will ease the tedium of typedef'ing, naming, keeping
  /external/chromium_org/v8/tools/sodium/
styles.css 31 -webkit-transition: all 1s ease;
  /external/libogg/doc/libogg/
oggpack_readinit.html 36 <dd>Pointer to <a href=oggpack_buffer.html">oggpack_buffer</a> to be initialized with some extra markers to ease bit navigation and manipulation.</dd>
oggpack_writeclear.html 36 <dd>Our oggpack_buffer. This is an ordinary data buffer with some extra markers to ease bit navigation and manipulation.</dd>
oggpack_writeinit.html 36 <dd>Buffer to be used for writing. This is an ordinary data buffer with some extra markers to ease bit navigation and manipulation.</dd>
  /frameworks/base/core/java/android/view/animation/
AccelerateInterpolator.java 42 * 1.0f exaggerates the ease-in effect (i.e., it starts even
DecelerateInterpolator.java 37 * ease-out effect (i.e., it starts even faster and ends evens slower)
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
MultiWaveView.java 98 private TimeInterpolator mChevronAnimationInterpolator = Ease.Quad.easeOut;
385 "ease", Ease.Cubic.easeIn,
397 "ease", Ease.Quart.easeOut,
438 "ease", mChevronAnimationInterpolator,
547 "ease", Ease.Cubic.easeOut,
557 "ease", Ease.Cubic.easeOut
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativePluralRules.java 25 * ease localization of strings to languages with complex grammatical rules regarding number.
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
GlowPadView.java 401 "ease", Ease.Cubic.easeIn,
413 "ease", Ease.Quart.easeOut,
499 final TimeInterpolator interpolator = Ease.Cubic.easeOut;
504 "ease", interpolator,
515 "ease", interpolator,
536 "ease", Ease.Cubic.easeOut,
544 "ease", Ease.Cubic.easeOut
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
carousel.js 191 var ease = ease_right;
193 ease = function(t) { return 1.0 - ease_right(t); };
195 var left = (ease(current_frame/animation.frames) * Math.abs(animation.goal - animation.origin)) - cp;
192 ease = function(t) { return 1.0 - ease_right(t); }; function

Completed in 703 milliseconds

12 3 4 5 6 7 8 91011>>