- screenIsLarge(Resources) - Static method in class com.matthewtamlin.android_utilities_library.helpers.ScreenSizeHelper
-
Determines if the device configuration specifies the screen size as large, as specified in
Configuration.
- screenIsNormal(Resources) - Static method in class com.matthewtamlin.android_utilities_library.helpers.ScreenSizeHelper
-
Determines if the device configuration specifies the screen size as normal, as specified in
Configuration.
- screenIsSmall(Resources) - Static method in class com.matthewtamlin.android_utilities_library.helpers.ScreenSizeHelper
-
Determines if the device configuration specifies the screen size as small, as specified in
Configuration.
- screenIsUndefined(Resources) - Static method in class com.matthewtamlin.android_utilities_library.helpers.ScreenSizeHelper
-
Determines if the device configuration specifies the screen size as undefined, as specified
in Configuration.
- screenIsXLarge(Resources) - Static method in class com.matthewtamlin.android_utilities_library.helpers.ScreenSizeHelper
-
Determines if the device configuration specifies the screen size as extra-large, as
specified in Configuration.
- ScreenSizeHelper - Class in com.matthewtamlin.android_utilities_library.helpers
-
Static utility class for querying the screen size.
- ScreenSizeHelper.ScreenSize - Enum in com.matthewtamlin.android_utilities_library.helpers
-
Enumerates the possible screen sizes, as specified in Configuration.
- SemiFullScreenHelper - Class in com.matthewtamlin.android_utilities_library.helpers
-
Deprecated.
- set(int, T) - Method in class com.matthewtamlin.android_utilities_library.collections.ArrayListWithCallbacks
-
- setSemiFullScreen(Window) - Static method in class com.matthewtamlin.android_utilities_library.helpers.SemiFullScreenHelper
-
Deprecated.
- showStatusBar(Window, int) - Static method in class com.matthewtamlin.android_utilities_library.helpers.StatusBarHelper
-
Shows the status bar and prevents view from drawing behind it.
- showStatusBar(Window) - Static method in class com.matthewtamlin.android_utilities_library.helpers.StatusBarHelper
-
Shows the status bar and prevents view from drawing behind it.
- spToPx(float, Context) - Static method in class com.matthewtamlin.android_utilities_library.helpers.DimensionHelper
-
Converts a dimension from scaled pixels (sp) to pixels (px).
- StatusBarHelper - Class in com.matthewtamlin.android_utilities_library.helpers
-
A utility class for hiding and showing the status bar.
- StatusBarHelper() - Constructor for class com.matthewtamlin.android_utilities_library.helpers.StatusBarHelper
-