HomeSort by relevance Sort by last modified time
    Searched refs:ExportedProperty (Results 1 - 25 of 50) sorted by null

1 2

  /art/test/004-annotations/src/android/test/anno/
ExportedProperty.java 9 public @interface ExportedProperty {
TestAnnotations.java 76 @ExportedProperty(mapping = {
121 ExportedProperty property;
130 property = meth.getAnnotation(ExportedProperty.class);
137 System.out.println("present(getFocusType, ExportedProperty): " +
138 meth.isAnnotationPresent(ExportedProperty.class));
  /dalvik/tests/004-annotations/src/android/test/anno/
ExportedProperty.java 9 public @interface ExportedProperty {
TestAnnotations.java 76 @ExportedProperty(mapping = {
121 ExportedProperty property;
130 property = meth.getAnnotation(ExportedProperty.class);
137 System.out.println("present(getFocusType, ExportedProperty): " +
138 meth.isAnnotationPresent(ExportedProperty.class));
  /frameworks/base/core/java/android/widget/
TextClock.java 41 import static android.view.ViewDebug.ExportedProperty;
120 @ExportedProperty
122 @ExportedProperty
255 @ExportedProperty
303 @ExportedProperty
FrameLayout.java 60 @ViewDebug.ExportedProperty(category = "measurement")
63 @ViewDebug.ExportedProperty(category = "drawing")
66 @ViewDebug.ExportedProperty(category = "padding")
69 @ViewDebug.ExportedProperty(category = "padding")
72 @ViewDebug.ExportedProperty(category = "padding")
75 @ViewDebug.ExportedProperty(category = "padding")
81 @ViewDebug.ExportedProperty(category = "drawing")
85 @ViewDebug.ExportedProperty(category = "drawing")
AdapterView.java 65 @ViewDebug.ExportedProperty(category = "scrolling")
150 @ViewDebug.ExportedProperty(category = "list")
161 @ViewDebug.ExportedProperty(category = "list")
177 @ViewDebug.ExportedProperty(category = "list")
    [all...]
TableRow.java 406 @ViewDebug.ExportedProperty(category = "layout")
412 @ViewDebug.ExportedProperty(category = "layout")
LinearLayout.java 84 @ViewDebug.ExportedProperty(category = "layout")
94 @ViewDebug.ExportedProperty(category = "layout")
102 @ViewDebug.ExportedProperty(category = "measurement")
105 @ViewDebug.ExportedProperty(category = "measurement")
108 @ViewDebug.ExportedProperty(category = "measurement", flagMapping = {
142 @ViewDebug.ExportedProperty(category = "measurement")
145 @ViewDebug.ExportedProperty(category = "layout")
148 @ViewDebug.ExportedProperty(category = "layout")
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
ColorDrawable.java 38 @ViewDebug.ExportedProperty(deepExport = true, prefix = "state_")
180 @ViewDebug.ExportedProperty
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorpusView.java 68 @ViewDebug.ExportedProperty
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
FileItemInfoLayout.java 63 @ViewDebug.ExportedProperty
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 392 @ViewDebug.ExportedProperty
398 @ViewDebug.ExportedProperty
404 @ViewDebug.ExportedProperty
410 @ViewDebug.ExportedProperty
422 @ViewDebug.ExportedProperty
425 @ViewDebug.ExportedProperty
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayout.java 386 @ViewDebug.ExportedProperty
392 @ViewDebug.ExportedProperty
398 @ViewDebug.ExportedProperty
404 @ViewDebug.ExportedProperty
416 @ViewDebug.ExportedProperty
419 @ViewDebug.ExportedProperty
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewICS.java 67 @ViewDebug.ExportedProperty(category = "scrolling")
152 @ViewDebug.ExportedProperty(category = "list")
163 @ViewDebug.ExportedProperty(category = "list")
179 @ViewDebug.ExportedProperty(category = "list")
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 85 public @interface ExportedProperty {
102 * @ViewDebug.ExportedProperty(mapping = {
122 * @ViewDebug.ExportedProperty(indexMapping = {
143 * @ViewDebug.ExportedProperty(flagMapping = {
187 * in an @ExportedProperty to provide more meaningful values to the end user.
189 * @see android.view.ViewDebug.ExportedProperty
211 * in an @ExportedProperty to provide more meaningful values to the end user.
213 * @see android.view.ViewDebug.ExportedProperty
310 private static HashMap<AccessibleObject, ExportedProperty> sAnnotations;
915 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(512)
    [all...]
View.java     [all...]
WindowManager.java 113 @ViewDebug.ExportedProperty
121 @ViewDebug.ExportedProperty
130 @ViewDebug.ExportedProperty
139 @ViewDebug.ExportedProperty
187 @ViewDebug.ExportedProperty(mapping = {
    [all...]
ViewGroup.java 169 @ViewDebug.ExportedProperty(category = "events")
171 @ViewDebug.ExportedProperty(category = "events")
174 @ViewDebug.ExportedProperty(category = "events")
177 @ViewDebug.ExportedProperty(category = "events")
197 @ViewDebug.ExportedProperty(flagMapping = {
455 @ViewDebug.ExportedProperty(category = "layout")
564 @ViewDebug.ExportedProperty(category = "focus", mapping = {
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuView.java 584 @ViewDebug.ExportedProperty(category = "layout")
586 @ViewDebug.ExportedProperty(category = "layout")
588 @ViewDebug.ExportedProperty(category = "layout")
590 @ViewDebug.ExportedProperty(category = "layout")
592 @ViewDebug.ExportedProperty(category = "layout")
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuView.java 581 @ViewDebug.ExportedProperty()
584 @ViewDebug.ExportedProperty()
587 @ViewDebug.ExportedProperty()
590 @ViewDebug.ExportedProperty()
593 @ViewDebug.ExportedProperty()
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityViewFlipper.java 249 @ViewDebug.ExportedProperty(category = "layout")
252 @ViewDebug.ExportedProperty(category = "layout")
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 58 @ViewDebug.ExportedProperty(category = "drawing")
60 @ViewDebug.ExportedProperty(category = "drawing")
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SizeAdaptiveLayout.java 315 @ViewDebug.ExportedProperty(category = "layout")
321 @ViewDebug.ExportedProperty(category = "layout")

Completed in 1375 milliseconds

1 2