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

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java592 * Sets if this instance is sealed.
594 * @param sealed Whether is sealed.
599 public void setSealed(boolean sealed) { argument
600 super.setSealed(sealed);
605 record.setSealed(sealed);
H A DAccessibilityRecord.java565 * Sets if this instance is sealed.
567 * @param sealed Whether is sealed.
571 public void setSealed(boolean sealed) { argument
572 mSealed = sealed;
576 * Gets if this instance is sealed.
578 * @return Whether is sealed.
585 * Enforces that this instance is sealed.
587 * @throws IllegalStateException If this instance is not sealed.
592 + "action on a not sealed instanc
[all...]
H A DAccessibilityNodeInfo.java779 * Sets if this instance is sealed.
781 * @param sealed Whether is sealed.
785 public void setSealed(boolean sealed) { argument
786 mSealed = sealed;
790 * Gets if this instance is sealed.
792 * @return Whether is sealed.
801 * Enforces that this instance is sealed.
803 * @throws IllegalStateException If this instance is not sealed.
810 + "action on a not sealed instanc
[all...]

Completed in 311 milliseconds