Searched refs:mCurrMenuRow (Results 1 – 1 of 1) sorted by relevance
268 private NotificationMenuRowPlugin mCurrMenuRow; field in NotificationStackScrollLayout1156 if (mCurrMenuRow != null && targetLeft == 0) {1157 mCurrMenuRow.resetMenu();1158 mCurrMenuRow = null;4673 if (mCurrMenuRow != null) {4674 mCurrMenuRow.onTouchEvent(currView, ev, 0 /* velocity */);4676 mCurrMenuRow = null;4684 mCurrMenuRow = row.createMenu();4685 mCurrMenuRow.setSwipeActionHelper(NotificationSwipeHelper.this);4686 mCurrMenuRow.setMenuClickListener(NotificationStackScrollLayout.this);[all …]