C  D  F  G  P  Q  R  S  T  W 

R

resolve(Context) - function in com.backbase.deferredresources.DeferredBoolean
Resolve the boolean.
resolve(Context) - function in com.backbase.deferredresources.DeferredBoolean.Constant
Always resolves to value, ignoring context.
resolve(Context) - function in com.backbase.deferredresources.DeferredBoolean.Resource
Resolve resId to a boolean with the given context.
resolve(Context) - function in com.backbase.deferredresources.DeferredBoolean.Attribute
Resolve resId to a boolean with the given context's theme.
resolve(Context) - function in com.backbase.deferredresources.DeferredColor
Resolve the ColorInt color.
resolve(Context) - function in com.backbase.deferredresources.DeferredColor.Constant
Always resolves to value, ignoring context.
resolve(Context) - function in com.backbase.deferredresources.DeferredColor.Resource
Resolve resId to a ColorInt with the given context.
resolve(Context) - function in com.backbase.deferredresources.DeferredColor.Attribute
Resolve resId to a ColorInt with the given context's theme.
resolve(Context) - function in com.backbase.deferredresources.DeferredDrawable
Resolve the Drawable.
resolve(Context) - function in com.backbase.deferredresources.DeferredDrawable.Constant
Always resolves to value, ignoring context.
resolve(Context) - function in com.backbase.deferredresources.DeferredDrawable.Resource
Resolve resId to a Drawable with the given context.
resolve(Context) - function in com.backbase.deferredresources.DeferredDrawable.Attribute
Resolve resId to a Drawable with the given context.
resolve(Context,Integer,Object) - function in com.backbase.deferredresources.DeferredFormattedPlurals
Resolve the string for the given quantity with the given formatArgs.
resolve(Context,Integer,Object) - function in com.backbase.deferredresources.DeferredFormattedPlurals.Constant
Resolves and formats one of the constructor-provided pluralized values depending on the primary locale from context, the given quantity, and formatArgs.
resolve(Context,Integer,Object) - function in com.backbase.deferredresources.DeferredFormattedPlurals.Resource
Resolve resId to a formatted string with the given context, quantity, and formatArgs.
resolve(Context,Object) - function in com.backbase.deferredresources.DeferredFormattedString
Resolve the string with the supplied formatArgs.
resolve(Context,Object) - function in com.backbase.deferredresources.DeferredFormattedString.Constant
Always resolves format with the supplied formatArgs and the primary locale from context.
resolve(Context,Object) - function in com.backbase.deferredresources.DeferredFormattedString.Resource
Resolve resId to a formatted string with the given context and formatArgs.
resolve(Context) - function in com.backbase.deferredresources.DeferredInteger
Resolve the integer.
resolve(Context) - function in com.backbase.deferredresources.DeferredInteger.Constant
Always resolves to value, ignoring context.
resolve(Context) - function in com.backbase.deferredresources.DeferredInteger.Resource
Resolve resId to an integer with the given context.
resolve(Context) - function in com.backbase.deferredresources.DeferredIntegerArray
Resolve the integer array.
resolve(Context) - function in com.backbase.deferredresources.DeferredIntegerArray.Constant
Always resolves to a new array copied from values.
resolve(Context) - function in com.backbase.deferredresources.DeferredIntegerArray.Resource
Resolve id to an integer array with the given context.
resolve(Context,Integer) - function in com.backbase.deferredresources.DeferredPlurals
Resolve the text for the given quantity.
resolve(Context,Integer) - function in com.backbase.deferredresources.DeferredPlurals.Constant
Resolves to one of zero, one, two, few, many, or other depending on the device's primary locale and the given quantity.
resolve(Context,Integer) - function in com.backbase.deferredresources.DeferredPlurals.Resource
Resolve resId to text with the given context.
resolve(Context) - function in com.backbase.deferredresources.DeferredText
Resolve the text.
resolve(Context) - function in com.backbase.deferredresources.DeferredText.Constant
Always resolves to value, ignoring context.
resolve(Context) - function in com.backbase.deferredresources.DeferredText.Resource
Resolve resId to text with the given context.
resolve(Context) - function in com.backbase.deferredresources.DeferredTextArray
Resolve the text array.
resolve(Context) - function in com.backbase.deferredresources.DeferredTextArray.Constant
Always resolves to a new array copied from values.
resolve(Context) - function in com.backbase.deferredresources.DeferredTextArray.Resource
Resolve id to a text array with the given context.
resolve(Context) - function in com.backbase.deferredresources.DeferredTypeface
Resolve the typeface synchronously.
resolve(Context,ResourcesCompat.FontCallback,Handler) - function in com.backbase.deferredresources.DeferredTypeface
Resolve the typeface asynchronously.
resolve(Context) - function in com.backbase.deferredresources.DeferredTypeface.Constant
Always resolves to value, ignoring context.
resolve(Context,ResourcesCompat.FontCallback,Handler) - function in com.backbase.deferredresources.DeferredTypeface.Constant
Always post value to fontCallback on the handler thread, or the UI thread if handler is null.
resolve(Context) - function in com.backbase.deferredresources.DeferredTypeface.Resource
Resolve id to a typeface with the given context.
resolve(Context,ResourcesCompat.FontCallback,Handler) - function in com.backbase.deferredresources.DeferredTypeface.Resource
Resolve id to a typeface asynchronously with the given context.
resolve(Context) - function in com.backbase.deferredresources.DeferredTypeface.Asset
Resolve the asset path to a typeface with the given context's assets.
resolve(Context,ResourcesCompat.FontCallback,Handler) - function in com.backbase.deferredresources.DeferredTypeface.Asset
Resolve the asset path to a typeface with the given context's assets and provide it asynchronously to fontCallback.
resolve(Context) - function in com.backbase.deferredresources.ParcelableDeferredBoolean
Resolve the boolean.
resolve(Context) - function in com.backbase.deferredresources.color.DeferredColorWithAlpha
Using the given context, resolve the base color with the specified alpha applied.
resolve(Context) - function in com.backbase.deferredresources.ParcelableDeferredColor
Resolve the ColorInt color.
resolve(Context) - function in com.backbase.deferredresources.color.SdkIntDeferredColor
Resolve the source DeferredColor to a ColorInt color for the current runtime Android SDK.
resolve(Context) - function in com.backbase.deferredresources.drawable.DeferredColorDrawable
Use context to resolve the color and create a new ColorDrawable displaying that color.
resolve(Context) - function in com.backbase.deferredresources.ParcelableDeferredInteger
Resolve the integer.
resolve(Context) - function in com.backbase.deferredresources.ParcelableDeferredIntegerArray
Resolve the integer array.
resolve(Context,Integer) - function in com.backbase.deferredresources.text.FormattedDeferredPlurals
Resolve wrapped with quantity and formatArgs using the given context.
resolve(Context) - function in com.backbase.deferredresources.text.FormattedDeferredText
Resolve wrapped with formatArgs using the given context.
resolve(Context,Integer,Object) - function in com.backbase.deferredresources.ParcelableDeferredFormattedPlurals
Resolve the string for the given quantity with the given formatArgs.
resolve(Context,Object) - function in com.backbase.deferredresources.ParcelableDeferredFormattedString
Resolve the string with the supplied formatArgs.
resolve(Context,Integer) - function in com.backbase.deferredresources.ParcelableDeferredPlurals
Resolve the text for the given quantity.
resolve(Context) - function in com.backbase.deferredresources.ParcelableDeferredText
Resolve the text.
resolve(Context) - function in com.backbase.deferredresources.ParcelableDeferredTextArray
Resolve the text array.
resolve(Context,Object) - function in com.backbase.deferredresources.text.QuantifiedDeferredFormattedString
Resolve wrapped with quantity and formatArgs using the given context.
resolve(Context) - function in com.backbase.deferredresources.text.QuantifiedDeferredText
Resolve wrapped for quantity using the given context.
resolve(Context) - function in com.backbase.deferredresources.text.QuantifiedFormattedDeferredText
Resolve wrapped with quantity and formatArgs using the given context.
resolveAsOffset(Context) - function in com.backbase.deferredresources.DeferredDimension
Resolve the dimension as an integer pixel value.
resolveAsOffset(Context) - function in com.backbase.deferredresources.DeferredDimension.Constant
Truncates the resolved pixel value to an integer.
resolveAsOffset(Context) - function in com.backbase.deferredresources.DeferredDimension.Resource
Resolve resId to a pixel dimension offset with the given context.
resolveAsOffset(Context) - function in com.backbase.deferredresources.DeferredDimension.Attribute
Resolve resId to a Px int for use as an offset with the given context's theme.
resolveAsOffset(Context) - function in com.backbase.deferredresources.ParcelableDeferredDimension
Resolve the dimension as an integer pixel value.
resolveAsSize(Context) - function in com.backbase.deferredresources.DeferredDimension
Resolve the dimension as an integer pixel value for use as a size.
resolveAsSize(Context) - function in com.backbase.deferredresources.DeferredDimension.Constant
Rounds the resolved pixel value to an integer.
resolveAsSize(Context) - function in com.backbase.deferredresources.DeferredDimension.Resource
Resolve resId to a pixel dimension size with the given context.
resolveAsSize(Context) - function in com.backbase.deferredresources.DeferredDimension.Attribute
Resolve resId to a Px int for use as a size with the given context's theme.
resolveAsSize(Context) - function in com.backbase.deferredresources.ParcelableDeferredDimension
Resolve the dimension as an integer pixel value for use as a size.
resolveExact(Context) - function in com.backbase.deferredresources.DeferredDimension
Resolve the dimension's exact value.
resolveExact(Context) - function in com.backbase.deferredresources.DeferredDimension.Constant
Returns the exact resolved pixel value.
resolveExact(Context) - function in com.backbase.deferredresources.DeferredDimension.Resource
Resolve resId to a pixel dimension with the given context.
resolveExact(Context) - function in com.backbase.deferredresources.DeferredDimension.Attribute
Resolve resId to an exact Px value for use as a size with the given context's theme.
resolveExact(Context) - function in com.backbase.deferredresources.ParcelableDeferredDimension
Resolve the dimension's exact value.
resolveToStateList(Context) - function in com.backbase.deferredresources.DeferredColor
Resolve the color to a ColorStateList.
resolveToStateList(Context) - function in com.backbase.deferredresources.DeferredColor.Constant
Always resolves to value wrapped in a new ColorStateList.
resolveToStateList(Context) - function in com.backbase.deferredresources.DeferredColor.Resource
Resolve resId to a ColorStateList with the given context.
resolveToStateList(Context) - function in com.backbase.deferredresources.DeferredColor.Attribute
Resolve the color to a ColorStateList.
resolveToStateList(Context) - function in com.backbase.deferredresources.color.DeferredColorWithAlpha
Resolve the color to a ColorStateList.
resolveToStateList(Context) - function in com.backbase.deferredresources.ParcelableDeferredColor
Resolve the color to a ColorStateList.
resolveToStateList(Context) - function in com.backbase.deferredresources.color.SdkIntDeferredColor
Resolve the source DeferredColor to a ColorStateList for the current runtime Android SDK.
resolveToString(DeferredText,Context) - function in com.backbase.deferredresources.text.DeferredTextUtils
Resolve a DeferredText to a string rather than a CharSequence by calling toString on the resolved value.
C  D  F  G  P  Q  R  S  T  W