Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DProgressBar.java1317 final ObjectAnimator animator = ObjectAnimator.ofFloat(this, VISUAL_PROGRESS, scale); in doRefreshProgress()
2041 private final FloatProperty<ProgressBar> VISUAL_PROGRESS = field in ProgressBar