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.java95 private NotificationItemView mNotificationItemView; field in PopupContainerWithArrow
131 if (mNotificationItemView != null in onInterceptTouchEvent()
132 && mNotificationItemView.onInterceptTouchEvent(ev)) { in onInterceptTouchEvent()
175 if (view.getId() == R.id.notification_container && mNotificationItemView != null) { in setChildColor()
176 mNotificationItemView.updateBackgroundColor(color, animatorSetOut); in setChildColor()
237 if (isReversed && mNotificationItemView != null) { in onInflationComplete()
238 mNotificationItemView.inverseGutterMargin(); in onInflationComplete()
266 mNotificationItemView = new NotificationItemView(this, mNotificationContainer); in populateAndShow()
277 if (mNotificationItemView != null) { in populateAndShow()
278 mNotificationItemView.addGutter(); in populateAndShow()
[all …]