Searched refs:isWindowProviderService (Results 1 – 4 of 4) sorted by relevance
22 import static android.window.WindowProviderService.isWindowProviderService;316 if (!isWindowProviderService(mOptions) && isSuspendedState(dc.getDisplayInfo().state)) { in dispatchWindowContextInfoChange()
100 import static android.window.WindowProviderService.isWindowProviderService;1807 if (!isWindowProviderService(options)) { in addWindow()
72 public static boolean isWindowProviderService(@Nullable Bundle windowContextOptions) { in isWindowProviderService() method in WindowProviderService
21 import static android.window.WindowProviderService.isWindowProviderService;200 if (!isWindowProviderService(windowProvider.getWindowContextOptions())) { in assertWindowContextTypeMatches()