Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java192 public void setMaxNumActions(int maxNumActions) { in setMaxNumActions() argument
193 mMaxNumActions = maxNumActions; in setMaxNumActions()
260 final int maxNumActions = mMaxNumActions; in onMeasure() local
265 if (maxNumActions != -1 // -1 means 'no limit' in onMeasure()
267 && numShownActions >= maxNumActions) { in onMeasure()