Class ShadowFloatMath


  • @Implements(android.util.FloatMath.class)
    public class ShadowFloatMath
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ShadowFloatMath()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static float ceil​(float value)  
      protected static float cos​(float angle)  
      protected static float floor​(float value)  
      protected static float sin​(float angle)  
      protected static float sqrt​(float value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowFloatMath

        public ShadowFloatMath()
    • Method Detail

      • floor

        @Implementation
        protected static float floor​(float value)
      • ceil

        @Implementation
        protected static float ceil​(float value)
      • sin

        @Implementation
        protected static float sin​(float angle)
      • cos

        @Implementation
        protected static float cos​(float angle)
      • sqrt

        @Implementation
        protected static float sqrt​(float value)