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

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

Completed in 59 milliseconds