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

/frameworks/base/core/java/android/view/
H A DViewDebug.java78 public @interface ExportedProperty { interface in class:ViewDebug
95 * @ViewDebug.ExportedProperty(mapping = {
115 * @ViewDebug.ExportedProperty(indexMapping = {
136 * @ViewDebug.ExportedProperty(flagMapping = {
180 * in an @ExportedProperty to provide more meaningful values to the end user.
182 * @see android.view.ViewDebug.ExportedProperty
204 * in an @ExportedProperty to provide more meaningful values to the end user.
206 * @see android.view.ViewDebug.ExportedProperty
303 private static HashMap<AccessibleObject, ExportedProperty> sAnnotations;
852 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(51
[all...]

Completed in 172 milliseconds