Home | History | Annotate | Download | only in accessibility

Lines Matching refs:jint

44   jint GetRootId(JNIEnv* env, jobject obj);
45 jboolean IsNodeValid(JNIEnv* env, jobject obj, jint id);
46 void HitTest(JNIEnv* env, jobject obj, jint x, jint y);
50 JNIEnv* env, jobject obj, jobject info, jint id);
52 JNIEnv* env, jobject obj, jobject event, jint id, jint event_type);
55 void Click(JNIEnv* env, jobject obj, jint id);
56 void Focus(JNIEnv* env, jobject obj, jint id);
65 jint FindElementType(JNIEnv* env, jobject obj, jint start_id,