Searched defs:maxTextLength (Results 1 – 3 of 3) sorted by relevance
971 int maxTextLength = SCREEN_CHARWIDTH - startPadding; in build() local975 cueString.append(Util.truncateAscii(rolledUpCaptions.get(i), maxTextLength)); in build() local979 cueString.append(Util.truncateAscii(buildCurrentLine(), maxTextLength)); in build() local
169 private int maxTextLength; //21 field in ShadowAccessibilityNodeInfo736 protected void setMaxTextLength(int maxTextLength) { in setMaxTextLength()