Searched refs:mExpandedRemoteInputController (Results 1 – 1 of 1) sorted by relevance
118 @Nullable private RemoteInputViewController mExpandedRemoteInputController; field in NotificationContentView464 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 …]