Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
H A DTemperatureBarOverlay.java85 private int mExpandedWidth; field in TemperatureBarOverlay
123 mExpandedWidth = res.getDimensionPixelSize(R.dimen.temperature_bar_width_expanded); in onFinishInflate()
194 ValueAnimator widthAnimator = ValueAnimator.ofInt(mCollapsedWidth, mExpandedWidth) in getExpandAnimatons()
235 ValueAnimator widthAnimator = ValueAnimator.ofInt(mExpandedWidth, mCollapsedWidth) in getCollapseAnimations()