Searched refs:UiThread (Results 1 – 15 of 15) sorted by relevance
26 public final class UiThread extends ServiceThread { class27 private static UiThread sInstance;30 private UiThread() { in UiThread() method in UiThread36 sInstance = new UiThread(); in ensureThreadLocked()42 public static UiThread get() { in get()43 synchronized (UiThread.class) { in get()50 synchronized (UiThread.class) { in getHandler()
46 synchronized (UiThread.class) { in get()53 synchronized (UiThread.class) { in getHandler()
233 mHandlerCheckers.add(new HandlerChecker(UiThread.getHandler(), in Watchdog()
19 import android.support.annotation.UiThread;29 @UiThread
26 import com.android.server.UiThread;35 super(inputChannel, UiThread.getHandler().getLooper()); in PointerEventDispatcher()
127 import com.android.server.UiThread;881 UiThread.getHandler().runWithScissors(new Runnable() { in initPolicy()
19 import android.support.annotation.UiThread;550 @UiThread571 @UiThread582 @UiThread589 @UiThread
41 public @interface UiThread { annotation
40 public @interface UiThread { annotation
63 import com.android.server.UiThread;274 new SettingsObserver(UiThread.getHandler()); in systemRunning()310 UiThread.getHandler(), this, mCurUser, serviceComponent); in switchImplementationIfNeededLocked()
79 <dt><code>@UiThread</code></dt>198 <li><code>@UiThread</code> </li>205 and the <code>@UiThread</code> annotations are interchangeable so
61 import com.android.server.UiThread;232 mUiHandler = UiThread.getHandler(); in DisplayManagerService()
22 import android.annotation.UiThread;111 @UiThread
31 import android.annotation.UiThread;705 @UiThread
1387 super(com.android.server.UiThread.get().getLooper(), null, true); in UiHandler()