Home
last modified time | relevance | path

Searched refs:gPointerIconClassInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_PointerIcon.cpp41 } gPointerIconClassInfo; variable
52 env->GetIntField(pointerIconObj, gPointerIconClassInfo.mType)); in android_view_PointerIcon_toNative()
53 icon.hotSpotX = env->GetFloatField(pointerIconObj, gPointerIconClassInfo.mHotSpotX); in android_view_PointerIcon_toNative()
54 icon.hotSpotY = env->GetFloatField(pointerIconObj, gPointerIconClassInfo.mHotSpotY); in android_view_PointerIcon_toNative()
56 env->GetBooleanField(pointerIconObj, gPointerIconClassInfo.mDrawNativeDropShadow); in android_view_PointerIcon_toNative()
59 env, env->GetObjectField(pointerIconObj, gPointerIconClassInfo.mBitmap)); in android_view_PointerIcon_toNative()
65 env->GetObjectField(pointerIconObj, gPointerIconClassInfo.mBitmapFrames))); in android_view_PointerIcon_toNative()
68 env->GetIntField(pointerIconObj, gPointerIconClassInfo.mDurationPerFrame); in android_view_PointerIcon_toNative()
84 gPointerIconClassInfo.clazz = MakeGlobalRefOrDie(env, clazz); in register_android_view_PointerIcon()
86 gPointerIconClassInfo.mBitmap = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz, in register_android_view_PointerIcon()
[all …]