Loading graphics/java/android/graphics/drawable/VectorDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -408,7 +408,7 @@ public class VectorDrawable extends Drawable { * @hide */ public float getPixelSize() { if (mVectorState == null && mVectorState.mVPathRenderer == null || if (mVectorState == null || mVectorState.mVPathRenderer == null || mVectorState.mVPathRenderer.mBaseWidth == 0 || mVectorState.mVPathRenderer.mBaseHeight == 0 || mVectorState.mVPathRenderer.mViewportHeight == 0 || Loading Loading
graphics/java/android/graphics/drawable/VectorDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -408,7 +408,7 @@ public class VectorDrawable extends Drawable { * @hide */ public float getPixelSize() { if (mVectorState == null && mVectorState.mVPathRenderer == null || if (mVectorState == null || mVectorState.mVPathRenderer == null || mVectorState.mVPathRenderer.mBaseWidth == 0 || mVectorState.mVPathRenderer.mBaseHeight == 0 || mVectorState.mVPathRenderer.mViewportHeight == 0 || Loading