Searched refs:mExpandedRemoteInput (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java66 private RemoteInputView mExpandedRemoteInput; field in class:NotificationContentView
297 if (mExpandedRemoteInput != null) {
298 mExpandedRemoteInput.onNotificationUpdateOrReset();
299 if (mExpandedRemoteInput.isActive()) {
300 mPreviousExpandedRemoteInputIntent = mExpandedRemoteInput.getPendingIntent();
306 mExpandedRemoteInput = null;
740 && (mExpandedRemoteInput != null && mExpandedRemoteInput.isActive())) {
741 mHeadsUpRemoteInput.stealFocusFrom(mExpandedRemoteInput);
744 && mExpandedRemoteInput !
[all...]

Completed in 48 milliseconds