Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java146 private static IWindowManager sWindowManagerService; field in WindowManagerGlobal
185 if (sWindowManagerService == null) { in getWindowManagerService()
186 sWindowManagerService = IWindowManager.Stub.asInterface( in getWindowManagerService()
189 if (sWindowManagerService != null) { in getWindowManagerService()
191 sWindowManagerService.getCurrentAnimatorScale()); in getWindowManagerService()
192 sUseBLASTAdapter = sWindowManagerService.useBLAST(); in getWindowManagerService()
198 return sWindowManagerService; in getWindowManagerService()