Home | History | Annotate | Download | only in accessibility

Lines Matching refs:mBeforeText

1120         record.mBeforeText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel);
1172 TextUtils.writeToParcel(record.mBeforeText, parcel, flags);
1221 builder.append("; BeforeText: " + record.mBeforeText);