Searched refs:mWindowViewHost (Results 1 – 3 of 3) sorted by relevance
146 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()
513 SurfaceControlViewHost mWindowViewHost; field in WindowDecoration.AdditionalWindow520 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()
430 assertThat(additionalWindow.mWindowViewHost).isNotNull(); in testAddWindow()434 assertThat(additionalWindow.mWindowViewHost).isNull(); in testAddWindow()