Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java118 private final String mSlotRotate; field in PhoneStatusBarPolicy
237 mSlotRotate = resources.getString(com.android.internal.R.string.status_bar_rotate); in PhoneStatusBarPolicy()
655 mIconController.setIcon(mSlotRotate, R.drawable.stat_sys_rotate_portrait, in onRotationLockStateChanged()
658 mIconController.setIcon(mSlotRotate, R.drawable.stat_sys_rotate_landscape, in onRotationLockStateChanged()
661 mIconController.setIconVisibility(mSlotRotate, true); in onRotationLockStateChanged()
663 mIconController.setIconVisibility(mSlotRotate, false); in onRotationLockStateChanged()