Home | History | Annotate | Download | only in accessibility

Lines Matching defs:isSealed

3033     public boolean isSealed() {
3045 if (!isSealed()) {
3083 if (isSealed()) {
3193 if (isSealed() != DEFAULT.isSealed()) nonDefaultFields |= bitAt(fieldIndex);
3298 if (isBitSet(nonDefaultFields, fieldIndex++)) parcel.writeInt(isSealed() ? 1 : 0);