Searched refs:sealed (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java670 * Sets if this instance is sealed.
672 * @param sealed Whether is sealed.
677 public void setSealed(boolean sealed) { argument
678 super.setSealed(sealed);
683 record.setSealed(sealed);
H A DAccessibilityRecord.java628 * Sets if this instance is sealed.
630 * @param sealed Whether is sealed.
634 public void setSealed(boolean sealed) { argument
635 mSealed = sealed;
639 * Gets if this instance is sealed.
641 * @return Whether is sealed.
648 * Enforces that this instance is sealed.
650 * @throws IllegalStateException If this instance is not sealed.
655 + "action on a not sealed instanc
[all...]
H A DAccessibilityNodeInfo.java1303 * Sets if this instance is sealed.
1305 * @param sealed Whether is sealed.
1309 public void setSealed(boolean sealed) { argument
1310 mSealed = sealed;
1314 * Gets if this instance is sealed.
1316 * @return Whether is sealed.
1325 * Enforces that this instance is sealed.
1327 * @throws IllegalStateException If this instance is not sealed.
1334 + "action on a not sealed instanc
[all...]

Completed in 292 milliseconds