Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DImmersiveModeConfirmation.java417 ImageView expandMore = mClingLayout.findViewById(R.id.immersive_cling_ic_expand_more); in onAttachedToWindow() local
418 if (expandMore != null) { in onAttachedToWindow()
419 expandMore.setImageTintList(ColorStateList.valueOf(colorAccent)); in onAttachedToWindow()