Home
last modified time | relevance | path

Searched refs:ease (Results 1 – 25 of 170) sorted by relevance

1234567

/external/replicaisland/src/com/replica/replicaisland/
DTimeSystem.java75 scale = Lerp.ease(1.0f, mTargetScale, EASE_DURATION, scaleTime); in update()
79 scale = Lerp.ease(mTargetScale, 1.0f, EASE_DURATION, easeOutTime); in update()
116 public void appyScale(float scaleFactor, float duration, boolean ease) { in appyScale() argument
119 mEaseScale = ease; in appyScale()
DCameraSystem.java116 mCurrentCameraPosition.x = Lerp.ease(mPreInterpolateCameraPosition.x, in update()
119 mCurrentCameraPosition.y = Lerp.ease(mPreInterpolateCameraPosition.y, in update()
DLerp.java37 public static float ease(float start, float target, float duration, float timeSinceStart) in ease() method in Lerp
DFadeDrawableComponent.java104 opacity = Lerp.ease(mInitialOpacity, mTargetOpacity, mDuration, elapsed); in update()
/external/perfetto/ui/src/assets/
Dcommon.scss23 transition: opacity $time ease,
24 color $time ease,
25 background-color $time ease,
26 border-color $time ease,
27 width $time ease,
28 height $time ease,
29 max-width $time ease,
30 max-height $time ease,
31 margin $time ease,
32 transform $time ease,
[all …]
Drecord.scss93 transition: line-height .25s ease;
131 transition: opacity 0.25s ease;
173 transition: color 0.2s ease;
182 transition: filter 0.2s ease, opacity 0.2s ease;
221 transition: all 0.3s ease;
240 transition: all 0.3s ease;
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DTween.java210 tween.ease(Quad.INOUT); in to()
248 tween.ease(Quad.INOUT); in from()
286 tween.ease(Quad.INOUT); in set()
442 public Tween ease(TweenEquation easeEquation) { in ease() method in Tween
/external/sqlite/dist/
DREADME-Android4 They are immortalized in Android.patch to ease future upgrades.
/external/guice/extensions/multibindings/src/
DREADME2 is now part of Guice core. This extension still exists in order to ease the
/external/grpc-grpc/src/objective-c/RxLibrary/
DREADME.md1 This is a generic Reactive Extensions library for Objective-C, created to ease
/external/v8/tools/sodium/
Dstyles.css31 -webkit-transition: all 1s ease;
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
DTimelineApplet.java248 .push(Tween.to(imgTweenSprite, SpriteAccessor.POSITION_XY, 500).target(60, 140).ease(Quart.OUT)) in createTimeline()
249 … .push(Tween.to(imgEngineSprite, SpriteAccessor.POSITION_XY, 500).target(200, 140).ease(Quart.OUT)) in createTimeline()
250 ….push(Tween.to(imgUniversalSprite, SpriteAccessor.POSITION_XY, 1000).target(60, 105).ease(Bounce.O… in createTimeline()
254 .push(Tween.to(imgLogoSprite, SpriteAccessor.SCALE_XY, 800).target(1, 1).ease(Back.OUT)) in createTimeline()
255 .push(Tween.to(blankStripSprite, SpriteAccessor.SCALE_XY, 500).target(1, 1).ease(Back.OUT)) in createTimeline()
/external/python/cpython2/Doc/library/
Dimportlib.rst15 help ease in transitioning from 2.7 to 3.1.
/external/catch2/docs/
Dcommercial-users.md9 and being aware that other companies are using Catch can ease the path in.
/external/ImageMagick/www/assets/
Dmagick.css6ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{trans…
/external/skia/infra/skqp/docker/
DREADME.md4 Docker files to ease working with the Android SDK/NDK and SKQP.
/external/skqp/infra/skqp/docker/
DREADME.md4 Docker files to ease working with the Android SDK/NDK and SKQP.
/external/curl/tests/server/
DCMakeLists.txt23 # library. For convenience and to ease portability of these servers,
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_ResultCodes4 POSIX Test Suite tests all return standard result codes for ease in
/external/doclava/res/assets/templates-sdk/assets/css/
Ddefault.css876 -webkit-animation-timing-function: ease-out;
877 -moz-animation-timing-function: ease-out;
878 animation-timing-function: ease-out; }
2973 -webkit-transition: color .4s ease;
2974 -moz-transition: color .4s ease;
2975 -o-transition: color .4s ease;
2976 transition: color .4s ease;
3470 -webkit-transition: all 0.25s ease-out;
3471 -moz-transition: all 0.25s ease-out;
3472 -ms-transition: all 0.25s ease-out;
[all …]
/external/icu/icu4c/source/config/
Dmh-qnx73 ## (to ease in packaging with QNX's native package format)
/external/libese/tools/ese_relay/
DREADME.md4 an Android device. The primary purpose is to ease development and provision
/external/bcc/tools/
Dtcpretrans_example.txt59 This can ease to quickly isolate congested or otherwise awry network paths
/external/python/cpython3/Doc/c-api/
Dobjbuffer.rst10 exposed to ease porting 2.x code. They act as a compatibility wrapper
/external/ltp/doc/
Dbuild-system-guide.txt23 compile into multiple object directories for out-of-tree build support (ease of
26 compile, it would go off and compile libltp.a first (ease of use).

1234567