- 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.
- 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.
- createElevationShadow(Context, int, ElevationUtil.Orientation) - Static method in class de.mrapp.android.util.ElevationUtil
-
Creates and returns a drawable, which can be used to emulate the shadow of an elevated view
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.
- 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.
- 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.
- 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.