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

/frameworks/base/core/java/android/view/
H A DViewDebug.java156 public @interface ExportedProperty { interface in class:ViewDebug
173 * @ViewDebug.ExportedProperty(mapping = {
193 * @ViewDebug.ExportedProperty(indexMapping = {
214 * @ViewDebug.ExportedProperty(flagMapping = {
250 * in a @ExportedProperty to provide more meaningful values to the end user.
252 * @see android.view.ViewDebug.ExportedProperty
274 * in a @ExportedProperty to provide more meaningful values to the end user.
276 * @see android.view.ViewDebug.ExportedProperty
342 private static HashMap<AccessibleObject, ExportedProperty> sAnnotations;
997 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(51
[all...]

Completed in 51 milliseconds