Searched refs:menuRow (Results 1 – 4 of 4) sorted by relevance
87 public void setCurrentMenuRow(NotificationMenuRowPlugin menuRow) { in setCurrentMenuRow() argument88 mCurrMenuRow = menuRow; in setCurrentMenuRow()116 NotificationMenuRowPlugin menuRow = getCurrentMenuRow(); in onDownUpdate() local117 if (menuRow != null) { in onDownUpdate()118 menuRow.onTouchStart(); in onDownUpdate()142 private boolean swipedEnoughToShowMenu(NotificationMenuRowPlugin menuRow) { in swipedEnoughToShowMenu() argument143 return !swipedFarEnough() && menuRow.isSwipedEnoughToShowMenu(); in swipedEnoughToShowMenu()149 NotificationMenuRowPlugin menuRow = getCurrentMenuRow(); in onMoveUpdate() local150 if (menuRow != null) { in onMoveUpdate()151 menuRow.onTouchMove(delta); in onMoveUpdate()[all …]
4199 NotificationMenuRowPlugin menuRow = mSwipeHelper.getCurrentMenuRow();4205 } else if (menuRow != null && menuRow.isMenuVisible()6327 NotificationMenuRowPlugin menuRow = mSwipeHelper.getCurrentMenuRow();6328 if (menuRow != null) {6329 return Math.abs(menuRow.getMenuSnapTarget());
83 ExpandableNotificationRow row, NotificationMenuRowPlugin menuRow) { in perhapsShowBlockingHelper() argument116 manager.openGuts(mBlockingHelperRow, 0, 0, menuRow.getLongpressMenuItem(mContext)); in perhapsShowBlockingHelper()
510 NotificationMenuRowPlugin menuRow = new NotificationMenuRow(mContext); in createTestMenuItem() local511 menuRow.createMenu(row, row.getStatusBarNotification()); in createTestMenuItem()513 NotificationMenuRowPlugin.MenuItem menuItem = menuRow.getLongpressMenuItem(mContext); in createTestMenuItem()