HomeSort by relevance Sort by last modified time
    Searched full:ease (Results 1 - 25 of 297) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/
transition-timing-functions.html 25 .container:hover .ease,
27 .container:hover .ease-in,
28 .container:hover .ease-out,
29 .container:hover .ease-in-out,
35 .container .ease {
36 -webkit-transition-timing-function: ease;
43 .container .ease-in {
44 -webkit-transition-timing-function: ease-in;
47 .container .ease-out {
48 -webkit-transition-timing-function: ease-out
    [all...]
animate-left.html 19 -webkit-animation-timing-function: ease-in-out;
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;
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DialogHelper.java 22 * Contains methods to show common types of Dialog. This is done both for ease of code re-use and to
  /external/chromium/chrome/browser/ui/webui/options/
language_options_handler.h 24 // The following static method is public for ease of testing.
language_options_handler_common.h 27 // The following static methods are public for ease of testing.
  /external/qemu/
monitor-android.h 2 * Android-specific stuff as possible to ease upstream integrations.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
popup.html 26 -webkit-transition: background-color 0.5s ease-out;
36 -webkit-transition: -webkit-transform 0.25s ease;
60 -webkit-transition: all 0.5s ease;
82 -webkit-transition: all 0.5s ease;
141 -webkit-transition: color 0.5s ease;
150 -webkit-transition: color 0.5s ease;
185 -webkit-transition: all 1.0s ease;
  /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/webkit/Source/WebCore/rendering/
RenderCounter.h 72 // Outside the WebCore namespace for ease of invocation from gdb.
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
webkit 140 ease
141 ease-in
142 ease-in-out
143 ease-out
mozilla 227 ease
228 ease-in
229 ease-in-out
230 ease-out
  /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)
  /libcore/luni/src/main/java/libcore/icu/
NativePluralRules.java 25 * ease localization of strings to languages with complex grammatical rules regarding number.
  /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
  /build/tools/droiddoc/templates-sdk/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
  /external/chromium/chrome/browser/sync/engine/
conflict_resolver.h 60 // currently not very efficient, but will ease debugging.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
feed.css 61 -webkit-transition: height 0.2s ease-out;
  /external/webkit/Source/WebCore/css/
CSSValueKeywords.in 694 ease
696 ease-in
697 ease-out
698 ease-in-out
  /frameworks/base/core/java/android/util/
Pair.java 20 * Container to ease passing around a tuple of two objects. This object provides a sensible
  /external/chromium/chrome/browser/resources/options/
cookies_view.css 54 -webkit-transition: height .15s ease-in-out;
104 -webkit-transition: .15s ease-in-out;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.html 175 -webkit-transition: all .5s ease-out;
180 -webkit-transition: all .5s ease-out;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/
background.html 199 function ease(x) {
232 canvasContext.rotate(2*Math.PI*ease(rotation));

Completed in 1161 milliseconds

1 2 3 4 5 6 7 8 91011>>