- AbstractDataBinder<DataType,KeyType,ViewType,ParamType> - Class in de.mrapp.android.util.multithreading
-
An abstract base class for all data binders, which allow to asynchronously load data in order to
display it by using views.
- AbstractDataBinder(Context) - Constructor for class de.mrapp.android.util.multithreading.AbstractDataBinder
-
Creates a new data binder.
- AbstractDataBinder(Context, ExecutorService) - Constructor for class de.mrapp.android.util.multithreading.AbstractDataBinder
-
Creates a new data binder, which uses a specific executor service.
- AbstractDataBinder(Context, <any>) - Constructor for class de.mrapp.android.util.multithreading.AbstractDataBinder
-
Creates a new data binder, which uses a specific cache.
- AbstractDataBinder(Context, ExecutorService, <any>) - Constructor for class de.mrapp.android.util.multithreading.AbstractDataBinder
-
Creates a new data binder, which uses a specifc executor service and cache.
- AbstractDataBinder.Listener<DataType,KeyType,ViewType,ParamType> - Interface in de.mrapp.android.util.multithreading
-
Defines the interface, a class, which should be notified about the progress of a
AbstractDataBinder must implement.
- AbstractSavedState - Class in de.mrapp.android.util.view
-
An abstract base class for all data structures, which allow to store the internal state of a
view.
- AbstractSavedState(Parcel) - Constructor for class de.mrapp.android.util.view.AbstractSavedState
-
Creates a new data structure, which allows to store the internal state of a view.
- AbstractSavedState(Parcelable) - Constructor for class de.mrapp.android.util.view.AbstractSavedState
-
Creates a new data structure, which allows to store the internal state of a view.
- AbstractViewHolderAdapter - Class in de.mrapp.android.util.view
-
An abstract base class for all classes, which should allow to customize the appearance of adapter
views, while using the view holder pattern.
- AbstractViewHolderAdapter() - Constructor for class de.mrapp.android.util.view.AbstractViewHolderAdapter
-
- AbstractViewRecycler<ItemType,ParamType> - Class in de.mrapp.android.util.view
-
An abstract base class for all recyclers, which allow to cache views in order to be able to reuse
them later, instead of inflating new instances.
- AbstractViewRecycler(LayoutInflater) - Constructor for class de.mrapp.android.util.view.AbstractViewRecycler
-
Creates a new recycler, which allows to cache views in order to be able to reuse them later,
instead of inflating new instances.
- AbstractViewRecycler.Adapter<ItemType,ParamType> - Class in de.mrapp.android.util.view
-
An abstract base class for all adapters, which are responsible for inflating views, which
should be used to visualize the items of a view recycler.
- Adapter() - Constructor for class de.mrapp.android.util.view.AbstractViewRecycler.Adapter
-
- add(T) - Method in class de.mrapp.android.util.datastructure.ListenerList
-
Adds a new listener to the list.
- addAll(Iterable<? extends T>) - Method in class de.mrapp.android.util.datastructure.ListenerList
-
Adds all listeners, which can be iterated using a specific iterable, to the list.
- addFooterView(View) - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
Adds a fixed view to appear at the bottom of the grid view.
- addFooterView(View, Object, boolean) - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
Adds a fixed view to appear at the bottom of the grid view.
- addFooterView(View) - Method in class de.mrapp.android.util.view.HeaderAndFooterRecyclerView
-
Adds a fixed view to appear at the bottom of the grid view.
- addHeaderView(View) - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
Adds a fixed view to appear at the top of the grid view.
- addHeaderView(View, Object, boolean) - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
Adds a fixed view to appear at the top of the grid view.
- addHeaderView(View) - Method in class de.mrapp.android.util.view.HeaderAndFooterRecyclerView
-
Adds a fixed view to appear at the top of the grid view.
- addListener(AbstractDataBinder.Listener<DataType, KeyType, ViewType, ParamType>) - Method in class de.mrapp.android.util.multithreading.AbstractDataBinder
-
Adds a new listener, which should be notified about the events of the data binder.
- addUnusedView(View, int) - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Adds an unused view to the cache.
- AppUtil - Class in de.mrapp.android.util
-
An utility class, which provides static methods, which allow to start system apps.
- areAllPermissionsGranted(Context, String...) - Static method in class de.mrapp.android.util.PermissionUtil
-
Returns, whether all permissions, which are contained by a specific array, are granted, or
not.
- ArrayUtil - Class in de.mrapp.android.util
-
An utility class, which provides static methods, which allow to handle arrays.
- AttachedViewRecycler<ItemType,ParamType> - Class in de.mrapp.android.util.view
-
A recycler, which allows to cache views in order to be able to reuse them later instead of
inflating new instances.
- AttachedViewRecycler(ViewGroup) - Constructor for class de.mrapp.android.util.view.AttachedViewRecycler
-
Creates a new recycler, which allows to cache views in order to be able to reuse them later
instead of inflating new instances.
- AttachedViewRecycler(ViewGroup, Comparator<ItemType>) - Constructor for class de.mrapp.android.util.view.AttachedViewRecycler
-
Creates a new recycler, which allows to cache views in order to be able to reuse them later
instead of inflating new instances.
- AttachedViewRecycler(ViewGroup, LayoutInflater) - Constructor for class de.mrapp.android.util.view.AttachedViewRecycler
-
Creates a new recycler, which allows to cache views in order to be able to reuse them later
instead of inflating new instances.
- AttachedViewRecycler(ViewGroup, LayoutInflater, Comparator<ItemType>) - Constructor for class de.mrapp.android.util.view.AttachedViewRecycler
-
Creates a new recycler, which allows to cache views in order to be able to reuse them later
instead of inflating new instances.
- CACHE_SIZE - Static variable in class de.mrapp.android.util.multithreading.AbstractDataBinder
-
The number of items, which are stored by a cached, by default.
- cancel() - Method in class de.mrapp.android.util.multithreading.AbstractDataBinder
-
Cancels loading the data.
- ClassUtil - Class in de.mrapp.android.util
-
An utility class, which provides static methods for handling instances of the class Class.
- clear() - Method in class de.mrapp.android.util.datastructure.ListenerList
-
Removes all listeners from the list.
- clear() - Method in class de.mrapp.android.util.view.ViewHolder
-
Removes all references, which are stored by the view holder.
- clearCache() - Method in class de.mrapp.android.util.multithreading.AbstractDataBinder
-
Clears the cache.
- clearCache() - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Removes all unused views from the cache.
- clearCache(int) - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Removes all unused views, which correspond to a specific view type, from the cache.
- 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.
- 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.
- getActiveViews() - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Returns the map, which manages the views, which are currently used to visualize items.
- getAdapter() - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Returns the adapter, which is used to inflate and adapt the appearance of views.
- getAdapter() - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
- getAdapter() - Method in class de.mrapp.android.util.view.HeaderAndFooterRecyclerView
-
- getAll() - Method in class de.mrapp.android.util.datastructure.ListenerList
-
Returns a collection, which contains all listeners, which are currently contained by the
list.
- getBoolean(Context, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
- getBoolean(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
- getBoolean(Context, int, boolean) - 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, boolean) - 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.
- getCompareMethod() - Method in class de.mrapp.android.util.datastructure.ListenerList
-
Returns the compare method, which is used by the list.
- getContext() - Method in class de.mrapp.android.util.multithreading.AbstractDataBinder
-
Returns the context, which is used by the data binder.
- getContext() - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Returns the context, which is used by the view recycler.
- 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
-
- getDragDistance() - 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.
- getDragStartPosition() - Method in class de.mrapp.android.util.gesture.DragHelper
-
Returns the position, where the drag gesture has been started at.
- 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
-
- getFloat(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
- getFloat(Context, int, float) - 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, float) - 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.
- getInt(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 context's
theme.
- getInt(Context, int, 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.
- getInteger(Context, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
- getInteger(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
- getLayoutInflater() - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Returns the layout inflater, which is used to inflate views.
- getLogger() - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Returns the logger, which is used by the recycler.
- getLogLevel() - Method in class de.mrapp.android.util.logging.Logger
-
Returns the current log level.
- getLogLevel() - Method in class de.mrapp.android.util.multithreading.AbstractDataBinder
-
Returns the log level, which is used for logging.
- getLogLevel() - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Returns the log level, which is used for logging.
- getMaxDragDistance() - Method in class de.mrapp.android.util.gesture.DragHelper
-
Returns the maximum drag distance.
- getMinDragDistance() - Method in class de.mrapp.android.util.gesture.DragHelper
-
Returns the minimum drag distance.
- getNavigationBarHeight(Context) - Static method in class de.mrapp.android.util.DisplayUtil
-
- 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.
- getParentView() - Method in class de.mrapp.android.util.view.ViewHolder
-
Returns the view, the view holder is associated with.
- getRank() - Method in enum de.mrapp.android.util.logging.LogLevel
-
Returns the log level's rank.
- getResId(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the resource id, which corresponds to a specific resource id, from a context's
theme.
- getResId(Context, int, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
Obtains the resource id, which corresponds to a specific resource id, from a specific theme.
- getResourceId(Context, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
- getResourceId(Context, int, int) - Static method in class de.mrapp.android.util.ThemeUtil
-
- getScaledEdge() - Method in class de.mrapp.android.util.view.SquareImageView
-
Returns the edge of the image view, which is scaled in order to ensure, that width and height
are equal.
- 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
-
- getStatusBarHeight(Context) - Static method in class de.mrapp.android.util.DisplayUtil
-
- 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.
- getThreshold() - Method in class de.mrapp.android.util.gesture.DragHelper
-
Returns the distance in pixels, the gesture must last until it is recognized.
- 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.
- getValue() - Method in enum de.mrapp.android.util.view.SquareImageView.Edge
-
Returns the value of the edge.
- getView(ItemType) - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Returns the view, which is currently used to visualize a specific item.
- 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.
- getViewType(ItemType) - Method in class de.mrapp.android.util.view.AbstractViewRecycler.Adapter
-
Returns the view type, which corresponds to a specific item.
- getViewTypeCount() - Method in class de.mrapp.android.util.view.AbstractViewRecycler.Adapter
-
Returns the number of view types, which are used by the adapter.
- indexOf(boolean[], boolean) - Static method in class de.mrapp.android.util.ArrayUtil
-
Returns the index of the first item of an array, which equals a specific boolean value.
- inflate(ItemType, boolean, ParamType...) - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Inflates the view, which is used to visualize a specific item.
- inflate(ItemType, ParamType...) - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Inflates the view, which is used to visualize a specific item.
- inflate(ItemType, boolean, ParamType...) - Method in class de.mrapp.android.util.view.AttachedViewRecycler
-
- inflate(ItemType, ViewGroup, ParamType...) - Method in class de.mrapp.android.util.view.ViewRecycler
-
Inflates the view, which is used to visualize a specific item.
- inflate(ItemType, ViewGroup, boolean, ParamType...) - Method in class de.mrapp.android.util.view.ViewRecycler
-
Inflates the view, which is used to visualize a specific item.
- inflate(ItemType, boolean, ParamType...) - Method in class de.mrapp.android.util.view.ViewRecycler
-
- inflatePlaceholderView(View, int) - Method in class de.mrapp.android.util.view.HeaderAndFooterGridView
-
Inflates an invisible placeholder view with a specific height.
- isCached(KeyType) - Method in class de.mrapp.android.util.multithreading.AbstractDataBinder
-
Returns, whether the data, which corresponds to a specific key, is currently cached, or not.
- isCacheUsed() - Method in class de.mrapp.android.util.multithreading.AbstractDataBinder
-
Returns, whether data is cached, or not.
- isCacheUsed() - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Returns, whether unused views are cached, or not.
- isCanceled() - Method in class de.mrapp.android.util.multithreading.AbstractDataBinder
-
Returns, whether loading the data has been canceled, or not.
- isEmpty() - Method in class de.mrapp.android.util.datastructure.ListenerList
-
Returns, whether the list is empty, or not.
- isGroupExpanded(int) - Method in class de.mrapp.android.util.view.ExpandableGridView
-
Returns, whether the group, which corresponds to a specific index, is currently expanded, or
not.
- isInflated(ItemType) - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Returns, whether a view is currently inflated to visualize a specific item.
- isParallelLightEmulated() - Method in class de.mrapp.android.util.view.ElevationShadowView
-
Returns, whether parallel light is emulated, or not.
- isPermissionGranted(Context, String) - Static method in class de.mrapp.android.util.PermissionUtil
-
Returns, whether a specific permission is granted, or not.
- isReset() - Method in class de.mrapp.android.util.gesture.DragHelper
-
Returns, whether the instance has been marked to be reset, since the method
update(float):void has been called the last time.
- isReseted() - Method in class de.mrapp.android.util.gesture.DragHelper
-
- iterator() - Method in class de.mrapp.android.util.datastructure.ListenerList
-
- 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(AbstractViewRecycler.Adapter<ItemType, ParamType>) - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Sets the adapter, which should be used to inflate and adapt the appearance of views.
- 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
-
- setComparator(Comparator<ItemType>) - Method in class de.mrapp.android.util.view.AttachedViewRecycler
-
Sets the comparator, which allows to determine the order, which should be used to add views
to the parent.
- setCurrentParentView(View) - Method in class de.mrapp.android.util.view.AbstractViewHolderAdapter
-
Sets the parent view, whose appearance should currently be customized by the decorator.
- 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.
- setLogLevel(LogLevel) - Method in class de.mrapp.android.util.logging.Logger
-
Sets the log level.
- setLogLevel(LogLevel) - Method in class de.mrapp.android.util.multithreading.AbstractDataBinder
-
Sets the log level, which should be used for logging.
- setLogLevel(LogLevel) - Method in class de.mrapp.android.util.view.AbstractViewRecycler
-
Sets the log level, which should be used for logging.
- setMaxDragDistance(float) - Method in class de.mrapp.android.util.gesture.DragHelper
-
Sets the maximum drag distance.
- setMinDragDistance(float) - Method in class de.mrapp.android.util.gesture.DragHelper
-
Sets the minimum drag distance.
- 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
-
- setScaledEdge(SquareImageView.Edge) - Method in class de.mrapp.android.util.view.SquareImageView
-
Sets the edge of the image view, which should be scaled in order to ensure, that width and
height are equal.
- 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.
- shouldShowRequestPermissionRationale(Activity, String...) - Static method in class de.mrapp.android.util.PermissionUtil
-
Returns, whether an UI with a rationale for requesting one or multiple permissions should be
shown, or not.
- showAppInfo(Context) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the settings app in order to show the information about the current app.
- showAppInfo(Context, String) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the settings app in order to show the information about a specific app.
- size() - Method in class de.mrapp.android.util.datastructure.ListenerList
-
Returns the number of listeners, which are contained by the list.
- 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 (or vice versa).
- 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.Edge - Enum in de.mrapp.android.util.view
-
- startCall(Context, int) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the dialer in order to call a specific phone number.
- startCall(Context, long) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the dialer in order to call a specific phone number.
- startCall(Context, 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(Context, int) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the dialer in order to call a specific phone number.
- startDialer(Context, long) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the dialer in order to call a specific phone number.
- startDialer(Context, 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(Context, File) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the gallery app in order to show a specific image.
- startGalleryApp(Context, Uri) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the gallery app in order to show a specific image.
- startMailClient(Context, 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(Context, 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(Context, 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(Context, 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(Context, String) - Static method in class de.mrapp.android.util.AppUtil
-
Starts the web browser in order to show a specific URI.
- startWebBrowser(Context, 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.
- valueOf(String) - Static method in enum de.mrapp.android.util.datastructure.ListenerList.CompareMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.mrapp.android.util.DisplayUtil.DeviceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.mrapp.android.util.DisplayUtil.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.mrapp.android.util.ElevationUtil.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.mrapp.android.util.logging.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.mrapp.android.util.view.SquareImageView.Edge
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.mrapp.android.util.datastructure.ListenerList.CompareMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.mrapp.android.util.DisplayUtil.DeviceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.mrapp.android.util.DisplayUtil.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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.
- values() - Static method in enum de.mrapp.android.util.logging.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.mrapp.android.util.view.SquareImageView.Edge
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ViewHolder - Class in de.mrapp.android.util.view
-
A view holder, which maintains references to previously references views in order to avoid
findViewById-method calls when reusing these views.
- ViewHolder(View) - Constructor for class de.mrapp.android.util.view.ViewHolder
-
Creates a new view holder.
- ViewRecycler<ItemType,ParamType> - Class in de.mrapp.android.util.view
-
A recycler, which allows to cache views in order to be able to reuse them later, instead of
inflating new instances.
- ViewRecycler(Context) - Constructor for class de.mrapp.android.util.view.ViewRecycler
-
Creates a new recycler, which allows to cache views in order to be able to reuse them later,
instead of inflating new instances.
- ViewRecycler(LayoutInflater) - Constructor for class de.mrapp.android.util.view.ViewRecycler
-
Creates a new recycler, which allows to cache views in order to be able to reuse them later,
instead of inflating new instances.
- ViewUtil - Class in de.mrapp.android.util
-
An utility class, which provides static methods for handling instances of the class View.