Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DShapeDrawable.java190 mShapeState.mIntrinsicHeight = height; in setIntrinsicHeight()
201 return mShapeState.mIntrinsicHeight; in getIntrinsicHeight()
475 state.mIntrinsicHeight = (int) a.getDimension( in updateStateFromTypedArray()
476 R.styleable.ShapeDrawable_height, state.mIntrinsicHeight); in updateStateFromTypedArray()
548 int mIntrinsicHeight; field in ShapeDrawable.ShapeState
583 mIntrinsicHeight = orig.mIntrinsicHeight; in ShapeState()
DAnimatedImageDrawable.java74 private int mIntrinsicHeight; field in AnimatedImageDrawable
257 mIntrinsicHeight = other.mIntrinsicHeight; in updateStateFromTypedArray()
302 mIntrinsicHeight = height; in AnimatedImageDrawable()
309 mIntrinsicHeight = cropRect.height(); in AnimatedImageDrawable()
328 return mIntrinsicHeight; in getIntrinsicHeight()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DBatteryMeterDrawableBase.java71 private final int mIntrinsicHeight; field in BatteryMeterDrawableBase
172 mIntrinsicHeight = context.getResources().getDimensionPixelSize(R.dimen.battery_height); in BatteryMeterDrawableBase()
177 return mIntrinsicHeight; in getIntrinsicHeight()
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java2606 public int mIntrinsicHeight = -1; field in EditStyledText.EditStyledTextSpans.RescalableImageSpan
2641 mIntrinsicHeight = height; in getDrawable()
2664 mIntrinsicHeight = mDrawable.getIntrinsicHeight(); in getDrawable()