Searched defs:shouldClip (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DRevealClip.h34 void set(bool shouldClip, float x, float y, float radius) { argument
35 mShouldClip = shouldClip;
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp253 jobject clazz, jlong renderNodePtr, jboolean shouldClip,
257 shouldClip, x, y, radius);
252 android_view_RenderNode_setRevealClip(JNIEnv* env, jobject clazz, jlong renderNodePtr, jboolean shouldClip, jfloat x, jfloat y, jfloat radius) argument
/frameworks/base/core/java/android/view/
H A DRenderNode.java349 public boolean setRevealClip(boolean shouldClip, argument
351 return nSetRevealClip(mNativeRenderNode, shouldClip, x, y, radius);
854 boolean shouldClip, float x, float y, float radius);
853 nSetRevealClip(long renderNode, boolean shouldClip, float x, float y, float radius) argument
H A DView.java13010 public void setRevealClip(boolean shouldClip, float x, float y, float radius) { argument
13011 mRenderNode.setRevealClip(shouldClip, x, y, radius);

Completed in 147 milliseconds