Searched refs:expectedDuration (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | AnimatorPlaybackController.java | 173 float expectedDuration = expectedDurationL; in startWithVelocity() local 175 if (expectedDuration <= 0 || oneFrameProgress >= 1) { in startWithVelocity() 180 mAnimationPlayer.getCurrentPlayTime() / expectedDuration, in startWithVelocity()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | TwoButtonNavbarTouchController.java | 116 protected void updateSwipeCompleteAnimation(ValueAnimator animator, long expectedDuration, in updateSwipeCompleteAnimation() argument 118 super.updateSwipeCompleteAnimation(animator, expectedDuration, targetState, in updateSwipeCompleteAnimation()
|
D | NoButtonNavbarToOverviewTouchController.java | 158 protected void updateSwipeCompleteAnimation(ValueAnimator animator, long expectedDuration, in updateSwipeCompleteAnimation() argument 160 super.updateSwipeCompleteAnimation(animator, expectedDuration, targetState, velocity, in updateSwipeCompleteAnimation()
|
/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/core/ |
D | OfflineLocationTimeZoneDelegateTest.java | 294 int expectedLocationListenMode, Duration expectedDuration) { 298 assertEquals(expectedDuration, mActiveLocationListeningState.duration); 302 assertEquals(expectedDuration, mPassiveLocationListeningState.duration);
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | AbstractStateChangeTouchController.java | 347 protected void updateSwipeCompleteAnimation(ValueAnimator animator, long expectedDuration, in updateSwipeCompleteAnimation() argument 349 animator.setDuration(expectedDuration) in updateSwipeCompleteAnimation()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiLastResortWatchdogTest.java | 1537 long expectedDuration = timeAtReconnect - timeAtFailure; in testMetricsCollection() local 1578 verify(mWifiMetrics, times(1)).setWatchdogSuccessTimeDurationMs(eq(expectedDuration)); in testMetricsCollection() 1589 verify(mWifiMetrics, times(1)).setWatchdogSuccessTimeDurationMs(eq(expectedDuration)); in testMetricsCollection() 1609 expectedDuration = timeAtReconnect - timeAtFailure; in testMetricsCollection() 1643 verify(mWifiMetrics, times(1)).setWatchdogSuccessTimeDurationMs(eq(expectedDuration)); in testMetricsCollection()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | AbsSwipeUpHandler.java | 988 long expectedDuration = Math.abs(Math.round((endShift - currentShift) 990 duration = Math.min(MAX_SWIPE_DURATION, expectedDuration);
|