Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java252 && lp.mButtonType == SmartButtonType.ACTION in onMeasure()
275 if (actionsMeasures == null && lp.mButtonType == SmartButtonType.REPLY) { in onMeasure()
327 if (lp.mButtonType == SmartButtonType.ACTION) { in onMeasure()
421 if (lp.mButtonType == buttonType) { in filterActionsOrReplies()
697 SmartButtonType mButtonType = SmartButtonType.REPLY; field in SmartReplyView.LayoutParams
DSmartReplyStateInflater.kt325 (layoutParams as SmartReplyView.LayoutParams).mButtonType = SmartButtonType.ACTION in inflateActionButton()
406 (layoutParams as SmartReplyView.LayoutParams).mButtonType = SmartButtonType.REPLY in inflateReplyButton()