Searched refs:mIntrinsicHeight (Results 1 – 4 of 4) sorted by relevance
190 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.ShapeState583 mIntrinsicHeight = orig.mIntrinsicHeight; in ShapeState()
74 private int mIntrinsicHeight; field in AnimatedImageDrawable257 mIntrinsicHeight = other.mIntrinsicHeight; in updateStateFromTypedArray()302 mIntrinsicHeight = height; in AnimatedImageDrawable()309 mIntrinsicHeight = cropRect.height(); in AnimatedImageDrawable()328 return mIntrinsicHeight; in getIntrinsicHeight()
71 private final int mIntrinsicHeight; field in BatteryMeterDrawableBase172 mIntrinsicHeight = context.getResources().getDimensionPixelSize(R.dimen.battery_height); in BatteryMeterDrawableBase()177 return mIntrinsicHeight; in getIntrinsicHeight()
2606 public int mIntrinsicHeight = -1; field in EditStyledText.EditStyledTextSpans.RescalableImageSpan2641 mIntrinsicHeight = height; in getDrawable()2664 mIntrinsicHeight = mDrawable.getIntrinsicHeight(); in getDrawable()