HomeSort by relevance Sort by last modified time
    Searched refs:mainLooper (Results 1 - 9 of 9) 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);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
GalleryAppMock.java 34 ContentResolver resolver, Looper mainLooper) {
37 mMainLooper = mainLooper;
LocalDataTest.java 390 static GalleryAppStub newGalleryContext(SQLiteDatabase db, Looper mainLooper) {
394 return new GalleryAppMock(null, cr, 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]);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 118 MyHandler(Looper mainLooper) {
119 super(mainLooper);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 82 private Looper mainLooper = ShadowLooper.myLooper();
483 return mainLooper;
  /frameworks/base/core/java/android/hardware/
SystemSensorManager.java 59 public SystemSensorManager(Context context, Looper mainLooper) {
60 mMainLooper = mainLooper;
  /frameworks/base/core/java/com/android/internal/view/
IInputConnectionWrapper.java 81 public IInputConnectionWrapper(Looper mainLooper, InputConnection conn) {
83 mMainLooper = mainLooper;
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 487 public ControlledInputConnectionWrapper(final Looper mainLooper, final InputConnection conn,
489 super(mainLooper, conn);
    [all...]

Completed in 2598 milliseconds