Home
last modified time | relevance | path

Searched refs:SendButtonTextWatcher (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java109 private final SendButtonTextWatcher mTextWatcher;
166 mTextWatcher = new SendButtonTextWatcher(); in RemoteInputView()
879 private class SendButtonTextWatcher implements TextWatcher { class in RemoteInputView