FileDocCategorySizeDatePackage
WindowManagerPolicyThread.javaAPI DocAndroid 5.1 API1139Thu Mar 12 22:22:10 GMT 2015com.android.internal.view

WindowManagerPolicyThread

public class WindowManagerPolicyThread extends Object
Static storage of the thread running the window manager policy, to share with others.

Fields Summary
static Thread
mThread
static android.os.Looper
mLooper
Constructors Summary
Methods Summary
public static android.os.LoopergetLooper()

        return mLooper;
    
public static java.lang.ThreadgetThread()

        return mThread;
    
public static voidset(java.lang.Thread thread, android.os.Looper looper)

        mThread = thread;
        mLooper = looper;