Searched refs:sendAccessibilityEventTypeViewTextChanged (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | PasswordTextView.java | 267 sendAccessibilityEventTypeViewTextChanged(textbefore, textbefore.length(), 0, 1); in append() 288 sendAccessibilityEventTypeViewTextChanged(textbefore, textbefore.length() - 1, 1, 0); in deleteLastChar() 354 sendAccessibilityEventTypeViewTextChanged(textbefore, 0, textbefore.length(), 0); in reset() 358 void sendAccessibilityEventTypeViewTextChanged(CharSequence beforeText, int fromIndex, in sendAccessibilityEventTypeViewTextChanged() method in PasswordTextView 487 sendAccessibilityEventTypeViewTextChanged(
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 12484 void sendAccessibilityEventTypeViewTextChanged(CharSequence beforeText, in sendAccessibilityEventTypeViewTextChanged() method in TextView.Drawables 13811 sendAccessibilityEventTypeViewTextChanged(mBeforeText, start, before, after); in onTextChanged()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 73940 Landroid/widget/TextView;->sendAccessibilityEventTypeViewTextChanged(Ljava/lang/CharSequence;III)V
|