Class ShadowNativePropertyValuesHolder

java.lang.Object
org.robolectric.shadows.ShadowNativePropertyValuesHolder

Shadow for PropertyValuesHolder that is backed by native code
  • Constructor Details

    • ShadowNativePropertyValuesHolder

      public ShadowNativePropertyValuesHolder()
  • Method Details

    • nGetIntMethod

      @Implementation(maxSdk=34) protected static long nGetIntMethod(Class<?> targetClass, String methodName)
    • nGetFloatMethod

      @Implementation(maxSdk=34) protected static long nGetFloatMethod(Class<?> targetClass, String methodName)
    • nGetMultipleIntMethod

      @Implementation(maxSdk=34) protected static long nGetMultipleIntMethod(Class<?> targetClass, String methodName, int numParams)
    • nGetMultipleFloatMethod

      @Implementation(maxSdk=34) protected static long nGetMultipleFloatMethod(Class<?> targetClass, String methodName, int numParams)
    • nCallIntMethod

      @Implementation(maxSdk=34) protected static void nCallIntMethod(Object target, long methodID, int arg)
    • nCallFloatMethod

      @Implementation(maxSdk=34) protected static void nCallFloatMethod(Object target, long methodID, float arg)
    • nCallTwoIntMethod

      @Implementation(maxSdk=34) protected static void nCallTwoIntMethod(Object target, long methodID, int arg1, int arg2)
    • nCallFourIntMethod

      @Implementation(maxSdk=34) protected static void nCallFourIntMethod(Object target, long methodID, int arg1, int arg2, int arg3, int arg4)
    • nCallMultipleIntMethod

      @Implementation(maxSdk=34) protected static void nCallMultipleIntMethod(Object target, long methodID, int[] args)
    • nCallTwoFloatMethod

      @Implementation(maxSdk=34) protected static void nCallTwoFloatMethod(Object target, long methodID, float arg1, float arg2)
    • nCallFourFloatMethod

      @Implementation(maxSdk=34) protected static void nCallFourFloatMethod(Object target, long methodID, float arg1, float arg2, float arg3, float arg4)
    • nCallMultipleFloatMethod

      @Implementation(maxSdk=34) protected static void nCallMultipleFloatMethod(Object target, long methodID, float[] args)