Home
last modified time | relevance | path

Searched refs:transformed (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/tools/aapt2/link/
DReferenceLinker.cpp140 std::unique_ptr<Item> transformed = in parseValueWithAttribute() local
144 if (!transformed && (attr->typeMask & android::ResTable_map::TYPE_STRING)) { in parseValueWithAttribute()
148 transformed = util::make_unique<String>( in parseValueWithAttribute()
153 if (transformed) { in parseValueWithAttribute()
154 return transformed; in parseValueWithAttribute()
245 const Reference& transformed) { in writeResourceName() argument
250 if (transformed.name.value() != orig.name.value()) { in writeResourceName()
251 *outMsg << " (aka " << transformed.name.value() << ")"; in writeResourceName()
DReferenceLinker.h87 const Reference& transformed);
/frameworks/base/libs/hwui/
DClipArea.cpp252 SkPath transformed; in clipPathWithTransform() local
253 path.transform(skTransform, &transformed); in clipPathWithTransform()
255 regionFromPath(transformed, region); in clipPathWithTransform()
286 Rect transformed(r); in rectangleModeClipRectWithTransform() local
287 transform->mapRect(transformed); in rectangleModeClipRectWithTransform()
288 mClipRect.doIntersect(transformed); in rectangleModeClipRectWithTransform()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2Settings.java294 MeteringRectangle[] transformed = null; in legacyAreasToMeteringRectangles() local
296 transformed = new MeteringRectangle[reference.size()]; in legacyAreasToMeteringRectangles()
315 transformed[index] = new MeteringRectangle(left, top, right - left, bottom - top, in legacyAreasToMeteringRectangles()
319 return transformed; in legacyAreasToMeteringRectangles()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
DQuad.java126 return Quad.fromRect(rect).transformed(matrix); in fromTransformedRect()
204 public Quad transformed(Matrix matrix) { in transformed() method in Quad
/frameworks/base/graphics/java/android/graphics/
DBitmap.java779 final boolean transformed = !m.rectStaysRect(); in createBitmap()
787 bitmap = createBitmap(neww, newh, transformed ? Config.ARGB_8888 : newConfig, in createBitmap()
788 transformed || source.hasAlpha()); in createBitmap()
795 if (transformed) { in createBitmap()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java858 final CharSequence transformed = (mSwitchTransformationMethod != null) in makeLayout() local
862 return new StaticLayout(transformed, mTextPaint, in makeLayout()
863 transformed != null ? in makeLayout()
864 (int) Math.ceil(Layout.getDesiredWidth(transformed, mTextPaint)) : 0, in makeLayout()
/frameworks/base/core/java/android/widget/
DSwitch.java891 final CharSequence transformed = (mSwitchTransformationMethod != null) in makeLayout() local
895 return new StaticLayout(transformed, mTextPaint, in makeLayout()
896 (int) Math.ceil(Layout.getDesiredWidth(transformed, mTextPaint)), in makeLayout()
/frameworks/base/docs/html/guide/topics/graphics/
Dview-animation.jd16 background image, the background image will be transformed along with the text. The {@link
Dhardware-accel.jd413 operations are implemented as textures drawn at scale 1.0, transformed by the GPU. In API level
Dprop-animation.jd829 animation system transformed View objects by changing the way that they were drawn. This was
/frameworks/base/docs/html/training/wearables/watch-faces/
Dperformance.jd123 <p>Many watch faces consist of a background image and other graphic assets that are transformed
/frameworks/base/docs/html/training/animation/
Dscreen-slide.jd217 …you can then create custom slide animations by determining which pages need to be transformed base…
/frameworks/base/tools/layoutlib/create/
DREADME.txt118 methods and types. Note that other classes are not transformed and keep referencing the original
/frameworks/base/docs/html/guide/appendix/
Dglossary.jd82 transformed into its native format using the included &quot;dx&quot; tool.
/frameworks/base/docs/html/about/versions/
Dandroid-3.0.jd402 perform from a list of options in the Action Bar (which has transformed into a Multi-choice
816 Module</a> specification, the Browser allows elements rendered by CSS to be transformed in three
/frameworks/base/docs/html/guide/topics/manifest/
Duses-feature-element.jd1269 two-finger gestures because the input in transformed to cursor movement
1299 five-finger gestures because the input in transformed to cursor movement
/frameworks/base/core/java/android/view/
DViewGroup.java5159 boolean transformed = getChildStaticTransformation(child, t); in invalidateChild()
5160 if (transformed) { in invalidateChild()