Searched refs:previousItem (Results 1 – 2 of 2) sorted by relevance
1446 View previousItem = mCallItemExpandedListener.getViewForCallId( in handleRowExpanded() local1449 if (previousItem != null) { in handleRowExpanded()1450 expandOrCollapseActions(previousItem, false); in handleRowExpanded()1452 mCallItemExpandedListener.onItemExpanded(previousItem); in handleRowExpanded()
1092 final CycleItem previousItem = (CycleItem) mCycleSpinner.getSelectedItem(); in updateCycleList() local1141 final int position = mCycleAdapter.findNearestPosition(previousItem); in updateCycleList()1147 if (!Objects.equal(selectedItem, previousItem)) { in updateCycleList()