Package 

Class YogaMeasureOutput

    • Method Summary

      Modifier and Type Method Description
      static long make(float width, float height)
      static long make(int width, int height)
      static float getWidth(long measureOutput)
      static float getHeight(long measureOutput)
      • Methods inherited from class java.lang.Object

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

      • make

         static long make(float width, float height)
      • make

         static long make(int width, int height)
      • getWidth

         static float getWidth(long measureOutput)
      • getHeight

         static float getHeight(long measureOutput)