Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java118 @Nullable private RemoteInputViewController mExpandedRemoteInputController; field in NotificationContentView
464 if (mExpandedRemoteInputController != null) { in setExpandedChild()
466 mExpandedRemoteInputController.getPendingIntent(); in setExpandedChild()
469 mCachedExpandedRemoteInputViewController = mExpandedRemoteInputController; in setExpandedChild()
478 if (mExpandedRemoteInputController != null) { in setExpandedChild()
479 mExpandedRemoteInputController.unbind(); in setExpandedChild()
481 mExpandedRemoteInputController = null; in setExpandedChild()
1089 && mExpandedRemoteInputController != null in transferRemoteInputFocus()
1090 && mExpandedRemoteInputController.isActive()) { in transferRemoteInputFocus()
1091 mHeadsUpRemoteInputController.stealFocusFrom(mExpandedRemoteInputController); in transferRemoteInputFocus()
[all …]