Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java126 private static IWindowManager sWindowManagerService; field in WindowManagerGlobal
170 if (sWindowManagerService == null) { in getWindowManagerService()
171 sWindowManagerService = IWindowManager.Stub.asInterface( in getWindowManagerService()
174 if (sWindowManagerService != null) { in getWindowManagerService()
176 sWindowManagerService.getCurrentAnimatorScale()); in getWindowManagerService()
177 sUseBLASTAdapter = sWindowManagerService.useBLAST(); in getWindowManagerService()
183 return sWindowManagerService; in getWindowManagerService()