Searched refs:currentlyExpandedRowId (Results 1 – 1 of 1) sorted by relevance
151 private long currentlyExpandedRowId = NO_EXPANDED_LIST_ITEM; field in CallLogAdapter392 if (viewHolder.rowId == currentlyExpandedRowId) {397 currentlyExpandedRowId = NO_EXPANDED_LIST_ITEM;580 currentlyExpandedRowId = viewHolder.rowId; in expandViewHolderActions()591 outState.putLong(KEY_EXPANDED_ROW_ID, currentlyExpandedRowId); in onSaveInstanceState()617 currentlyExpandedRowId = in onRestoreInstanceState()827 if (currentlyExpandedRowId == views.rowId) { in bindCallLogListViewHolder()1157 if (currentlyExpandedRowId == views.rowId) { in render()1231 currentlyExpandedRowId = NO_EXPANDED_LIST_ITEM; in collapseExpandedCard()