Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarController.java237 int lockTaskModeVisibility = locked ? View.GONE : View.VISIBLE; in refreshSystemBarByLockTaskFeatures() local
247 setLockTaskDisabledContainer(R.id.qc_entry_points_container, lockTaskModeVisibility); in refreshSystemBarByLockTaskFeatures()
248 setLockTaskDisabledContainer(R.id.user_name_container, lockTaskModeVisibility); in refreshSystemBarByLockTaskFeatures()