Background performance optimizations

This commit is contained in:
Rossen Hristov
2016-06-24 14:49:11 +03:00
parent 99c0142aa4
commit 53a699b50b
2 changed files with 92 additions and 49 deletions

View File

@ -10,8 +10,6 @@
clipPath: string,
backgroundColor: number,
backgroundImage: android.graphics.Bitmap,
backgroundImageWidth: number,
backgroundImageHeight: number,
backgroundRepeat: string,
backgroundPosition: string,
backgroundPositionParsedCSSValues: native.Array<CSSValue>,
@ -24,8 +22,6 @@
public getClipPath(): string;
public getBackgroundColor(): number;
public getBackgroundImage(): android.graphics.Bitmap;
public getBackgroundImageWidth(): number;
public getBackgroundImageHeight(): number;
public getBackgroundRepeat(): string;
public getBackgroundPosition(): string;
public getBackgroundSize(): string;