Home
last modified time | relevance | path

Searched refs:typeVariant (Results 1 – 3 of 3) sorted by relevance

/frameworks/layoutlib/bridge/src/android/animation/
DPropertyValuesHolder_Delegate.java80 for (Class typeVariant : types) { in registerMethod()
82 args[i] = typeVariant; in registerMethod()
/frameworks/base/core/java/android/animation/
DPropertyValuesHolder.java719 for (Class typeVariant : typeVariants) { in getPropertyFunction()
720 args[0] = typeVariant; in getPropertyFunction()
725 mValueType = typeVariant; in getPropertyFunction()
/frameworks/base/tools/aapt2/format/binary/
DTableFlattener_test.cpp287 TypeVariant typeVariant((const ResTable_type*) type_chunk); in TEST_F() local
288 auto entry = (const ResTable_map_entry*)*typeVariant.beginEntries(); in TEST_F()