Searched defs:showingHintText (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
H A DAccessibilityNodeInfoCompat.java3308 * @param showingHintText {@code true} if the text in the node represents a hint to the user,
3311 public void setShowingHintText(boolean showingHintText) { argument
3313 mInfo.setShowingHintText(showingHintText);
3315 setBooleanProperty(BOOLEAN_PROPERTY_IS_SHOWING_HINT, showingHintText);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2407 * @param showingHintText {@code true} if the text in the node represents a hint to the user,
2410 public void setShowingHintText(boolean showingHintText) { argument
2411 setBooleanProperty(BOOLEAN_PROPERTY_IS_SHOWING_HINT, showingHintText);

Completed in 121 milliseconds