Searched refs:mSlotScreenRecord (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 127 private final String mSlotScreenRecord; field in PhoneStatusBarPolicy 246 mSlotScreenRecord = resources.getString( in PhoneStatusBarPolicy() 349 mIconController.setIcon(mSlotScreenRecord, R.drawable.stat_sys_screen_record, null); in init() 350 mIconController.setIconVisibility(mSlotScreenRecord, false); in init() 815 mIconController.setIcon(mSlotScreenRecord, resourceId, description); in onCountdown() 816 mIconController.setIconVisibility(mSlotScreenRecord, true); in onCountdown() 818 mIconController.setIconAccessibilityLiveRegion(mSlotScreenRecord, in onCountdown() 825 mHandler.post(() -> mIconController.setIconVisibility(mSlotScreenRecord, false)); in onCountdownEnd() 827 mHandler.post(() -> mIconController.setIconAccessibilityLiveRegion(mSlotScreenRecord, in onCountdownEnd() 834 mIconController.setIcon(mSlotScreenRecord, in onRecordingStart() [all …]
|