Searched refs:initializeRow (Results 1 – 2 of 2) sorted by relevance
152 doNothing().when(mSwipeHelper).initializeRow(any()); in testOnDownUpdate_ExpandableNotificationRow()159 verify(mSwipeHelper, times(1)).initializeRow(mNotificationRow); in testOnDownUpdate_ExpandableNotificationRow()168 doNothing().when(mSwipeHelper).initializeRow(any()); in testOnDownUpdate_notExpandableNotificationRow()175 verify(mSwipeHelper, times(0)).initializeRow(any()); in testOnDownUpdate_notExpandableNotificationRow()
142 initializeRow((SwipeableView) currView); in onDownUpdate()147 protected void initializeRow(SwipeableView row) { in initializeRow() method in NotificationSwipeHelper