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.java97 private NotificationItemView mNotificationItemView; field in PopupContainerWithArrow
138 if (mNotificationItemView != null in onInterceptTouchEvent()
139 && mNotificationItemView.onInterceptTouchEvent(ev)) { in onInterceptTouchEvent()
149 if (mNotificationItemView != null) { in onTouchEvent()
150 return mNotificationItemView.onTouchEvent(ev) || super.onTouchEvent(ev); in onTouchEvent()
217 if (isReversed && mNotificationItemView != null) { in onInflationComplete()
218 mNotificationItemView.inverseGutterMargin(); in onInflationComplete()
259 mNotificationItemView = new NotificationItemView(this); in populateAndShow()
261 mNotificationItemView.removeFooter(); in populateAndShow()
269 if (mNotificationItemView != null) { in populateAndShow()
[all …]