Searched refs:mShapePath (Results 1 – 3 of 3) sorted by relevance
27 private final Path mShapePath; field in GridTileDrawable37 mShapePath = PathParser.createPathFromPathData(path); in GridTileDrawable()38 mTransformedPath = new Path(mShapePath); in GridTileDrawable()50 mShapePath.transform(mScaleMatrix, mTransformedPath); in onBoundsChange()
86 private final Path mShapePath; field in PreloadIconDrawable110 mShapePath = getShapePath(); in PreloadIconDrawable()132 mShapePath.transform(mTmpMatrix, mScaledTrackPath); in onBoundsChange()148 Bitmap shadow = cache != null && cache.first.equals(mShapePath) ? cache.second : null; in getShadowBitmap()161 sShadowCache.put(key, new WeakReference<>(Pair.create(mShapePath, shadow))); in getShadowBitmap()
323 private Path mShapePath; field in ThemeBundle.Builder340 Path path = mShapePath; in createPreviewInfo()415 mShapePath = path; in setShapePath()