Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DView.java10058 final int maxTextLength = info.getMaxTextLength(); in populateVirtualStructure() local
10059 if (maxTextLength != -1) { in populateVirtualStructure()
10060 structure.setMaxTextLength(maxTextLength); in populateVirtualStructure()