Home
last modified time | relevance | path

Searched refs:getLooper (Results 1 – 25 of 28) sorted by relevance

12

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DHandlerThreadTest.java34 assertNotNull(handlerThread.getLooper()); in shouldReturnLooper()
35 assertNotSame(handlerThread.getLooper(), Robolectric.application.getMainLooper()); in shouldReturnLooper()
41 assertNull(handlerThread.getLooper()); in shouldReturnNullIfThreadHasNotBeenStarted()
59 Looper looper = handlerThread.getLooper(); in shouldStopThreadIfLooperIsQuit()
78 assertNotNull(handlerThread.getLooper()); in shouldCallOnLooperPrepared()
DLooperTest.java71 Looper looper = ht.getLooper(); in shouldNotQueueMessagesIfLooperIsQuit()
90 Looper looper = ht.getLooper(); in shouldThrowawayRunnableQueueIfLooperQuits()
DHandlerTest.java123 ShadowLooper shadowLooper = shadowOf(handler.getLooper()); in testRemoveCallbacks()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DSurfaceTextureHelper.java85 finalHandler = new Handler(thread.getLooper()); in create()
325 if (handler.getLooper().getThread() != Thread.currentThread()) {
408 if (handler.getLooper().getThread() == Thread.currentThread()) {
451 if (handler.getLooper().getThread() != Thread.currentThread()) {
472 if (handler.getLooper().getThread() != Thread.currentThread()) {
486 handler.getLooper().quit();
DSurfaceViewRenderer.java179 renderThreadHandler = new Handler(renderThread.getLooper()); in init()
DVideoCapturerAndroid.java333 cameraThreadHandler = new Handler(cameraThread.getLooper()); in VideoCapturerAndroid()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowHandlerThread.java40 public Looper getLooper() { in getLooper() method in ShadowHandlerThread
59 Looper looper = getLooper(); in quit()
DShadowHandler.java149 public final Looper getLooper() { in getLooper() method in ShadowHandler
/external/skia/src/core/
DSkRecordOpts.cpp100 if (paint->getXfermode() || paint->getLooper()) { in fold_opacity_layer_color_to_paint()
136 layerPaint.getLooper() || in fold_opacity_layer_color_to_paint()
DSkPaint.cpp1899 asint(this->getLooper()) | in flatten()
1932 buffer.writeFlattenable(this->getLooper()); in flatten()
2060 if (this->getLooper()) { in canComputeFastBounds()
2061 return this->getLooper()->canComputeFastBounds(*this); in canComputeFastBounds()
2076 if (this->getLooper()) { in doComputeFastBounds()
2077 SkASSERT(this->getLooper()->canComputeFastBounds(*this)); in doComputeFastBounds()
2078 this->getLooper()->computeFastBounds(*this, *src, storage); in doComputeFastBounds()
2194 SkDrawLooper* looper = this->getLooper(); in toString()
DSkRemote.cpp128 fIDs.looper = fEncoder->define(paint.getLooper()); in AutoCommonIDs()
DSkCanvas.cpp91 if (paint->getMaskFilter() || paint->getLooper() in wouldOverwriteEntireSurface()
495 if (SkDrawLooper* looper = paint.getLooper()) { in AutoDrawLooper()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiNanManagerFacade.java214 mMgr.connect(new NanEventListenerPostsEvents(mNanFacadeThread.getLooper()), in WifiNanManagerFacade()
246 new NanSessionListenerPostsEvents(mNanFacadeThread.getLooper(), listenerId), in wifiNanPublish()
265 new NanSessionListenerPostsEvents(mNanFacadeThread.getLooper(), listenerId), in wifiNanSubscribe()
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DSurfaceTextureHelperTest.java299 final Handler handler = new Handler(thread.getLooper()); in testFrameOnSeparateThread()
335 final Handler handler = new Handler(thread.getLooper()); in testLateReturnFrameOnSeparateThread()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DMessageHandler.java43 super(handlerThread.getLooper()); in MessageHandler()
/external/skia/tests/
DPaintTest.cpp311 ASSERT(other.getLooper() == paint.getLooper());
/external/skia/include/core/
DSkPaint.h635 SkDrawLooper* getLooper() const { return fLooper; } in getLooper() function
990 uintptr_t effects = reinterpret_cast<uintptr_t>(this->getLooper()); in computeFastBounds()
/external/skia/src/effects/
DSkLayerDrawLooper.cpp117 dst->setLooper(src.getLooper()); in ApplyInfo()
/external/skia/src/utils/
DSkLua.cpp1072 setfield_bool_if(L, "looper", !!paint->getLooper()); in lpaint_getEffects()
/external/skia/tools/debugger/
DSkDrawCommand.cpp1077 SkFlattenable* looper = paint.getLooper(); in apply_paint_looper()
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12