Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DInspectablePropertyProcessor.java317 final Property.Type accessorType = in determinePropertyType() local
325 if (accessorType != Property.Type.INT) { in determinePropertyType()
330 accessorType.toString().toLowerCase()), in determinePropertyType()
339 accessorType.toString().toLowerCase()), in determinePropertyType()
403 return accessorType; in determinePropertyType()
406 return accessorType; in determinePropertyType()
408 switch (accessorType) { in determinePropertyType()
420 requirePackedIntToBeInt("Gravity", accessorType, accessor, annotation); in determinePropertyType()
423 requirePackedIntToBeInt("IntEnum", accessorType, accessor, annotation); in determinePropertyType()
426 requirePackedIntToBeInt("IntFlag", accessorType, accessor, annotation); in determinePropertyType()