Home
last modified time | relevance | path

Searched refs:currentTransitionProgress (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaViewController.kt128 private var currentTransitionProgress: Float = 1.0f in <lambda>() variable in com.android.systemui.media.controls.ui.controller.MediaViewController
295 currentTransitionProgress, in <lambda>()
358 currentTransitionProgress, in <lambda>()
379 currentTransitionProgress, in <lambda>()
655 transitionProgress = currentTransitionProgress, in <lambda>()
871 currentTransitionProgress = transitionProgress in <lambda>()
1094 currentTransitionProgress, in <lambda>()
DMediaCarouselController.kt183 private var currentTransitionProgress: Float = 1.0f in <lambda>() variable
1191 progress != currentTransitionProgress || in <lambda>()
1196 currentTransitionProgress = progress in <lambda>()
1230 var progress = currentTransitionProgress in <lambda>()
1310 ((currentTransitionProgress != 1.0f && currentTransitionProgress != 0.0f) && in <lambda>()
1327 transitionProgress = currentTransitionProgress, in <lambda>()