Searched refs:mNotificationItemView (Results 1 – 1 of 1) sorted by relevance
98 private NotificationItemView mNotificationItemView; field in PopupContainerWithArrow129 if (mNotificationItemView != null in onInterceptTouchEvent()130 && mNotificationItemView.onInterceptTouchEvent(ev)) { in onInterceptTouchEvent()140 if (mNotificationItemView != null) { in onTouchEvent()141 return mNotificationItemView.onTouchEvent(ev) || super.onTouchEvent(ev); in onTouchEvent()239 if (isReversed && mNotificationItemView != null) { in onInflationComplete()240 mNotificationItemView.inverseGutterMargin(); in onInflationComplete()278 mNotificationItemView = new NotificationItemView(this); in populateAndShow()280 mNotificationItemView.removeFooter(); in populateAndShow()283 mNotificationItemView.setFooterWidth(containerWidth); in populateAndShow()[all …]