Package 

Class DeferredDimension.Attribute

  • All Implemented Interfaces:
    android.os.Parcelable , com.backbase.deferredresources.DeferredDimension , com.backbase.deferredresources.dimension.ParcelableDeferredDimension

    
    public final class DeferredDimension.Attribute
     implements ParcelableDeferredDimension
                        

    A wrapper for an AttrRes reference to a dimension.

    • Method Summary

      Modifier and Type Method Description
      Integer resolveAsSize(Context context) Resolve resId to a Px int for use as a size with the given context's theme.
      Integer resolveAsOffset(Context context) Resolve resId to a Px int for use as an offset with the given context's theme.
      Float resolveExact(Context context) Resolve resId to an exact Px value for use as a size with the given context's theme.
      • Methods inherited from class com.backbase.deferredresources.dimension.ParcelableDeferredDimension

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeferredDimension.Attribute

        DeferredDimension.Attribute(Integer resId)