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.java238 List<View> smartSuggestions = new ArrayList<>(smartActions); in onMeasure() local
239 smartSuggestions.addAll(smartReplies); in onMeasure()
249 for (View child : smartSuggestions) { in onMeasure()