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()
340 int expandedId = INVALID_TASK_ID; in initialize()344 expandedId = mStackView.getExpandedBubble().getTaskId(); in initialize()347 if (expandedId != INVALID_TASK_ID && expandedId != taskId) { in initialize()