Searched refs:mExpandedRemoteInput (Results 1 – 1 of 1) sorted by relevance
99 private RemoteInputView mExpandedRemoteInput; field in NotificationContentView436 if (mExpandedRemoteInput != null) { in setExpandedChild()437 mExpandedRemoteInput.onNotificationUpdateOrReset(); in setExpandedChild()438 if (mExpandedRemoteInput.isActive()) { in setExpandedChild()439 mPreviousExpandedRemoteInputIntent = mExpandedRemoteInput.getPendingIntent(); in setExpandedChild()440 mCachedExpandedRemoteInput = mExpandedRemoteInput; in setExpandedChild()441 mExpandedRemoteInput.dispatchStartTemporaryDetach(); in setExpandedChild()442 ((ViewGroup)mExpandedRemoteInput.getParent()).removeView(mExpandedRemoteInput); in setExpandedChild()448 mExpandedRemoteInput = null; in setExpandedChild()574 - getExtraRemoteInputHeight(mExpandedRemoteInput) in setContentHeight()[all …]