- ClassUtil - Class in de.mrapp.android.util
-
An utility class, which provides static methods for handling instances of the class Class.
- clipCircle(Bitmap) - Static method in class de.mrapp.android.util.BitmapUtil
-
Clips the corners of a bitmap in order to transform it into a round shape.
- clipCircle(Bitmap, int) - Static method in class de.mrapp.android.util.BitmapUtil
-
Clips the corners of a bitmap in order to transform it into a round shape.
- clipCircle(Bitmap, int, int) - Static method in class de.mrapp.android.util.BitmapUtil
-
Clips the corners of a bitmap in order to transform it into a round shape.
- clipCircle(Bitmap, int, int, int) - Static method in class de.mrapp.android.util.BitmapUtil
-
Clips the corners of a bitmap in order to transform it into a round shape.
- clipSquare(Bitmap) - Static method in class de.mrapp.android.util.BitmapUtil
-
Clips the long edge of a bitmap, if its width and height are not equal, in order to form it
into a square.
- clipSquare(Bitmap, int) - Static method in class de.mrapp.android.util.BitmapUtil
-
Clips the long edge of a bitmap, if its width and height are not equal, in order to form it
into a square.
- clipSquare(Bitmap, int, int) - Static method in class de.mrapp.android.util.BitmapUtil
-
Clips the long edge of a bitmap, if its width and height are not equal, in order to transform
it into a square.
- clipSquare(Bitmap, int, int, int) - Static method in class de.mrapp.android.util.BitmapUtil
-
Clips the long edge of a bitmap, if its width and height are not equal, in order to transform
it into a square.
- close(Closeable) - Static method in class de.mrapp.android.util.StreamUtil
-
Gracefully closes a specific stream.
- collapseGroup(int) - Method in class de.mrapp.android.util.view.ExpandableGridView
-
Collapses the group, which corresponds to a specific index.
- colorToBitmap(int, int, int) - Static method in class de.mrapp.android.util.BitmapUtil
-
Creates and returns a bitmap from a specific color.
- compressToByteArray(Bitmap, Bitmap.CompressFormat, int) - Static method in class de.mrapp.android.util.BitmapUtil
-
Compresses a specific bitmap and returns it as a byte array.
- compressToFile(Bitmap, File, Bitmap.CompressFormat, int) - Static method in class de.mrapp.android.util.BitmapUtil
-
Compresses a specific bitmap and stores it within a file.
- Condition - Class in de.mrapp.android.util
-
An utility class, which provides static methods, which allow to ensure, that variables and
objects fulfill certain conditions.
- contains(boolean[], boolean) - Static method in class de.mrapp.android.util.ArrayUtil
-
Returns, whether an array contains a specific boolean value, or not.
- create(F, S, T) - Static method in class de.mrapp.android.util.datastructure.Triple
-
Creates a new triple.
- createElevationShadow(Context, int, ElevationUtil.Orientation) - Static method in class de.mrapp.android.util.ElevationUtil
-
Creates and returns a bitmap, which can be used to emulate a shadow of an elevated view on
pre-Lollipop devices.
- createElevationShadow(Context, int, ElevationUtil.Orientation, boolean) - Static method in class de.mrapp.android.util.ElevationUtil
-
Creates and returns a bitmap, which can be used to emulate a shadow of an elevated view on
pre-Lollipop devices.
- createNewFile(File) - Static method in class de.mrapp.android.util.FileUtil
-
Creates a new, empty file.
- createNewFile(File, boolean) - Static method in class de.mrapp.android.util.FileUtil
-
Creates a new, empty file.
- ElevationShadowView - Class in de.mrapp.android.util.view
-
A view, which can be used to visualize the shadow of an elevation on pre-Lollipop devices.
- ElevationShadowView(Context) - Constructor for class de.mrapp.android.util.view.ElevationShadowView
-
Creates a new view, which can be used to visualize the shadow of an elevation on pre-Lollipop
devices.
- ElevationShadowView(Context, AttributeSet) - Constructor for class de.mrapp.android.util.view.ElevationShadowView
-
Creates a new view, which can be used to visualize the shadow of an elevation on pre-Lollipop
devices.
- ElevationShadowView(Context, AttributeSet, int) - Constructor for class de.mrapp.android.util.view.ElevationShadowView
-
Creates a new view, which can be used to visualize the shadow of an elevation on pre-Lollipop
devices.
- ElevationShadowView(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.util.view.ElevationShadowView
-
Creates a new view, which can be used to visualize the shadow of an elevation on pre-Lollipop
devices.
- ElevationUtil - Class in de.mrapp.android.util
-
An utility class, which provides static methods, which allow to emulate elevations of views on
pre-Lollipop devices.
- ElevationUtil.Orientation - Enum in de.mrapp.android.util
-
Contains all possible orientations of a shadow in relation to an elevated view.
- emulateParallelLight(boolean) - Method in class de.mrapp.android.util.view.ElevationShadowView
-
Sets, whether parallel light should be emulated, or not.
- ensureAtLeast(short, short, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Short value is at least as great as a reference value.
- ensureAtLeast(short, short, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Short value is at least as great as a reference value.
- ensureAtLeast(int, int, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that an Integer value is at least as great as a reference value.
- ensureAtLeast(int, int, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that an Integer value is at least as great as a reference value.
- ensureAtLeast(long, long, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Long value is at least as great as a reference value.
- ensureAtLeast(long, long, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Long value is at least as great as a reference value.
- ensureAtLeast(float, float, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Float value is at least as great as a reference value.
- ensureAtLeast(float, float, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Float value is at least as great as a reference value.
- ensureAtLeast(double, double, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Double value is at least as great as a reference value.
- ensureAtLeast(double, double, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Double value is at least as great as a reference value.
- ensureAtMaximum(short, short, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Short value is at maximum as great as a reference value.
- ensureAtMaximum(short, short, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Short value is at maximum as great as a reference value.
- ensureAtMaximum(int, int, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that an Integer value is at maximum as great as a reference value.
- ensureAtMaximum(int, int, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that an Integer value is at maximum as great as a reference value.
- ensureAtMaximum(long, long, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Long value is at maximum as great as a reference value.
- ensureAtMaximum(long, long, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Long value is at maximum as great as a reference value.
- ensureAtMaximum(float, float, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Float value is at maximum as great as a reference value.
- ensureAtMaximum(float, float, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Float value is at maximum as great as a reference value.
- ensureAtMaximum(double, double, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Double value is at maximum as great as a reference value.
- ensureAtMaximum(double, double, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Double value is at maximum as great as a reference value.
- ensureEqual(Object, Object, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that two objects are equal.
- ensureEqual(Object, Object, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that two objects are equal.
- ensureFalse(boolean, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a specific boolean expression is false.
- ensureFalse(boolean, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a specific boolean expression is false.
- ensureFileExists(File, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a specific file exists.
- ensureFileExists(File, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a specific file exists.
- ensureFileIsDirectory(File, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a specific file is a directory.
- ensureFileIsDirectory(File, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a specific file is a directory.
- ensureFileIsNoDirectory(File, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a specific file does exist and is not a directory.
- ensureFileIsNoDirectory(File, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a specific file does exist and is not a directory.
- ensureGreater(short, short, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Short value is greater as a reference value.
- ensureGreater(short, short, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Short value is greater as a reference value.
- ensureGreater(int, int, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that an Integer value is greater as a reference value.
- ensureGreater(int, int, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that an Integer value is greater as a reference value.
- ensureGreater(long, long, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Long value is greater as a reference value.
- ensureGreater(long, long, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Long value is greater as a reference value.
- ensureGreater(float, float, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Float value is greater as a reference value.
- ensureGreater(float, float, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Float value is greater as a reference value.
- ensureGreater(double, double, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Double value is greater as a reference value.
- ensureGreater(double, double, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Double value is greater as a reference value.
- ensureNotEmpty(CharSequence, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a text is not empty.
- ensureNotEmpty(CharSequence, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a text is not empty.
- ensureNotEmpty(Iterable<?>, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Iterable is not empty.
- ensureNotEmpty(Iterable<?>, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Iterable is not empty.
- ensureNotEqual(Object, Object, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that two objects are not equal.
- ensureNotEqual(Object, Object, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that two objects are not equal.
- ensureNotNull(Object, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures that an object is not null.
- ensureNotNull(Object, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures that an object is not null.
- ensureSmaller(short, short, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Short value is smaller as a reference value.
- ensureSmaller(short, short, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Short value is smaller as a reference value.
- ensureSmaller(int, int, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that an Integer value is smaller as a reference value.
- ensureSmaller(int, int, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that an Integer value is smaller as a reference value.
- ensureSmaller(long, long, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Long value is smaller as a reference value.
- ensureSmaller(long, long, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Long value is smaller as a reference value.
- ensureSmaller(float, float, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Float value is smaller as a reference value.
- ensureSmaller(float, float, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Float value is smaller as a reference value.
- ensureSmaller(double, double, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Double value is smaller as a reference value.
- ensureSmaller(double, double, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a Double value is smaller as a reference value.
- ensureTrue(boolean, String) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a specific boolean expression is true.
- ensureTrue(boolean, String, Class<? extends RuntimeException>) - Static method in class de.mrapp.android.util.Condition
-
Ensures, that a specific boolean expression is true.
- equals(Object) - Method in class de.mrapp.android.util.datastructure.Triple
-
- ExpandableGridView - Class in de.mrapp.android.util.view
-
A grid view, which can contain multiple groups, which can individually be expanded to show their
children.
- ExpandableGridView(Context) - Constructor for class de.mrapp.android.util.view.ExpandableGridView
-
Creates a new grid view, which can contain multiple groups, which can individually be
expanded to show their children.
- ExpandableGridView(Context, AttributeSet) - Constructor for class de.mrapp.android.util.view.ExpandableGridView
-
Creates a new grid view, which can contain multiple groups, which can individually be
expanded to show their children.
- ExpandableGridView(Context, AttributeSet, int) - Constructor for class de.mrapp.android.util.view.ExpandableGridView
-
Creates a new grid view, which can contain multiple groups, which can individually be
expanded to show their children.
- ExpandableGridView(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.util.view.ExpandableGridView
-
Creates a new grid view, which can contain multiple groups, which can individually be
expanded to show their children.
- ExpandableGridView.OnChildClickListener - Interface in de.mrapp.android.util.view
-
Defines the interface, a class, which should be notified, when a child of an expandable grid
view has been clicked, must implement.
- ExpandableGridView.OnGroupClickListener - Interface in de.mrapp.android.util.view
-
Defines the interface, a class, which should be notified, when a group of an expandable grid
view has been clicked, must implement.
- expandGroup(int) - Method in class de.mrapp.android.util.view.ExpandableGridView
-
Expands the group, which corresponds to a specific index.
- getAdapter() - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
- getAdapter() - Method in class de.mrapp.android.util.view.HeaderAndFooterRecyclerView
-
- getBoolean(Context, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the boolean value, which corresponds to a specific resource id, from a context's
theme.
- getBoolean(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the boolean value, which corresponds to a specific resource id, from a specific
theme.
- getColor(Context, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the color, which corresponds to a specific resource id, from a context's theme.
- getColor(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the color, which corresponds to a specific resource id, from a specific theme.
- getColorStateList(Context, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the color state list, which corresponds to a specific resource id, from a context's
theme.
- getColorStateList(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the color state list, which corresponds to a specific resource id, from a specific
theme.
- getColumnWidthCompatible() - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
Returns the width of the grid view's columns by either using the
getColumnWidth-method on devices with API level 16 or greater, or via reflection
on older devices.
- getDensity(Context) - Static method in class de.mrapp.android.util.DisplayUtil
-
Returns the logical density of the device's display.
- getDeviceType(Context) - Static method in class de.mrapp.android.util.DisplayUtil
-
Returns the type of the device, depending on its display size.
- getDimension(Context, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the dimension, which corresponds to a specific resource id, from a context's theme.
- getDimension(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the dimension, which corresponds to a specific resource id, from a specific theme.
- getDimensionPixelOffset(Context, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the dimension pixel offset, which corresponds to a specific resource id, from a
context's theme.
- getDimensionPixelOffset(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the dimension pixel offset, which corresponds to a specific resource id, from a
specific theme.
- getDimensionPixelSize(Context, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the dimension pixel size, which corresponds to a specific resource id, from a
context's theme.
- getDimensionPixelSize(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the dimension pixel size, which corresponds to a specific resource id, from a
specific theme.
- getDisplayHeight(Context) - Static method in class de.mrapp.android.util.DisplayUtil
-
Returns the height of the device's display.
- getDisplayWidth(Context) - Static method in class de.mrapp.android.util.DisplayUtil
-
Returns the width of the device's display.
- getDistance() - Method in class de.mrapp.android.util.gesture.DragHelper
-
Returns the distance, which has been passed while dragging, in pixels.
- getDragSpeed() - Method in class de.mrapp.android.util.gesture.DragHelper
-
Returns the speed of the drag gesture in pixels per millisecond.
- getDrawable(Context, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the drawable, which corresponds to a specific resource id, from a context's theme.
- getDrawable(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the drawable, which corresponds to a specific resource id, from a specific theme.
- getExpandableListAdapter() - Method in class de.mrapp.android.util.view.ExpandableGridView
-
Returns the adapter that provides data to this view.
- getFloat(Context, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the float value, which corresponds to a specific resource id, from a context's
theme.
- getFloat(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the float value, which corresponds to a specific resource id, from a specific theme.
- getFooterViewsCount() - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
Returns the number of footer views in the grid view.
- getFooterViewsCount() - Method in class de.mrapp.android.util.view.HeaderAndFooterRecyclerView
-
Returns the number of footer views in the grid view.
- getFraction(Context, int, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the fraction, which corresponds to a specific resource id, from a context's theme.
- getFraction(Context, int, int, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the fraction, which corresponds to a specific resource id, from a specific theme.
- getHeaderViewsCount() - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
Returns the number of header views in the grid view.
- getHeaderViewsCount() - Method in class de.mrapp.android.util.view.HeaderAndFooterRecyclerView
-
Returns the number of header views in the grid view.
- getImageDimensions(File) - Static method in class de.mrapp.android.util.BitmapUtil
-
Returns the width and height of a specific image file.
- getImageDimensions(Context, int) - Static method in class de.mrapp.android.util.BitmapUtil
-
Returns the width and height of a specific image resource.
- getInsetDrawable() - Method in class de.mrapp.android.util.view.ScrimInsetsLayout
-
Returns the drawable, which is shown in the layout's insets.
- getInsets() - Method in class de.mrapp.android.util.view.ScrimInsetsLayout
-
Returns the layout's current insets.
- getInteger(Context, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the integer value, which corresponds to a specific resource id, from a context's
theme.
- getInteger(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the integer value, which corresponds to a specific resource id, from a specific
theme.
- getNavigationBarHeight(Context) - Static method in class de.mrapp.android.util.DisplayUtil
-
Returns the height of the navigation bar, which is shown at the bottom of the display
(containing for example back, home and recent apps soft-keys).
- getNotGrantedPermissions(Context, String...) - Static method in class de.mrapp.android.util.PermissionUtil
-
Returns the subset of specific permissions, which are not granted.
- getNumColumnsCompatible() - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
Returns the number of the grid view's columns by either using the
getNumColumns-method on devices with API level 11 or greater, or via reflection
on older devices.
- getOrientation(Context) - Static method in class de.mrapp.android.util.DisplayUtil
-
Returns the orientation of the device.
- getPackedPositionChild(long) - Static method in class de.mrapp.android.util.view.ExpandableGridView
-
Returns the index of the child, which corresponds to a specific packed position.
- getPackedPositionForChild(int, int) - Static method in class de.mrapp.android.util.view.ExpandableGridView
-
Returns the packed position of a child, which corresponds to a specific group and child
index.
- getPackedPositionForGroup(int) - Static method in class de.mrapp.android.util.view.ExpandableGridView
-
Returns the packed position of a group, which corresponds to a specific index.
- getPackedPositionGroup(long) - Static method in class de.mrapp.android.util.view.ExpandableGridView
-
Returns the index of the group, which corresponds to a specific packed position.
- getPackedPositionType(long) - Static method in class de.mrapp.android.util.view.ExpandableGridView
-
Returns the type of the item, which corresponds to a specific packed position.
- getShadowElevation() - Method in class de.mrapp.android.util.view.ElevationShadowView
-
Returns the elevation of the shadow, which is visualized by the view.
- getShadowOrientation() - Method in class de.mrapp.android.util.view.ElevationShadowView
-
Returns the orientation of the shadow, which is visualized by the view.
- getStartPosition() - Method in class de.mrapp.android.util.gesture.DragHelper
-
Returns the position, where the gesture has been started at.
- getStatusBarHeight(Context) - Static method in class de.mrapp.android.util.DisplayUtil
-
Returns the height of the status bar, which is shown at the top of the display (containing
the clock, battery indicator, etc.).
- getString(Context, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the string, which corresponds to a specific resource id, from a context's theme.
- getString(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the string, which corresponds to a specific resource id, from a specific theme.
- getSuperState() - Method in class de.mrapp.android.util.view.AbstractSavedState
-
Returns the state of the superclass of the view, this saved state corresponds to.
- getText(Context, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the text, which corresponds to a specific resource id, from a context's theme.
- getText(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the text, which corresponds to a specific resource id, from a specific theme.
- getTextArray(Context, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the text array, which corresponds to a specific resource id, from a context's theme.
- getTextArray(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the text array, which corresponds to a specific resource id, from a specific theme.
- getTruncatedName(Class<?>) - Static method in class de.mrapp.android.util.ClassUtil
-
Returns a truncated version of a specific class' full qualified name.
- getValue() - Method in enum de.mrapp.android.util.DisplayUtil.DeviceType
-
Returns the value of the device type.
- getValue() - Method in enum de.mrapp.android.util.ElevationUtil.Orientation
-
Returns the value of the orientation.
- getViewHeight(ListAdapter, int) - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
Returns the height of the view, which corresponds to a specific position of an adapter.
- ScrimInsetsLayout - Class in de.mrapp.android.util.view
-
- ScrimInsetsLayout(Context) - Constructor for class de.mrapp.android.util.view.ScrimInsetsLayout
-
- ScrimInsetsLayout(Context, AttributeSet) - Constructor for class de.mrapp.android.util.view.ScrimInsetsLayout
-
- ScrimInsetsLayout(Context, AttributeSet, int) - Constructor for class de.mrapp.android.util.view.ScrimInsetsLayout
-
- ScrimInsetsLayout(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.util.view.ScrimInsetsLayout
-
- ScrimInsetsLayout.Callback - Interface in de.mrapp.android.util.view
-
- second - Variable in class de.mrapp.android.util.datastructure.Triple
-
The second object.
- setAdapter(ExpandableListAdapter) - Method in class de.mrapp.android.util.view.ExpandableGridView
-
Sets the adapter that provides data to this view.
- setAdapter(ListAdapter) - Method in class de.mrapp.android.util.view.ExpandableGridView
-
- setAdapter(ListAdapter) - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
- setAdapter(Adapter) - Method in class de.mrapp.android.util.view.HeaderAndFooterRecyclerView
-
- setBackground(View, Drawable) - Static method in class de.mrapp.android.util.ViewUtil
-
Sets the background of a view.
- setCallback(ScrimInsetsLayout.Callback) - Method in class de.mrapp.android.util.view.ScrimInsetsLayout
-
Sets the callback, which should be notified, when the layout's insets have been changed.
- setClipChildren(boolean) - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
- setInsetColor(int) - Method in class de.mrapp.android.util.view.ScrimInsetsLayout
-
Sets the color, which should be shown in the layout's insets.
- setInsetDrawable(Drawable) - Method in class de.mrapp.android.util.view.ScrimInsetsLayout
-
Sets the drawable, which should be shown in the layout's insets.
- setOnChildClickListener(ExpandableGridView.OnChildClickListener) - Method in class de.mrapp.android.util.view.ExpandableGridView
-
Sets the listener, which should be notified, whn a child has been clicked.
- setOnGroupClickListener(ExpandableGridView.OnGroupClickListener) - Method in class de.mrapp.android.util.view.ExpandableGridView
-
Sets the listener, which should be notified, when a group has been clicked.
- setOnItemClickListener(AdapterView.OnItemClickListener) - Method in class de.mrapp.android.util.view.ExpandableGridView
-
- setOnItemClickListener(AdapterView.OnItemClickListener) - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
- setOnItemLongClickListener(AdapterView.OnItemLongClickListener) - Method in class de.mrapp.android.util.view.ExpandableGridView
-
- setOnItemLongClickListener(AdapterView.OnItemLongClickListener) - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
- setShadowElevation(int) - Method in class de.mrapp.android.util.view.ElevationShadowView
-
Sets the elevation of the shadow, which should be visualized by the view.
- setShadowOrientation(ElevationUtil.Orientation) - Method in class de.mrapp.android.util.view.ElevationShadowView
-
Sets the orientation of the shadow, which should be visualized by the view.
- splitHorizontally(Bitmap) - Static method in class de.mrapp.android.util.BitmapUtil
-
Splits a specific bitmap horizontally at half.
- splitHorizontally(Bitmap, int) - Static method in class de.mrapp.android.util.BitmapUtil
-
Splits a specific bitmap horizontally at a specific split point.
- splitVertically(Bitmap) - Static method in class de.mrapp.android.util.BitmapUtil
-
Splits a specific bitmap vertically at half.
- splitVertically(Bitmap, int) - Static method in class de.mrapp.android.util.BitmapUtil
-
Splits a specific bitmap vertically at a specific split point.
- SquareImageView - Class in de.mrapp.android.util.view
-
A custom view, which is extended from the view ImageView in order to
ensure, that its height is always equal to its width.
- SquareImageView(Context) - Constructor for class de.mrapp.android.util.view.SquareImageView
-
Creates a new square image view.
- SquareImageView(Context, AttributeSet) - Constructor for class de.mrapp.android.util.view.SquareImageView
-
Creates a new square image view.
- SquareImageView(Context, AttributeSet, int) - Constructor for class de.mrapp.android.util.view.SquareImageView
-
Creates a new square image view.
- SquareImageView(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.util.view.SquareImageView
-
Creates a new square image view.
- startCall(Activity, int) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the dialer in order to call a specific phone number.
- startCall(Activity, long) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the dialer in order to call a specific phone number.
- startCall(Activity, String) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the dialer in order to call a specific phone number.
- startCameraApp(Activity, int, File) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the camera app in order to capture a picture.
- startCameraApp(Activity, int, Uri) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the camera app in order to capture a picture.
- startDialer(Activity, int) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the dialer in order to call a specific phone number.
- startDialer(Activity, long) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the dialer in order to call a specific phone number.
- startDialer(Activity, String) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the dialer in order to call a specific phone number.
- startGalleryApp(Activity, int) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the gallery app in order to choose a picture.
- startGalleryApp(Activity, File) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the gallery app in order to show a specific image.
- startGalleryApp(Activity, Uri) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the gallery app in order to show a specific image.
- startMailClient(Activity, String) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the mail client in order to send an e-mail to a specific e-mail address.
- startMailClient(Activity, String, String, String) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the mail client in order to send an e-mail to a specific e-mail address.
- startMailClient(Activity, String[]) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the mail client in order to send an e-mail to specific e-mail addresses.
- startMailClient(Activity, String[], String, String) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the mail client in order to send an e-mail to specific e-mail addresses.
- startWebBrowser(Activity, String) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the web browser in order to show a specific URI.
- startWebBrowser(Activity, Uri) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the web browser in order to show a specific URI.
- StreamUtil - Class in de.mrapp.android.util
-
An utility class, which provides static methods, which allow to handle streams.