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.java180 public void setMaxNumActions(int maxNumActions) { in setMaxNumActions() argument
181 mMaxNumActions = maxNumActions; in setMaxNumActions()
246 final int maxNumActions = mMaxNumActions; in onMeasure() local
251 if (maxNumActions != -1 // -1 means 'no limit' in onMeasure()
253 && numShownActions >= maxNumActions) { in onMeasure()