Class Convert


  • public class Convert
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Convert()  
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static int getPixels​(float densityIndependentPixels)
      Deprecated. 
      static int getPixels​(float densityIndependentPixels, android.content.Context appContext)
      Deprecated. 
      • Methods inherited from class java.lang.Object

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

      • Convert

        public Convert()
    • Method Detail

      • getPixels

        public static int getPixels​(float densityIndependentPixels,
                                    @Nullable
                                    android.content.Context appContext)
        Deprecated.
      • getPixels

        public static int getPixels​(float densityIndependentPixels)
        Deprecated.