HomeSort by relevance Sort by last modified time
    Searched defs:mainLooper (Results 1 - 3 of 3) sorted by null

  /external/qemu/
vl-android-ui.c 61 static Looper* mainLooper;
128 loopIo_init(ioh->io, mainLooper, fd, ioh_callback, ioh);
169 looper_forceQuit(mainLooper);
250 mainLooper = looper_newGeneric();
253 init_gui_timer(mainLooper);
258 mainLooper)) {
263 if (uiCmdImpl_create(attachUiImpl_get_console_socket(), mainLooper)) {
267 looper_run(mainLooper);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LooperTest.java 41 Looper mainLooper = Looper.getMainLooper();
44 assertSame("junit test's thread should use the main looper", mainLooper, thisThreadsLooper);
59 assertNotSame(mainLooper, thread1Looper[0]);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 82 private Looper mainLooper = ShadowLooper.myLooper();
483 return mainLooper;

Completed in 44 milliseconds