Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DFullScreenTask.java215 CountDownLatch mLatch = new CountDownLatch(1); field in FullScreenTask.SetProperty
235 CountDownLatch mLatch = new CountDownLatch(1); field in FullScreenTask.SetList
252 CountDownLatch mLatch = new CountDownLatch(1); field in FullScreenTask.SetLayout
267 CountDownLatch mLatch = new CountDownLatch(1); field in FullScreenTask.SetTitle
/external/sl4a/Utils/src/com/googlecode/android_scripting/future/
DFutureResult.java29 private final CountDownLatch mLatch = new CountDownLatch(1); field in FutureResult