HomeSort by relevance Sort by last modified time
    Searched full:settingsrotation (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarHeaderView.java 572 target.settingsRotation = !mExpanded ? 90f : 0f;
624 mSettingsButton.setRotation(values.settingsRotation);
664 float settingsRotation;
678 settingsRotation = v1.settingsRotation * (1 - t1) + v2.settingsRotation * t1;

Completed in 287 milliseconds