Package 

Class LayoutUtil

    • Method Summary

      Modifier and Type Method Description
      static String getSpecMode(int specMode)
      static boolean isLargeScreen(Context context) Inspects the current screen to determine if the host device screen is large.
      • Methods inherited from class java.lang.Object

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

      • isLargeScreen

         static boolean isLargeScreen(Context context)

        Inspects the current screen to determine if the host device screen is large.

        Parameters:
        context - the context on the view or application.