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.java96 private NotificationItemView mNotificationItemView; field in PopupContainerWithArrow
137 if (mNotificationItemView != null in onInterceptTouchEvent()
138 && mNotificationItemView.onInterceptTouchEvent(ev)) { in onInterceptTouchEvent()
148 if (mNotificationItemView != null) { in onTouchEvent()
149 return mNotificationItemView.onTouchEvent(ev) || super.onTouchEvent(ev); in onTouchEvent()
222 if (isReversed && mNotificationItemView != null) { in onInflationComplete()
223 mNotificationItemView.inverseGutterMargin(); in onInflationComplete()
267 mNotificationItemView = new NotificationItemView(this); in populateAndShow()
269 mNotificationItemView.removeFooter(); in populateAndShow()
277 if (mNotificationItemView != null) { in populateAndShow()
[all …]