Searched refs:menuRow (Results 1 – 4 of 4) sorted by relevance
110 void setCurrentMenuRow(NotificationMenuRowPlugin menuRow) { in setCurrentMenuRow() argument111 mCurrMenuRowRef = menuRow != null ? new WeakReference<>(menuRow) : null; in setCurrentMenuRow()137 final NotificationMenuRowPlugin menuRow = getCurrentMenuRow(); in onChildSnappedBack() local138 if (menuRow != null && targetLeft == 0) { in onChildSnappedBack()139 menuRow.resetMenu(); in onChildSnappedBack()149 NotificationMenuRowPlugin menuRow = getCurrentMenuRow(); in onDownUpdate() local150 if (menuRow != null) { in onDownUpdate()151 menuRow.onTouchStart(); in onDownUpdate()167 final NotificationMenuRowPlugin menuRow = row.createMenu(); in initializeRow() local168 setCurrentMenuRow(menuRow); in initializeRow()[all …]
657 NotificationMenuRowPlugin menuRow = mSwipeHelper.getCurrentMenuRow();658 if (menuRow != null) {659 return Math.abs(menuRow.getMenuSnapTarget());1644 NotificationMenuRowPlugin menuRow = mSwipeHelper.getCurrentMenuRow();1650 } else if (menuRow != null && menuRow.isMenuVisible()
576 NotificationMenuRowPlugin menuRow = in createTestMenuItem() local578 menuRow.createMenu(row, row.getEntry().getSbn()); in createTestMenuItem()580 NotificationMenuRowPlugin.MenuItem menuItem = menuRow.getLongpressMenuItem(mContext); in createTestMenuItem()
613 val menuRow: NotificationMenuRowPlugin = in <lambda>() constant615 menuRow.createMenu(row, row!!.entry.sbn) in <lambda>()616 val menuItem = menuRow.getLongpressMenuItem(mContext) in <lambda>()