• Home
  • Raw
  • Download

Lines Matching defs:nativeView

908 static jint nativeCreateDrawGLFunction(JNIEnv *env, jobject obj, jint nativeView,  in nativeCreateDrawGLFunction()
934 static jint nativeGetDrawGLFunction(JNIEnv *env, jobject obj, jint nativeView) { in nativeGetDrawGLFunction()
942 static void nativeUpdateDrawGLFunction(JNIEnv *env, jobject obj, jint nativeView, in nativeUpdateDrawGLFunction()
963 static bool nativeEvaluateLayersAnimations(JNIEnv *env, jobject obj, jint nativeView) in nativeEvaluateLayersAnimations()
976 static bool nativeSetBaseLayer(JNIEnv *env, jobject obj, jint nativeView, jint layer, in nativeSetBaseLayer()
987 static BaseLayerAndroid* nativeGetBaseLayer(JNIEnv *env, jobject obj, jint nativeView) in nativeGetBaseLayer()
1222 static int nativeScrollableLayer(JNIEnv* env, jobject jwebview, jint nativeView, in nativeScrollableLayer()
1237 jint nativeView, jint layerId, jint x, jint y) in nativeScrollLayer()
1268 static int nativeGetBackgroundColor(JNIEnv* env, jobject obj, jint nativeView) in nativeGetBackgroundColor()
1281 static void nativeSetPauseDrawing(JNIEnv *env, jobject obj, jint nativeView, in nativeSetPauseDrawing()
1287 static void nativeSetTextSelection(JNIEnv *env, jobject obj, jint nativeView, in nativeSetTextSelection()
1294 static jint nativeGetHandleLayerId(JNIEnv *env, jobject obj, jint nativeView, in nativeGetHandleLayerId()
1310 static void nativeMapLayerRect(JNIEnv *env, jobject obj, jint nativeView, in nativeMapLayerRect()
1320 static jint nativeSetHwAccelerated(JNIEnv *env, jobject obj, jint nativeView, in nativeSetHwAccelerated()
1327 static void nativeFindMaxVisibleRect(JNIEnv *env, jobject obj, jint nativeView, in nativeFindMaxVisibleRect()
1337 static bool nativeIsHandleLeft(JNIEnv *env, jobject obj, jint nativeView, in nativeIsHandleLeft()
1344 static bool nativeIsPointVisible(JNIEnv *env, jobject obj, jint nativeView, in nativeIsPointVisible()