Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DHandleMenu.java146 final View appInfoPillView = mAppInfoPill.mWindowViewHost.getView(); in setupHandleMenu()
157 final View windowingPillView = mWindowingPill.mWindowViewHost.getView(); in setupHandleMenu()
187 final View moreActionsPillView = mMoreActionsPill.mWindowViewHost.getView(); in setupHandleMenu()
255 final View appInfoPill = mAppInfoPill.mWindowViewHost.getView(); in checkClickEvent()
275 mAppInfoPill.mWindowViewHost.getView(), in isValidMenuInput()
281 mWindowingPill.mWindowViewHost.getView(), in isValidMenuInput()
286 mMoreActionsPill.mWindowViewHost.getView(), in isValidMenuInput()
303 return mAppInfoPill.mWindowViewHost.getView().isLaidOut(); in viewsLaidOut()
H A DWindowDecoration.java513 SurfaceControlViewHost mWindowViewHost; field in WindowDecoration.AdditionalWindow
520 mWindowViewHost = surfaceControlViewHost; in AdditionalWindow()
525 WindowlessWindowManager windowManager = mWindowViewHost.getWindowlessWM(); in releaseView()
527 if (mWindowViewHost != null) { in releaseView()
528 mWindowViewHost.release(); in releaseView()
529 mWindowViewHost = null; in releaseView()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
H A DWindowDecorationTests.java430 assertThat(additionalWindow.mWindowViewHost).isNotNull(); in testAddWindow()
434 assertThat(additionalWindow.mWindowViewHost).isNull(); in testAddWindow()