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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/
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;
  /external/sqlite/dist/
README-Android 4 They are immortalized in Android.patch to ease future upgraded.
  /external/replicaisland/src/com/replica/replicaisland/
TimeSystem.java 74 // ease in
75 scale = Lerp.ease(1.0f, mTargetScale, EASE_DURATION, scaleTime);
77 // ease out
79 scale = Lerp.ease(mTargetScale, 1.0f, EASE_DURATION, easeOutTime);
116 public void appyScale(float scaleFactor, float duration, boolean ease) {
119 mEaseScale = ease;
Lerp.java 37 public static float ease(float start, float target, float duration, float timeSinceStart) method in class:Lerp
  /external/chromium_org/content/public/common/
sandbox_type_mac.h 14 SANDBOX_TYPE_FIRST_TYPE = 0, // Placeholder to ease iteration.
34 SANDBOX_TYPE_AFTER_LAST_TYPE, // Placeholder to ease iteration.
  /external/strace/
README-Android 10 ease future upgrades.
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
first_run.css 36 transition-function: ease-in;
40 transition-function: ease-out;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_account_picker.css 7 -webkit-transition: width 180ms ease,
8 height 180ms ease;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
popup.css 21 -webkit-transition: background-color 0.5s ease-out;
31 -webkit-transition: -webkit-transform 0.25s ease;
55 -webkit-transition: all 0.5s ease;
77 -webkit-transition: all 0.5s ease;
137 -webkit-transition: color 0.5s ease;
149 -webkit-transition: color 0.5s ease;
187 -webkit-transition: all 1.0s ease;
  /external/chromium_org/remoting/webapp/
toolbar.css 10 -webkit-transition: top 0.15s ease;
31 -webkit-transition: height 0.15s ease;
79 -webkit-transition: bottom 0.15s ease, opacity 0.1s linear;
  /external/chromium_org/chrome_elf/
README 3 chrome_elf.dll is shipped in Chrome's version directory to ease updates,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
popup.css 29 -webkit-transition: -webkit-transform 0.25s ease;
61 -webkit-transition: all 1.0s ease;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/styles/
style.css 69 transition: background-color 0.2s ease-out, color 0.3s ease-in-out;
104 transition: background-color 0.1s ease-out, color 0.2s ease-in-out;
351 transition: background-color 0.2s ease-out;
382 transition: width 0.1s ease-out;
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_float_animation_curve_unittest.cc 121 // Tests that an ease timing function works as expected.
150 // Tests that an ease in timing function works as expected.
166 // Tests that an ease in timing function works as expected.
182 // Tests that an ease in timing function works as expected.
198 // Tests that an ease in timing function works as expected.
217 // Tests that the default timing function is indeed ease.
  /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
  /device/google/accessory/demokit/
make-download.sh 9 # /examples/demokit (added here for ease of use with Arduino)
  /external/chromium/chrome/browser/ui/webui/options/
language_options_handler.h 24 // The following static method is public for ease of testing.
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler.h 26 // The following static method is public for ease of testing.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.css 55 -webkit-transition: height 0.2s ease-out;
  /external/chromium_org/ppapi/c/dev/
deprecated_bool.h 16 // and remove this file. This is only here to ease the transition from
  /external/chromium_org/third_party/freetype/
freetype.gyp 15 # same order as in Android.mk to ease maintenance.
  /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_org/third_party/WebKit/Source/core/platform/animation/
TimingFunction.h 97 Ease,
112 case Ease:
114 DEFINE_STATIC_REF(CubicBezierTimingFunction, ease, (adoptRef(new CubicBezierTimingFunction(Ease, 0.25, 0.1, 0.25, 1.0))));
115 return ease;

Completed in 947 milliseconds

1 2 3 4 5 6 7 8 91011>>