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

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DatePickerDialogTask.java 91 mShowLatch.countDown();
DialogTask.java 48 protected final CountDownLatch mShowLatch = new CountDownLatch(1);
72 return mShowLatch;
TimePickerDialogTask.java 88 mShowLatch.countDown();
ProgressDialogTask.java 51 mShowLatch.countDown();
SeekBarDialogTask.java 106 mShowLatch.countDown();
FullScreenTask.java 51 protected final CountDownLatch mShowLatch = new CountDownLatch(1);
87 mShowLatch.countDown();
122 return mShowLatch;
AlertDialogTask.java 239 mShowLatch.countDown();

Completed in 80 milliseconds