Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java252 List<View> smartSuggestions = new ArrayList<>(smartActions); in onMeasure() local
253 smartSuggestions.addAll(smartReplies); in onMeasure()
263 for (View child : smartSuggestions) { in onMeasure()