Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java120 private final String mSlotRotate; field in PhoneStatusBarPolicy
239 mSlotRotate = resources.getString(com.android.internal.R.string.status_bar_rotate); in PhoneStatusBarPolicy()
671 mIconController.setIcon(mSlotRotate, R.drawable.stat_sys_rotate_portrait, in onRotationLockStateChanged()
674 mIconController.setIcon(mSlotRotate, R.drawable.stat_sys_rotate_landscape, in onRotationLockStateChanged()
677 mIconController.setIconVisibility(mSlotRotate, true); in onRotationLockStateChanged()
679 mIconController.setIconVisibility(mSlotRotate, false); in onRotationLockStateChanged()