Searched refs:hasShadowLayer (Results 1 – 3 of 3) sorted by relevance
233 if (paint.getAlpha() != 0 || paint.getXfermode() != null || paint.hasShadowLayer()) { in draw()
875 static jboolean hasShadowLayer(JNIEnv* env, jobject clazz, jlong paintHandle) { in hasShadowLayer() function in android::PaintGlue1191 {"native_hasShadowLayer", "!(J)Z", (void*)PaintGlue::hasShadowLayer}
1148 public boolean hasShadowLayer() { in hasShadowLayer() method in Paint