Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java189 private Drawable mLeftAssistIcon; field in KeyguardBottomAreaView
500 mLeftAssistIcon = drawable; in setLeftAssistIcon()
966 if (mLeftAssistIcon == null) { in getIcon()
969 mIconState.drawable = mLeftAssistIcon; in getIcon()