Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java10477 final int maxTextLength = info.getMaxTextLength(); in populateVirtualStructure() local
10478 if (maxTextLength != -1) { in populateVirtualStructure()
10479 structure.setMaxTextLength(maxTextLength); in populateVirtualStructure()