/aosp_15_r20/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/ |
H A D | FlingAnimation.java | 133 boolean updateValueAndVelocity(long deltaT) { in updateValueAndVelocity() 181 MassState updateValueAndVelocity(float value, float velocity, long deltaT) { in updateValueAndVelocity()
|
H A D | DynamicAnimation.java | 678 long deltaT = frameTime - mLastFrameTime; in doAnimationFrame() local 708 abstract boolean updateValueAndVelocity(long deltaT); in updateValueAndVelocity()
|
H A D | SpringAnimation.java | 259 boolean updateValueAndVelocity(long deltaT) { in updateValueAndVelocity()
|
H A D | SpringForce.java | 269 double deltaT = timeElapsed / 1000d; // unit: seconds in updateValues() local
|
/aosp_15_r20/frameworks/libs/systemui/mechanics/src/com/android/mechanics/spring/ |
D | SpringState.kt | 88 val deltaT = elapsedNanos / 1_000_000_000.0 // unit: seconds in SpringState() constant
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/androidx.dynamicanimation_dynamicanimation/android_common_apex35/aar/ |
D | androidx.dynamicanimation_dynamicanimation.jar | androidx/
androidx/dynamicanimation/
androidx/dynamicanimation/animation/
androidx/dynamicanimation/animation/AnimationHandler ... |
D | classes.jar | androidx/
androidx/dynamicanimation/
androidx/dynamicanimation/animation/
androidx/dynamicanimation/animation/AnimationHandler ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/androidx.dynamicanimation_dynamicanimation/android_common_apex10000/aar/ |
D | classes.jar | androidx/
androidx/dynamicanimation/
androidx/dynamicanimation/animation/
androidx/dynamicanimation/animation/AnimationHandler ... |
D | androidx.dynamicanimation_dynamicanimation.jar | androidx/
androidx/dynamicanimation/
androidx/dynamicanimation/animation/
androidx/dynamicanimation/animation/AnimationHandler ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/androidx.dynamicanimation_dynamicanimation/android_common_apex33/aar/ |
D | androidx.dynamicanimation_dynamicanimation.jar | androidx/
androidx/dynamicanimation/
androidx/dynamicanimation/animation/
androidx/dynamicanimation/animation/AnimationHandler ... |
D | classes.jar | androidx/
androidx/dynamicanimation/
androidx/dynamicanimation/animation/
androidx/dynamicanimation/animation/AnimationHandler ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/androidx.dynamicanimation_dynamicanimation/android_common_apex34/aar/ |
D | classes.jar | androidx/
androidx/dynamicanimation/
androidx/dynamicanimation/animation/
androidx/dynamicanimation/animation/AnimationHandler ... |
D | androidx.dynamicanimation_dynamicanimation.jar | androidx/
androidx/dynamicanimation/
androidx/dynamicanimation/animation/
androidx/dynamicanimation/animation/AnimationHandler ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/androidx.dynamicanimation_dynamicanimation/android_common/aar/ |
D | classes.jar | androidx/
androidx/dynamicanimation/
androidx/dynamicanimation/animation/
androidx/dynamicanimation/animation/AnimationHandler ... |
D | androidx.dynamicanimation_dynamicanimation.jar | androidx/
androidx/dynamicanimation/
androidx/dynamicanimation/animation/
androidx/dynamicanimation/animation/AnimationHandler ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/dynamicanimation/dynamicanimation/1.1.0-alpha04/androidx.dynamicanimation_dynamicanimation/android_common_apex30/aar/ |
D | classes.jar | androidx/
androidx/dynamicanimation/
androidx/dynamicanimation/animation/
androidx/dynamicanimation/animation/AnimationHandler ... |
D | androidx.dynamicanimation_dynamicanimation.jar | androidx/
androidx/dynamicanimation/
androidx/dynamicanimation/animation/
androidx/dynamicanimation/animation/AnimationHandler ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-dynamic-animation-nodeps/android_common/aar/ |
D | android-support-dynamic-animation-nodeps.jar | android/support/animation/AnimationHandler$AnimationCallbackDispatcher.class
AnimationHandler.java
package android.support. ... |
D | classes.jar | android/support/animation/AnimationHandler$AnimationCallbackDispatcher.class
AnimationHandler.java
package android.support. ... |
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | astro.cpp | 1310 …double deltaT = (deltaAngle + (next ? 0.0 : - CalendarAstronomer_PI2 )) * (periodDays*DAY_MS) / C… in timeOfAngle() local 1373 double deltaT = 0; in riseOrSet() local
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
H A D | ShadowCardDrag.java | 67 final long deltaT = eventTime - lastEventTime; in onMove() local
|
/aosp_15_r20/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/ |
H A D | Interaction.java | 127 long deltaT = Math.round(j * stepT); in createInterpolatedEventList() local
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | GestureDescriptionTest.java | 141 int deltaT = 12; // Force samples to happen on extra boundaries in testPathsWithOverlappingTiming_produceCorrectSteps() local
|
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/src/icu74/icu4j_calendar_astronomer/android_common/javac/ |
D | icu4j_calendar_astronomer.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |
/aosp_15_r20/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
H A D | GL2CameraEye.java | 347 float deltaT = (timestamp - mLastTime)/1000000000.f; // To seconds in doPhysics() local
|