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

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java724 * Sets if this instance is sealed.
726 * @param sealed Whether is sealed.
731 public void setSealed(boolean sealed) { argument
732 super.setSealed(sealed);
737 record.setSealed(sealed);
H A DAccessibilityRecord.java639 * Sets if this instance is sealed.
641 * @param sealed Whether is sealed.
645 public void setSealed(boolean sealed) { argument
646 mSealed = sealed;
650 * Gets if this instance is sealed.
652 * @return Whether is sealed.
659 * Enforces that this instance is sealed.
661 * @throws IllegalStateException If this instance is not sealed.
666 + "action on a not sealed instanc
[all...]
H A DAccessibilityNodeInfo.java1410 * Sets if this instance is sealed.
1412 * @param sealed Whether is sealed.
1416 public void setSealed(boolean sealed) { argument
1417 mSealed = sealed;
1421 * Gets if this instance is sealed.
1423 * @return Whether is sealed.
1432 * Enforces that this instance is sealed.
1434 * @throws IllegalStateException If this instance is not sealed.
1441 + "action on a not sealed instanc
[all...]

Completed in 55 milliseconds