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

1 2 3 45 6 7 8 91011>>

  /ndk/sources/cxx-stl/gabi++/src/
dwarf_helper.h 72 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance.
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
Ease.java 21 class Ease {
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
Ease.java 21 class Ease {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DebugLogUtils.java 81 * Helper log method to ease null-checks and adding spaces.
  /system/media/camera/docs/
camera_metadata_tag_info.mako 21 * It is logically a part of camera_metadata.c. It is broken out for ease of
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.h 112 // Extension Detail JSON Struct for page. (static for ease of testing).
121 // ContentScript JSON Struct for page. (static for ease of testing).
  /external/chromium_org/chrome/browser/resources/
components.css 122 -webkit-transition: all 100ms ease-out;
132 -webkit-transition: all 100ms ease-in;
plugins.css 117 -webkit-transition: all 100ms ease-out;
127 -webkit-transition: all 100ms ease-in;
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.h 99 // Made virtual for ease of mocking in unit tests.
106 // Made virtual for ease of mocking in unit tests.
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
TimingFunctionTestHelper.cpp 105 case CubicBezierTimingFunction::Ease:
106 *os << "Ease";
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSMetadata.js 554 "ease", "linear", "ease-in", "ease-out", "ease-in-out", "step-start", "step-end", "steps", "cubic-bezier"
617 "ease", "linear", "ease-in", "ease-out", "ease-in-out", "step-start", "step-end", "steps", "cubic-bezier"
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
CameraSystem.java 116 mCurrentCameraPosition.x = Lerp.ease(mPreInterpolateCameraPosition.x,
119 mCurrentCameraPosition.y = Lerp.ease(mPreInterpolateCameraPosition.y,
  /build/tools/droiddoc/templates-pdk/assets/design/
default.css 281 -webkit-transition: height 0.25s ease-in;
282 -moz-transition: height 0.25s ease-in;
283 transition: height 0.25s ease-in; }
398 -webkit-animation-timing-function: ease-out;
399 -moz-animation-timing-function: ease-out;
400 animation-timing-function: ease-out; }
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
file_manager.css 364 transition: all 180ms ease;
471 -webkit-transition: all 180ms ease;
553 transition-timing-function: ease-out;
564 transition-timing-function: ease-out;
937 -webkit-transition: background-color 150ms ease;
956 transition: opacity 220ms ease,
957 -webkit-transform 220ms ease;
1019 transition: opacity 180ms ease-in 300ms,
1020 -webkit-transform 180ms ease-in 300ms;
1040 -webkit-animation: fadeIn 180ms ease-in-out
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css 366 -webkit-transition: height 0.25s ease-in;
367 -moz-transition: height 0.25s ease-in;
368 transition: height 0.25s ease-in; }
370 -webkit-transition: height 0.25s ease-out;
371 -moz-transition: height 0.25s ease-out;
372 transition: height 0.25s ease-out; }
701 -webkit-animation-timing-function: ease-out;
702 -moz-animation-timing-function: ease-out;
703 animation-timing-function: ease-out; }
    [all...]
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 477 private float ease(DecelerateInterpolator inter, float value, float start, method in class:NavTabScroller
525 float rot = -factor * ease(mCubic, oscroll, 0, k * 2, height);
526 int y = factor * (int) ease(mCubic, oscroll, 0, k*20, height);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 91 'opacity 0s ease-in');
96 '-webkit-transition', 'opacity' + timeOut + 's ease-in');
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
wallpaper_manager.css 61 -webkit-transition: border-top 130ms ease;
108 -webkit-transition: left 130ms ease-in-out;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 218 function ease(x) { function
240 canvasContext.rotate(2*Math.PI*ease(rotation));
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 91 'opacity 0s ease-in');
96 '-webkit-transition', 'opacity' + timeOut + 's ease-in');
  /external/libnl-headers/netlink/
object-api.h 42 * // separate _alloc() function to ease allocting objects of this kind.
119 * // The concept of object attributes is optional but can ease the typical
  /bionic/libc/bionic/
pthread_attr.cpp 34 // alternate signal stacks to ease debugging of stack overflows, we subtracted the
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_packing.c 179 sample to ease the coding*/
  /external/chromium/base/metrics/
stats_counters.h 45 // Define macros for ease of use. They also allow us to change definitions
  /external/chromium/chrome/browser/extensions/
extensions_ui.h 75 // Extension Detail JSON Struct for page. (static for ease of testing).

Completed in 1295 milliseconds

1 2 3 45 6 7 8 91011>>