Searched defs:ExportedProperty (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewDebug.java94 public @interface ExportedProperty { interface in class:ViewDebug
111 * {@literal @}ViewDebug.ExportedProperty(mapping = {
131 * {@literal @}ViewDebug.ExportedProperty(indexMapping = {
152 * {@literal @}ViewDebug.ExportedProperty(flagMapping = {
214 * in an @ExportedProperty to provide more meaningful values to the end user.
216 * @see android.view.ViewDebug.ExportedProperty
238 * in an @ExportedProperty to provide more meaningful values to the end user.
240 * @see android.view.ViewDebug.ExportedProperty
338 private static HashMap<AccessibleObject, ExportedProperty> sAnnotations;
1024 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(51
[all...]

Completed in 52 milliseconds