Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java615 private int mMaxTextLength = -1; field in AccessibilityNodeInfo
1239 mMaxTextLength = max; in setMaxTextLength()
1249 return mMaxTextLength; in getMaxTextLength()
2695 parcel.writeInt(mMaxTextLength); in writeToParcel()
2790 mMaxTextLength = other.mMaxTextLength; in init()
2868 mMaxTextLength = parcel.readInt(); in initFromParcel()
2931 mMaxTextLength = -1; in clear()
3150 builder.append("; maxTextLength: ").append(mMaxTextLength); in toString()