Class LayoutUtil

java.lang.Object
com.brightcove.player.util.LayoutUtil

public class LayoutUtil extends Object
  • Constructor Details

    • LayoutUtil

      public LayoutUtil()
  • Method Details

    • getSpecMode

      public static String getSpecMode(int specMode)
    • isLargeScreen

      public static boolean isLargeScreen(android.content.Context context)
      Inspects the current screen to determine if the host device screen is large.
      Parameters:
      context - the context on the view or application.
      Returns:
      true if the screen is large otherwise false.