HomeSort by relevance Sort by last modified time
    Searched refs:playTurnOffAnimation (Results 1 - 2 of 2) sorted by null

  /packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
FanSpeedBar.java 212 mFanSpeedButtons.get(i).playTurnOffAnimation(BAR_SEGMENT_ANIMATION_MS, delay);
252 mFanSpeedButtons.get(i).playTurnOffAnimation(BAR_SEGMENT_ANIMATION_MS, delay);
282 .playTurnOffAnimation(BAR_SEGMENT_ANIMATION_MS, 0);
292 .playTurnOffAnimation(BAR_SEGMENT_ANIMATION_MS, 0);
307 mFanSpeedButtons.get(i).playTurnOffAnimation(BAR_SEGMENT_ANIMATION_MS, delay);
FanSpeedBarSegment.java 83 public void playTurnOffAnimation(int duration, int delayMs) {

Completed in 160 milliseconds