Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java135 private static IWindowManager sWindowManagerService; field in WindowManagerGlobal
166 if (sWindowManagerService == null) { in getWindowManagerService()
167 sWindowManagerService = IWindowManager.Stub.asInterface( in getWindowManagerService()
170 if (sWindowManagerService != null) { in getWindowManagerService()
172 sWindowManagerService.getCurrentAnimatorScale()); in getWindowManagerService()
178 return sWindowManagerService; in getWindowManagerService()