Searched refs:mExpandedRemoteInput (Results 1 – 1 of 1) sorted by relevance
66 private RemoteInputView mExpandedRemoteInput; field in NotificationContentView299 if (mExpandedRemoteInput != null) { in reset()300 mExpandedRemoteInput.onNotificationUpdateOrReset(); in reset()301 if (mExpandedRemoteInput.isActive()) { in reset()302 mPreviousExpandedRemoteInputIntent = mExpandedRemoteInput.getPendingIntent(); in reset()303 mCachedExpandedRemoteInput = mExpandedRemoteInput; in reset()304 mExpandedRemoteInput.dispatchStartTemporaryDetach(); in reset()305 ((ViewGroup)mExpandedRemoteInput.getParent()).removeView(mExpandedRemoteInput); in reset()311 mExpandedRemoteInput = null; in reset()749 && (mExpandedRemoteInput != null && mExpandedRemoteInput.isActive())) { in transferRemoteInputFocus()[all …]