Searched defs:mBaseHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java484 return (int) mVectorState.mVPathRenderer.mBaseHeight;
523 || mVectorState.mVPathRenderer.mBaseHeight == 0
529 float intrinsicHeight = mVectorState.mVPathRenderer.mBaseHeight;
698 pathRenderer.mBaseHeight = a.getDimension(
699 AndroidResources.STYLEABLE_VECTOR_DRAWABLE_HEIGHT, pathRenderer.mBaseHeight);
703 } else if (pathRenderer.mBaseHeight <= 0) {
1082 float mBaseHeight = 0; field in class:VectorDrawableCompat.VPathRenderer
1120 mBaseHeight = copy.mBaseHeight;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java488 mDpiScaledHeight = Drawable.scaleFromDensity(mVectorState.mBaseHeight,sourceDensity,
501 mDpiScaledHeight = mVectorState.mBaseHeight;
564 mVectorState.mBaseHeight == 0 ||
570 float intrinsicHeight = mVectorState.mBaseHeight;
680 state.mBaseHeight = a.getDimensionPixelSize(
681 R.styleable.VectorDrawable_height, state.mBaseHeight);
686 } else if (state.mBaseHeight <= 0) {
823 int mBaseHeight = 0; field in class:VectorDrawable.VectorDrawableState
884 mBaseHeight = copy.mBaseHeight;
[all...]

Completed in 68 milliseconds