File
Doc
Category
Size
Date
Package
WindowManagerPolicyThread.java
API Doc
Android 5.1 API
1139
Thu Mar 12 22:22:10 GMT 2015
com.android.internal.view
WindowManagerPolicyThread
java.lang.Object
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.Looper
getLooper
()
return mLooper;
public static
java.lang.Thread
getThread
()
return mThread;
public static void
set
(
java.lang.Thread
thread,
android.os.Looper
looper)
mThread = thread; mLooper = looper;
Java Code Source