Searched refs:gPointerCoordsClassInfo (Results 1 – 1 of 1) sorted by relevance
59 } gPointerCoordsClassInfo; variable198 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.x) - xOffset); in pointerCoordsToNative()200 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.y) - yOffset); in pointerCoordsToNative()202 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.pressure)); in pointerCoordsToNative()204 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.size)); in pointerCoordsToNative()206 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMajor)); in pointerCoordsToNative()208 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMinor)); in pointerCoordsToNative()210 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.toolMajor)); in pointerCoordsToNative()212 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.toolMinor)); in pointerCoordsToNative()214 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.orientation)); in pointerCoordsToNative()[all …]