Searched refs:mHeadsUpRemoteInput (Results 1 – 1 of 1) sorted by relevance
67 private RemoteInputView mHeadsUpRemoteInput; field in NotificationContentView314 if (mHeadsUpRemoteInput != null) { in reset()315 mHeadsUpRemoteInput.onNotificationUpdateOrReset(); in reset()316 if (mHeadsUpRemoteInput.isActive()) { in reset()317 mPreviousHeadsUpRemoteInputIntent = mHeadsUpRemoteInput.getPendingIntent(); in reset()318 mCachedHeadsUpRemoteInput = mHeadsUpRemoteInput; in reset()319 mHeadsUpRemoteInput.dispatchStartTemporaryDetach(); in reset()320 ((ViewGroup)mHeadsUpRemoteInput.getParent()).removeView(mHeadsUpRemoteInput); in reset()326 mHeadsUpRemoteInput = null; in reset()748 && mHeadsUpRemoteInput != null in transferRemoteInputFocus()[all …]