UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

10 lines (9 loc) 624 B
import { Color } from '../../../../color'; export * from './view-helper-common'; export declare const IOSHelper = 0; export declare class AndroidHelper { static getDrawableColor(drawable: android.graphics.drawable.Drawable): Color; static setDrawableColor(color: number, drawable: android.graphics.drawable.Drawable, blendMode?: androidx.core.graphics.BlendModeCompat): void; static clearDrawableColor(drawable: android.graphics.drawable.Drawable): void; static getCopyOrDrawable(drawable: android.graphics.drawable.Drawable, resources?: android.content.res.Resources): android.graphics.drawable.Drawable; }