Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java403 float targetProgress = mChildrenExpanded ? 1.0f : 0.0f; in updateChildrenVisibility() local
409 mChildExpandAnimator = ValueAnimator.ofFloat(mChildrenExpandProgress, targetProgress); in updateChildrenVisibility()
430 setChildrenExpandProgress(targetProgress); in updateChildrenVisibility()