Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java115 private final SendButtonTextWatcher mTextWatcher;
174 mTextWatcher = new SendButtonTextWatcher(); in RemoteInputView()
938 private class SendButtonTextWatcher implements TextWatcher { class in RemoteInputView