Home
last modified time | relevance | path

Searched refs:bitmapState (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DBitmapDrawable.java895 BitmapState(BitmapState bitmapState) { in BitmapState() argument
896 mBitmap = bitmapState.mBitmap; in BitmapState()
897 mTint = bitmapState.mTint; in BitmapState()
898 mTintMode = bitmapState.mTintMode; in BitmapState()
899 mThemeAttrs = bitmapState.mThemeAttrs; in BitmapState()
900 mChangingConfigurations = bitmapState.mChangingConfigurations; in BitmapState()
901 mGravity = bitmapState.mGravity; in BitmapState()
902 mTileModeX = bitmapState.mTileModeX; in BitmapState()
903 mTileModeY = bitmapState.mTileModeY; in BitmapState()
904 mTargetDensity = bitmapState.mTargetDensity; in BitmapState()
[all …]