Searched refs:menuRow (Results 1 – 4 of 4) sorted by relevance
85 public void setCurrentMenuRow(NotificationMenuRowPlugin menuRow) { in setCurrentMenuRow() argument86 mCurrMenuRow = menuRow; in setCurrentMenuRow()114 NotificationMenuRowPlugin menuRow = getCurrentMenuRow(); in onDownUpdate() local115 if (menuRow != null) { in onDownUpdate()116 menuRow.onTouchStart(); in onDownUpdate()140 private boolean swipedEnoughToShowMenu(NotificationMenuRowPlugin menuRow) { in swipedEnoughToShowMenu() argument141 return !swipedFarEnough() && menuRow.isSwipedEnoughToShowMenu(); in swipedEnoughToShowMenu()147 NotificationMenuRowPlugin menuRow = getCurrentMenuRow(); in onMoveUpdate() local148 if (menuRow != null) { in onMoveUpdate()149 menuRow.onTouchMove(delta); in onMoveUpdate()[all …]
4415 NotificationMenuRowPlugin menuRow = mSwipeHelper.getCurrentMenuRow();4421 } else if (menuRow != null && menuRow.isMenuVisible()6533 NotificationMenuRowPlugin menuRow = mSwipeHelper.getCurrentMenuRow();6534 if (menuRow != null) {6535 return Math.abs(menuRow.getMenuSnapTarget());
88 ExpandableNotificationRow row, NotificationMenuRowPlugin menuRow) { in perhapsShowBlockingHelper() argument121 mBlockingHelperRow, 0, 0, menuRow.getLongpressMenuItem(mContext)); in perhapsShowBlockingHelper()
492 NotificationMenuRowPlugin menuRow = in createTestMenuItem() local494 menuRow.createMenu(row, row.getEntry().getSbn()); in createTestMenuItem()496 NotificationMenuRowPlugin.MenuItem menuItem = menuRow.getLongpressMenuItem(mContext); in createTestMenuItem()