Skip navigation links
B C D E G P R T V 

B

BitmapUtil - Class in de.mrapp.android.util
An utility class, which provides static methods, which allow to create and edit bitmaps.

C

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.

D

de.mrapp.android.util - package de.mrapp.android.util
 
DisplayUtil - Class in de.mrapp.android.util
An utility class, which provides static methods, which are related to a device's display metrics.
dpToPixels(Context, int) - Static method in class de.mrapp.android.util.DisplayUtil
Converts an Integer value, which is measured in dp, into a value, which is measured in pixels.
dpToPixels(Context, float) - Static method in class de.mrapp.android.util.DisplayUtil
Converts a Float value, which is measured in dp, into a value, which is measured in pixels.
drawableToBitmap(Drawable) - Static method in class de.mrapp.android.util.BitmapUtil
Creates and returns a bitmap from a specific drawable.

E

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.

G

getElevationShadowWidth(Context, int, ElevationUtil.Orientation) - Static method in class de.mrapp.android.util.ElevationUtil
Returns the width of the drawable, which can be used to emulate the shadow of an elevated view on pre-Lollipop devices.
getTruncatedName(Class<?>) - Static method in class de.mrapp.android.util.ClassUtil
Returns a truncated version of a specific class' full qualified name.

P

PIXEL_DP_RATIO - Static variable in class de.mrapp.android.util.DisplayUtil
The ratio, which can be used to convert values, which are measured in pixels, into values, which are measured in dp, and vice versa.
pixelsToDp(Context, int) - Static method in class de.mrapp.android.util.DisplayUtil
Converts an Integer value, which is measured in pixels, into a value, which is measured in dp.
pixelsToDp(Context, float) - Static method in class de.mrapp.android.util.DisplayUtil
Converts a Float value, which is measured in pixels, into a value, which is measured in dp.

R

resize(Bitmap, int, int) - Static method in class de.mrapp.android.util.BitmapUtil
Resizes a bitmap to a specific width and height.

T

tile(Bitmap, int, int) - Static method in class de.mrapp.android.util.BitmapUtil
Creates and returns a bitmap with a specific width and height by tiling another bitmap.
tint(Bitmap, int) - Static method in class de.mrapp.android.util.BitmapUtil
Creates and returns a bitmap by overlaying it with a specific color.

V

valueOf(String) - Static method in enum de.mrapp.android.util.ElevationUtil.Orientation
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.mrapp.android.util.ElevationUtil.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
VisibleForTesting - Annotation Type in de.mrapp.android.util
An annotation, which allows to mark types, constructors, methods or fields, which are only part of a publicly exposed API for testing purposes.
B C D E G P R T V 
Skip navigation links