Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DShapeDrawable.java185 mShapeState.mIntrinsicHeight = height; in setIntrinsicHeight()
196 return mShapeState.mIntrinsicHeight; in getIntrinsicHeight()
446 R.styleable.ShapeDrawable_height, state.mIntrinsicHeight)); in updateStateFromTypedArray()
530 int mIntrinsicHeight; field in ShapeDrawable.ShapeState
543 mIntrinsicHeight = orig.mIntrinsicHeight; in ShapeState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java539 private final int mIntrinsicHeight; field in KeyguardBottomAreaView.IntrinsicSizeDrawable
544 mIntrinsicHeight = intrinsicHeight; in IntrinsicSizeDrawable()
554 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()