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.java922 BitmapState(BitmapState bitmapState) { in BitmapState() argument
923 mBitmap = bitmapState.mBitmap; in BitmapState()
924 mTint = bitmapState.mTint; in BitmapState()
925 mTintMode = bitmapState.mTintMode; in BitmapState()
926 mThemeAttrs = bitmapState.mThemeAttrs; in BitmapState()
927 mChangingConfigurations = bitmapState.mChangingConfigurations; in BitmapState()
928 mGravity = bitmapState.mGravity; in BitmapState()
929 mTileModeX = bitmapState.mTileModeX; in BitmapState()
930 mTileModeY = bitmapState.mTileModeY; in BitmapState()
931 mTargetDensity = bitmapState.mTargetDensity; in BitmapState()
[all …]