Home
last modified time | relevance | path

Searched refs:toType (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/jetifier/jetifier/core/src/test/kotlin/com/android/tools/build/jetifier/core/rule/
DRewriteRuleTest.kt86 val toType: String, constant in android.support.tools.jetifier.processor.transform.RewriteRuleTest.RuleTester.RuleTesterFinalTypeStep
91 val fieldRule = RewriteRule(fromType, toType) in into()
99 val fieldRule = RewriteRule(fromType, toType) in isIgnored()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java280 int toType = hasTo ? tvTo.type : 0; in getPVH() local
284 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) { in getPVH()
340 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()
351 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()
370 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()
372 } else if (isColorType(toType)) { in getPVH()
383 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()
385 } else if (isColorType(toType)) { in getPVH()
571 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) { in setupValues() argument
584 if (toType == TypedValue.TYPE_DIMENSION) { in setupValues()
[all …]
/frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
DAnimatorInflaterCompat.java212 int toType = hasTo ? tvTo.type : 0; in getPVH() local
216 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) { in getPVH()
272 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()
283 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()
302 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()
304 } else if (isColorType(toType)) { in getPVH()
315 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()
317 } else if (isColorType(toType)) { in getPVH()
660 int toType = hasTo ? tvTo.type : 0; in inferValueTypeFromValues() local
664 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) { in inferValueTypeFromValues()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/ext/
Delement_ext.kt103 fun AnnotationValue.toType(): TypeMirror { in toType() method
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DEntityProcessor.kt23 import androidx.room.ext.toType in <lambda>()
551 getAnnotationValue(a, "entity").toType() in <lambda>()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
DSetterStore.java380 String toType = getQualifiedName(conversionMethod.getReturnType()); in addConversionMethod() local
387 convertTo.put(toType, methodDescription); in addConversionMethod()
414 for (String toType : convertTos.keySet()) { in clear()
415 MethodDescription methodDescription = convertTos.get(toType); in clear()
417 removedConversions.add(toType); in clear()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...