FileDocCategorySizeDatePackage
WindowManagerGlobal_Delegate.javaAPI DocAndroid 5.1 API1359Thu Mar 12 22:22:44 GMT 2015android.view

WindowManagerGlobal_Delegate

public class WindowManagerGlobal_Delegate extends Object
Delegate used to provide new implementation of a select few methods of {@link WindowManagerGlobal} Through the layoutlib_create tool, the original methods of WindowManagerGlobal have been replaced by calls to methods of the same name in this delegate class.

Fields Summary
private static IWindowManager
sService
Constructors Summary
Methods Summary
public static IWindowManagergetWindowManagerService()

        return sService;
    
public static voidsetWindowManagerService(IWindowManager service)

        sService = service;