Package com.brightcove.player.util
Class LayoutUtil
java.lang.Object
com.brightcove.player.util.LayoutUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getSpecMode
(int specMode) static boolean
isLargeScreen
(android.content.Context context) Inspects the current screen to determine if the host device screen is large.
-
Constructor Details
-
LayoutUtil
public LayoutUtil()
-
-
Method Details
-
getSpecMode
-
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.
-