/external/replicaisland/src/com/replica/replicaisland/ |
D | TimeSystem.java | 75 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()
|
D | CameraSystem.java | 116 mCurrentCameraPosition.x = Lerp.ease(mPreInterpolateCameraPosition.x, in update() 119 mCurrentCameraPosition.y = Lerp.ease(mPreInterpolateCameraPosition.y, in update()
|
D | Lerp.java | 37 public static float ease(float start, float target, float duration, float timeSinceStart) in ease() method in Lerp
|
D | FadeDrawableComponent.java | 104 opacity = Lerp.ease(mInitialOpacity, mTargetOpacity, mDuration, elapsed); in update()
|
/external/perfetto/ui/src/assets/ |
D | common.scss | 23 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 …]
|
D | record.scss | 93 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/ |
D | Tween.java | 210 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/ |
D | README-Android | 4 They are immortalized in Android.patch to ease future upgrades.
|
/external/guice/extensions/multibindings/src/ |
D | README | 2 is now part of Guice core. This extension still exists in order to ease the
|
/external/grpc-grpc/src/objective-c/RxLibrary/ |
D | README.md | 1 This is a generic Reactive Extensions library for Objective-C, created to ease
|
/external/v8/tools/sodium/ |
D | styles.css | 31 -webkit-transition: all 1s ease;
|
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/ |
D | TimelineApplet.java | 248 .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/ |
D | importlib.rst | 15 help ease in transitioning from 2.7 to 3.1.
|
/external/catch2/docs/ |
D | commercial-users.md | 9 and being aware that other companies are using Catch can ease the path in.
|
/external/ImageMagick/www/assets/ |
D | magick.css | 6 …ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{trans…
|
/external/skia/infra/skqp/docker/ |
D | README.md | 4 Docker files to ease working with the Android SDK/NDK and SKQP.
|
/external/skqp/infra/skqp/docker/ |
D | README.md | 4 Docker files to ease working with the Android SDK/NDK and SKQP.
|
/external/curl/tests/server/ |
D | CMakeLists.txt | 23 # library. For convenience and to ease portability of these servers,
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_ResultCodes | 4 POSIX Test Suite tests all return standard result codes for ease in
|
/external/doclava/res/assets/templates-sdk/assets/css/ |
D | default.css | 876 -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/ |
D | mh-qnx | 73 ## (to ease in packaging with QNX's native package format)
|
/external/libese/tools/ese_relay/ |
D | README.md | 4 an Android device. The primary purpose is to ease development and provision
|
/external/bcc/tools/ |
D | tcpretrans_example.txt | 59 This can ease to quickly isolate congested or otherwise awry network paths
|
/external/python/cpython3/Doc/c-api/ |
D | objbuffer.rst | 10 exposed to ease porting 2.x code. They act as a compatibility wrapper
|
/external/ltp/doc/ |
D | build-system-guide.txt | 23 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).
|