Object MeasureUtils

  • All Implemented Interfaces:

    
    public class MeasureUtils
    
                        

    Utility methods for measure of View

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Unit measureAtMost(View child, Integer width, Integer height) Call measure on a view with the AT_MOST measurespec for the given height/width.
      final static Unit measureExactly(View child, Integer width, Integer height) Call measure on a view with the EXACTLY measurespec for the given height and width.
      • Methods inherited from class java.lang.Object

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