Searched refs:currentlyExpandedPosition (Results 1 – 1 of 1) sorted by relevance
148 private int currentlyExpandedPosition = RecyclerView.NO_POSITION; field in CallLogAdapter396 currentlyExpandedPosition = RecyclerView.NO_POSITION;576 int lastExpandedPosition = currentlyExpandedPosition; in expandViewHolderActions()579 currentlyExpandedPosition = viewHolder.getAdapterPosition(); in expandViewHolderActions()590 outState.putInt(KEY_EXPANDED_POSITION, currentlyExpandedPosition); in onSaveInstanceState()615 currentlyExpandedPosition = in onRestoreInstanceState()1160 currentlyExpandedPosition = views.getAdapterPosition(); in render()1232 currentlyExpandedPosition = RecyclerView.NO_POSITION; in collapseExpandedCard()1237 currentlyExpandedPosition = RecyclerView.NO_POSITION; in invalidatePositions()