Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java50 private NotificationMenuRowPlugin mCurrMenuRow; field in NotificationSwipeHelper
91 mCurrMenuRow = menuRow; in setCurrentMenuRow()
94 public NotificationMenuRowPlugin getCurrentMenuRow() { return mCurrMenuRow; } in getCurrentMenuRow()
110 if (mCurrMenuRow != null && targetLeft == 0) { in onChildSnappedBack()
111 mCurrMenuRow.resetMenu(); in onChildSnappedBack()
137 mCurrMenuRow = row.createMenu(); in initializeRow()
138 if (mCurrMenuRow != null) { in initializeRow()
139 mCurrMenuRow.setMenuClickListener(mMenuListener); in initializeRow()
140 mCurrMenuRow.onTouchStart(); in initializeRow()