Searched refs:mExpandedRemoteInput (Results 1 – 1 of 1) sorted by relevance
87 private RemoteInputView mExpandedRemoteInput; field in NotificationContentView449 if (mExpandedRemoteInput != null) { in setExpandedChild()450 mExpandedRemoteInput.onNotificationUpdateOrReset(); in setExpandedChild()451 if (mExpandedRemoteInput.isActive()) { in setExpandedChild()452 mPreviousExpandedRemoteInputIntent = mExpandedRemoteInput.getPendingIntent(); in setExpandedChild()453 mCachedExpandedRemoteInput = mExpandedRemoteInput; in setExpandedChild()454 mExpandedRemoteInput.dispatchStartTemporaryDetach(); in setExpandedChild()455 ((ViewGroup)mExpandedRemoteInput.getParent()).removeView(mExpandedRemoteInput); in setExpandedChild()460 mExpandedRemoteInput = null; in setExpandedChild()603 - getExtraRemoteInputHeight(mExpandedRemoteInput) in setContentHeight()[all …]