Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java141 private static IWindowManager sWindowManagerService; field in WindowManagerGlobal
180 if (sWindowManagerService == null) { in getWindowManagerService()
181 sWindowManagerService = IWindowManager.Stub.asInterface( in getWindowManagerService()
184 if (sWindowManagerService != null) { in getWindowManagerService()
186 sWindowManagerService.getCurrentAnimatorScale()); in getWindowManagerService()
192 return sWindowManagerService; in getWindowManagerService()