Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java507 public boolean isSending() { in isSending() method in RemoteInputView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java317 if (remoteInput != null && (remoteInput.isActive() || remoteInput.isSending())) { in getExtraRemoteInputHeight()