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

/frameworks/base/core/java/android/view/
H A DViewDebug.java86 public @interface ExportedProperty { interface in class:ViewDebug
103 * @ViewDebug.ExportedProperty(mapping = {
123 * @ViewDebug.ExportedProperty(indexMapping = {
144 * @ViewDebug.ExportedProperty(flagMapping = {
204 * in an @ExportedProperty to provide more meaningful values to the end user.
206 * @see android.view.ViewDebug.ExportedProperty
228 * in an @ExportedProperty to provide more meaningful values to the end user.
230 * @see android.view.ViewDebug.ExportedProperty
328 private static HashMap<AccessibleObject, ExportedProperty> sAnnotations;
998 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(51
[all...]

Completed in 691 milliseconds