Searched refs:mExpandedRemoteInput (Results 1 – 1 of 1) sorted by relevance
79 private RemoteInputView mExpandedRemoteInput; field in NotificationContentView447 if (mExpandedRemoteInput != null) { in setExpandedChild()448 mExpandedRemoteInput.onNotificationUpdateOrReset(); in setExpandedChild()449 if (mExpandedRemoteInput.isActive()) { in setExpandedChild()450 mPreviousExpandedRemoteInputIntent = mExpandedRemoteInput.getPendingIntent(); in setExpandedChild()451 mCachedExpandedRemoteInput = mExpandedRemoteInput; in setExpandedChild()452 mExpandedRemoteInput.dispatchStartTemporaryDetach(); in setExpandedChild()453 ((ViewGroup)mExpandedRemoteInput.getParent()).removeView(mExpandedRemoteInput); in setExpandedChild()458 mExpandedRemoteInput = null; in setExpandedChild()570 - getExtraRemoteInputHeight(mExpandedRemoteInput) in setContentHeight()[all …]