Searched refs:expandedId (Results 1 – 2 of 2) sorted by relevance
401 final int expandedId = states.getInt(EXPANDED_ACTION_VIEW_ID); in restoreActionViewStates() local402 if (expandedId > 0) { in restoreActionViewStates()403 MenuItem itemToExpand = findItem(expandedId); in restoreActionViewStates()
345 int expandedId = INVALID_TASK_ID; in initialize()349 expandedId = mStackView.getExpandedBubble().getTaskId(); in initialize()352 if (expandedId != INVALID_TASK_ID && expandedId != taskId) { in initialize()