Searched refs:initializeRow (Results 1 – 2 of 2) sorted by relevance
148 doNothing().when(mSwipeHelper).initializeRow(any()); in testOnDownUpdate_ExpandableNotificationRow()155 verify(mSwipeHelper, times(1)).initializeRow(mNotificationRow); in testOnDownUpdate_ExpandableNotificationRow()164 doNothing().when(mSwipeHelper).initializeRow(any()); in testOnDownUpdate_notExpandableNotificationRow()171 verify(mSwipeHelper, times(0)).initializeRow(any()); in testOnDownUpdate_notExpandableNotificationRow()
127 initializeRow((ExpandableNotificationRow) currView); in onDownUpdate()132 protected void initializeRow(ExpandableNotificationRow row) { in initializeRow() method in NotificationSwipeHelper