Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DHandleMenu.java57 private WindowDecoration.AdditionalWindow mWindowingPill; field in HandleMenu
126 mWindowingPill = mParentDecor.addWindow( in createWindowingPill()
157 final View windowingPillView = mWindowingPill.mWindowViewHost.getView(); in setupHandleMenu()
241 t.setPosition(mWindowingPill.mWindowSurface, in relayout()
279 if (mWindowingPill != null) { in isValidMenuInput()
281 mWindowingPill.mWindowViewHost.getView(), in isValidMenuInput()
339 if (mWindowingPill != null) { in close()
340 mWindowingPill.releaseView(); in close()
341 mWindowingPill = null; in close()