Język

IconType Enum

Definition

public enum IconType
type IconType = 
Inheritance
IconType

Fields

Name Value Description
Bitmap 1

An icon that was created using Icon.createWithBitmap(Bitmap).

Android reference for android.graphics.drawable.Icon.TYPE_BITMAP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Resource 2

An icon that was created using Icon.createWithResource.

Android reference for android.graphics.drawable.Icon.TYPE_RESOURCE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Data 3

An icon that was created using Icon.createWithData(byte[],int,int).

Android reference for android.graphics.drawable.Icon.TYPE_DATA.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Uri 4

An icon that was created using Icon.createWithContentUri or Icon.createWithFilePath(String).

Android reference for android.graphics.drawable.Icon.TYPE_URI.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AdaptiveBitmap 5

An icon that was created using Icon.createWithAdaptiveBitmap.

Android reference for android.graphics.drawable.Icon.TYPE_ADAPTIVE_BITMAP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UriAdaptiveBitmap 6

An icon that was created using Icon.createWithAdaptiveBitmapContentUri.

Android reference for android.graphics.drawable.Icon.TYPE_URI_ADAPTIVE_BITMAP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to