Home
last modified time | relevance | path

Searched refs:mNotificationItemView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java98 private NotificationItemView mNotificationItemView; field in PopupContainerWithArrow
129 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 …]