Searched refs:mShortLabelMaxLength (Results 1 – 1 of 1) sorted by relevance
109 private int mShortLabelMaxLength = SHORT_LABEL_MAX_LENGTH; field in DynamicShortcuts143 this.mShortLabelMaxLength = length; in setShortLabelMaxLength()323 if (label.length() < mShortLabelMaxLength) { in setLabel()326 builder.setShortLabel(label.substring(0, mShortLabelMaxLength - 1).trim() + "…"); in setLabel()