HomeSort by relevance Sort by last modified time
    Searched refs:fromType (Results 1 - 25 of 68) sorted by null

1 2 3

  /frameworks/support/jetifier/jetifier/core/src/test/kotlin/com/android/tools/build/jetifier/core/rule/
RewriteRuleTest.kt 85 val fromType: String,
91 val fieldRule = RewriteRule(fromType, toType)
99 val fieldRule = RewriteRule(fromType, toType)
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 277 int fromType = hasFrom ? tvFrom.type : 0;
284 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) {
334 if (fromType == TypedValue.TYPE_DIMENSION) {
362 if (fromType == TypedValue.TYPE_DIMENSION) {
364 } else if (isColorType(fromType)) {
566 * @param fromType The type of "valueFrom".
571 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) {
578 if (fromType == TypedValue.TYPE_DIMENSION) {
605 if (fromType == TypedValue.TYPE_DIMENSION) {
607 } else if (isColorType(fromType)) {
    [all...]
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
Insertions.java 329 ? TypeTree.fromType(((JCTree.JCNewArray) node).type)
570 node = TypeTree.fromType(csym.type);
576 node = TypeTree.fromType(csym.type);
584 node = TypeTree.fromType(((JCTree.JCNewArray) node).type);
603 node = TypeTree.fromType(csym.type);
725 node = TypeTree.fromType(((JCTree.JCNewArray) node).type);
    [all...]
ASTPathCriterion.java 538 Tree typeTree = Insertions.TypeTree.fromType(type);
    [all...]
  /frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
AnimatorInflaterCompat.java 209 int fromType = hasFrom ? tvFrom.type : 0;
216 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) {
266 if (fromType == TypedValue.TYPE_DIMENSION) {
294 if (fromType == TypedValue.TYPE_DIMENSION) {
296 } else if (isColorType(fromType)) {
657 int fromType = hasFrom ? tvFrom.type : 0;
664 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) {
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
DatabaseMetaData.java 441 * <code>CONVERT</code> for conversions between the JDBC types <i>fromType</i>
445 * @param fromType the type to convert from; one of the type codes from
453 boolean supportsConvert(int fromType, int toType) throws SQLException;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 716 // Type Setting: fromType + fromTypeWidth
725 unsigned int fromType;
727 fromType = NVPTX::PTXLdStInstCode::Signed;
729 fromType = NVPTX::PTXLdStInstCode::Float;
731 fromType = NVPTX::PTXLdStInstCode::Unsigned;
765 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
793 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
846 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
898 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
946 // Type Setting: fromType + fromTypeWidt
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
SetterStore.java 379 String fromType = getQualifiedName(parameters.get(0).asType());
382 HashMap<String, MethodDescription> convertTo = mStore.conversionMethods.get(fromType);
385 mStore.conversionMethods.put(fromType, convertTo);
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 168 public boolean supportsConvert(int fromType, int toType)
    [all...]
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.20.1/
sqlite-jdbc-3.20.1.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0/
compiler-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0-rc5/
compiler-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.1/
compiler-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0/
compiler-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-alpha9/
compiler-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta2/
compiler-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta5/
compiler-2.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta6/
compiler-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta7/
compiler-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-rc3/
compiler-2.0.0-rc3.jar 

Completed in 277 milliseconds

1 2 3