Java android.support.v4.graphics.drawable IconCompat fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.graphics.drawable IconCompat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.graphics.drawable IconCompat.

The text is from its open source code.

Method

IconCompatcreateWithAdaptiveBitmap(Bitmap bits)
Create an Icon pointing to a bitmap in memory that follows the icon design guideline defined by android.graphics.drawable.AdaptiveIconDrawable .
IconCompatcreateWithBitmap(Bitmap bits)
Create an Icon pointing to a bitmap in memory.
IconCompatcreateWithResource(Context context, @DrawableRes int resId)
Create an Icon pointing to a drawable resource.
IcontoIcon()
Convert this compat object to Icon object.