Home
last modified time | relevance | path

Searched refs:expandedId (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java401 final int expandedId = states.getInt(EXPANDED_ACTION_VIEW_ID); in restoreActionViewStates() local
402 if (expandedId > 0) { in restoreActionViewStates()
403 MenuItem itemToExpand = findItem(expandedId); in restoreActionViewStates()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java345 int expandedId = INVALID_TASK_ID; in initialize()
349 expandedId = mStackView.getExpandedBubble().getTaskId(); in initialize()
352 if (expandedId != INVALID_TASK_ID && expandedId != taskId) { in initialize()