Java android.text.style AbsoluteSizeSpan fields, constructors, methods, implement or subclass

Example usage for Java android.text.style AbsoluteSizeSpan fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text.style AbsoluteSizeSpan.

The text is from its open source code.

Constructor

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.