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

/frameworks/base/core/java/android/view/
H A DViewDebug.java93 public @interface ExportedProperty { interface in class:ViewDebug
110 * @ViewDebug.ExportedProperty(mapping = {
130 * @ViewDebug.ExportedProperty(indexMapping = {
151 * @ViewDebug.ExportedProperty(flagMapping = {
211 * in an @ExportedProperty to provide more meaningful values to the end user.
213 * @see android.view.ViewDebug.ExportedProperty
235 * in an @ExportedProperty to provide more meaningful values to the end user.
237 * @see android.view.ViewDebug.ExportedProperty
335 private static HashMap<AccessibleObject, ExportedProperty> sAnnotations;
1028 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(51
[all...]

Completed in 3340 milliseconds