Lines Matching refs:mVectorState

201     private VectorDrawableState mVectorState;
213 mVectorState = new VectorDrawableState();
217 mVectorState = state;
224 mVectorState = new VectorDrawableState(mVectorState);
231 return mVectorState.mVPathRenderer.mVGTargetsMap.get(name);
236 mVectorState.mChangingConfigurations = getChangingConfigurations();
237 return mVectorState;
262 if (!mVectorState.hasTranslucentRoot()) {
263 mVectorState.mVPathRenderer.draw(
266 mVectorState.createCachedBitmapIfNeeded(bounds);
267 mVectorState.updateCachedBitmap(bounds);
268 mVectorState.drawCachedBitmapWithRootAlpha(canvas, colorFilter);
272 mVectorState.createCachedBitmapIfNeeded(bounds);
273 if (!mVectorState.canReuseCache()) {
274 mVectorState.updateCachedBitmap(bounds);
275 mVectorState.updateCacheStates();
277 mVectorState.drawCachedBitmapWithRootAlpha(canvas, colorFilter);
284 return mVectorState.mVPathRenderer.getRootAlpha();
289 if (mVectorState.mVPathRenderer.getRootAlpha() != alpha) {
290 mVectorState.mVPathRenderer.setRootAlpha(alpha);
321 final VectorDrawableState state = mVectorState;
330 final VectorDrawableState state = mVectorState;
340 return super.isStateful() || (mVectorState != null && mVectorState.mTint != null
341 && mVectorState.mTint.isStateful());
346 final VectorDrawableState state = mVectorState;
362 return (int) mVectorState.mVPathRenderer.mBaseWidth;
367 return (int) mVectorState.mVPathRenderer.mBaseHeight;
382 if (mVectorState == null && mVectorState.mVPathRenderer == null ||
383 mVectorState.mVPathRenderer.mBaseWidth == 0 ||
384 mVectorState.mVPathRenderer.mBaseHeight == 0 ||
385 mVectorState.mVPathRenderer.mViewportHeight == 0 ||
386 mVectorState.mVPathRenderer.mViewportWidth == 0) {
389 float intrinsicWidth = mVectorState.mVPathRenderer.mBaseWidth;
390 float intrinsicHeight = mVectorState.mVPathRenderer.mBaseHeight;
391 float viewportWidth = mVectorState.mVPathRenderer.mViewportWidth;
392 float viewportHeight = mVectorState.mVPathRenderer.mViewportHeight;
461 final VectorDrawableState state = mVectorState;
476 final VectorDrawableState state = mVectorState;
534 final VectorDrawableState state = mVectorState;