Home
last modified time | relevance | path

Searched refs:mLatch (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DFullScreenTask.java155 p.mLatch.await(); in setViewProperty()
175 p.mLatch.await(); in setList()
215 CountDownLatch mLatch = new CountDownLatch(1); field in FullScreenTask.SetProperty
228 mLatch.countDown(); in run()
235 CountDownLatch mLatch = new CountDownLatch(1); field in FullScreenTask.SetList
240 mLatch.countDown(); in SetList()
252 CountDownLatch mLatch = new CountDownLatch(1); field in FullScreenTask.SetLayout
261 mLatch.countDown(); in run()
267 CountDownLatch mLatch = new CountDownLatch(1); field in FullScreenTask.SetTitle
277 mLatch.countDown(); in run()
[all …]
/external/sl4a/Utils/src/com/googlecode/android_scripting/future/
DFutureResult.java29 private final CountDownLatch mLatch = new CountDownLatch(1); field in FutureResult
34 mLatch.countDown(); in set()
44 mLatch.await(); in get()
50 mLatch.await(timeout, unit); in get()