Example usage for Java android.text.style AbsoluteSizeSpan fields, constructors, methods, implement or subclass
The text is from its open source code.
AbsoluteSizeSpan(int size, boolean dip) Set the text size to size physical pixels, or to size device-independent pixels if dip is true. | |
AbsoluteSizeSpan(int size) Set the text size to size physical pixels. | |
AbsoluteSizeSpan(@NonNull Parcel src) Creates an AbsoluteSizeSpan from a parcel. |