Searched refs:mExpandedRemoteInput (Results 1 – 1 of 1) sorted by relevance
71 private RemoteInputView mExpandedRemoteInput; field in NotificationContentView390 if (mExpandedRemoteInput != null) { in setExpandedChild()391 mExpandedRemoteInput.onNotificationUpdateOrReset(); in setExpandedChild()392 if (mExpandedRemoteInput.isActive()) { in setExpandedChild()393 mPreviousExpandedRemoteInputIntent = mExpandedRemoteInput.getPendingIntent(); in setExpandedChild()394 mCachedExpandedRemoteInput = mExpandedRemoteInput; in setExpandedChild()395 mExpandedRemoteInput.dispatchStartTemporaryDetach(); in setExpandedChild()396 ((ViewGroup)mExpandedRemoteInput.getParent()).removeView(mExpandedRemoteInput); in setExpandedChild()401 mExpandedRemoteInput = null; in setExpandedChild()879 && (mExpandedRemoteInput != null && mExpandedRemoteInput.isActive())) { in transferRemoteInputFocus()[all …]