Home
last modified time | relevance | path

Searched defs:progressDelta (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/surround_view/service-impl/
DAnimationModule.cpp190 const float progressDelta = in performGammaOp() local
211 const float progressDelta = (mCurrentCallTime - mLastCallTime) / gammaOp.animationTime; in performGammaOp() local
273 const float progressDelta = in performTranslationOp() local
299 float progressDelta = in performTranslationOp() local
347 const float progressDelta = in performRotationOp() local
381 float progressDelta = (mCurrentCallTime - mLastCallTime) / rotationOp.animationTime; in performRotationOp() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DBackgroundAppState.java54 float progressDelta = (transitionLength / scrollRange); in getVerticalProgress() local