Searched defs:showingHintText (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2336 * @param showingHintText {@code true} if the text in the node represents a hint to the user,
2339 public void setShowingHintText(boolean showingHintText) { argument
2340 setBooleanProperty(BOOLEAN_PROPERTY_IS_SHOWING_HINT, showingHintText);

Completed in 29 milliseconds