Searched refs:expandedId (Results 1 – 2 of 2) sorted by relevance
400 final int expandedId = states.getInt(EXPANDED_ACTION_VIEW_ID); in restoreActionViewStates() local401 if (expandedId > 0) { in restoreActionViewStates()402 MenuItem itemToExpand = findItem(expandedId); in restoreActionViewStates()
943 int expandedId = expandedBubble != null ? expandedBubble.getDisplayId() : -1; in onSingleTaskDisplayEmpty() local944 if (mStackView != null && mStackView.isExpanded() && expandedId == displayId) { in onSingleTaskDisplayEmpty()