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.java414 final int maxNumActions = mConstants.getMaxNumActions(); in onMeasure() local
419 if (maxNumActions != -1 // -1 means 'no limit' in onMeasure()
421 && numShownActions >= maxNumActions) { in onMeasure()