Home
last modified time | relevance | path

Searched refs:TYPE_IDENTITY (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/animation/
H A DTransformation.java36 public static final int TYPE_IDENTITY = 0x0; field in Transformation
/aosp14/frameworks/base/core/java/android/view/
H A DView.java23504 if (transformType != Transformation.TYPE_IDENTITY) { in setDisplayListProperties()
23587 transformToApply = transformType != Transformation.TYPE_IDENTITY ? t : null; in draw()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55039 field public static final int TYPE_IDENTITY = 0; // 0x0