Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java719 for (Class typeVariant : typeVariants) { in getPropertyFunction()
720 args[0] = typeVariant; in getPropertyFunction()
725 mValueType = typeVariant; in getPropertyFunction()
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener_test.cpp283 TypeVariant typeVariant((const ResTable_type*) type_chunk); in TEST_F() local
284 auto entry = (const ResTable_map_entry*)*typeVariant.beginEntries(); in TEST_F()