Searched refs:getLooper (Results 1 - 25 of 36) sorted by relevance

12

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DHandlerThreadTest.java34 assertNotNull(handlerThread.getLooper());
35 assertNotSame(handlerThread.getLooper(), Robolectric.application.getMainLooper());
41 assertNull(handlerThread.getLooper());
59 Looper looper = handlerThread.getLooper();
78 assertNotNull(handlerThread.getLooper());
H A DLooperTest.java71 Looper looper = ht.getLooper();
90 Looper looper = ht.getLooper();
H A DHandlerTest.java123 ShadowLooper shadowLooper = shadowOf(handler.getLooper());
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DJavaHandlerThread.java32 new Handler(mThread.getLooper()).post(new Runnable() {
H A DThreadUtils.java29 if (sUiThreadHandler != null && sUiThreadHandler.getLooper() != looper) {
31 sUiThreadHandler.getLooper() + " (Main thread looper is " +
186 return getUiThreadHandler().getLooper() == Looper.myLooper();
190 return getUiThreadHandler().getLooper();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowHandlerThread.java40 public Looper getLooper() { method in class:ShadowHandlerThread
59 Looper looper = getLooper();
H A DShadowHandler.java149 public final Looper getLooper() { method in class:ShadowHandler
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DTestThread.java141 assert Looper.myLooper() == mMainThreadHandler.getLooper();
/external/chromium_org/content/public/android/java/src/org/chromium/content/common/
H A DCleanupReference.java145 if (Looper.myLooper() == msg.getTarget().getLooper()) {
/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h650 SkDrawLooper* getLooper() const { return fLooper; } function in class:SkPaint
926 if (this->getLooper()) {
927 return this->getLooper()->canComputeFastBounds(*this);
957 uintptr_t effects = reinterpret_cast<uintptr_t>(this->getLooper());
/external/skia/include/core/
H A DSkPaint.h650 SkDrawLooper* getLooper() const { return fLooper; } function in class:SkPaint
926 if (this->getLooper()) {
927 return this->getLooper()->canComputeFastBounds(*this);
957 uintptr_t effects = reinterpret_cast<uintptr_t>(this->getLooper());
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
H A DSkiaFontWin.cpp138 if ((textMode & TextModeFill) && (SkColorGetA(paint.getColor()) || paint.getLooper())) {
H A DOpaqueRegionSkia.cpp139 if (paint.getLooper())
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
H A DDisplay.java252 super(handler.getLooper());
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DDeviceMotionAndOrientation.java380 mHandler = new Handler(thread.getLooper()); // blocks on thread start
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DChromoting.java106 mNetwork = new Handler(thread.getLooper());
/external/chromium_org/skia/ext/
H A Danalysis_canvas.cc32 !paint.getLooper() &&
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp2047 asint(this->getLooper()) |
2115 buffer.writeFlattenable(this->getLooper());
2287 if (this->getLooper()) {
2288 SkASSERT(this->getLooper()->canComputeFastBounds(*this));
2289 this->getLooper()->computeFastBounds(*this, *src, storage);
2399 SkDrawLooper* looper = this->getLooper();
H A DSkPicturePlayback.cpp163 paint.getLooper() ||
1212 const SkDrawLooper* drawLooper = paint.getLooper();
1213 if (drawLooper != defaultPaint.getLooper())
/external/skia/src/core/
H A DSkPaint.cpp2060 asint(this->getLooper()) |
2132 buffer.writeFlattenable(this->getLooper());
2320 if (this->getLooper()) {
2321 SkASSERT(this->getLooper()->canComputeFastBounds(*this));
2322 this->getLooper()->computeFastBounds(*this, *src, storage);
2432 SkDrawLooper* looper = this->getLooper();
H A DSkPicturePlayback.cpp163 paint.getLooper() ||
1212 const SkDrawLooper* drawLooper = paint.getLooper();
1213 if (drawLooper != defaultPaint.getLooper())
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/third_party/
H A DGestureDetector.java268 super(handler.getLooper());
/external/chromium_org/third_party/skia/src/effects/
H A DSkLayerDrawLooper.cpp161 dst->setLooper(src.getLooper());
/external/skia/src/effects/
H A DSkLayerDrawLooper.cpp161 dst->setLooper(src.getLooper());
/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp692 if (paint->getMaskFilter() || paint->getLooper()

Completed in 2628 milliseconds

12