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

1 2

  /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;
118 @ExportedProperty
120 @ExportedProperty
255 @ExportedProperty
297 @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")
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...]
AdapterView.java 66 @ViewDebug.ExportedProperty(category = "scrolling")
151 @ViewDebug.ExportedProperty(category = "list")
162 @ViewDebug.ExportedProperty(category = "list")
178 @ViewDebug.ExportedProperty(category = "list")
    [all...]
TableRow.java 406 @ViewDebug.ExportedProperty(category = "layout")
412 @ViewDebug.ExportedProperty(category = "layout")
CheckedTextView.java 82 @ViewDebug.ExportedProperty
CompoundButton.java 103 @ViewDebug.ExportedProperty
ProgressBar.java 425 @ViewDebug.ExportedProperty(category = "progress")
762 @ViewDebug.ExportedProperty(category = "progress")
779 @ViewDebug.ExportedProperty(category = "progress")
793 @ViewDebug.ExportedProperty(category = "progress")
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
ColorDrawable.java 38 @ViewDebug.ExportedProperty(deepExport = true, prefix = "state_")
179 @ViewDebug.ExportedProperty
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorpusView.java 67 @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
  /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;
886 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 168 @ViewDebug.ExportedProperty(category = "events")
170 @ViewDebug.ExportedProperty(category = "events")
173 @ViewDebug.ExportedProperty(category = "events")
176 @ViewDebug.ExportedProperty(category = "events")
196 @ViewDebug.ExportedProperty(flagMapping = {
444 @ViewDebug.ExportedProperty(category = "layout")
553 @ViewDebug.ExportedProperty(category = "focus", mapping = {
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuView.java 585 @ViewDebug.ExportedProperty(category = "layout")
587 @ViewDebug.ExportedProperty(category = "layout")
589 @ViewDebug.ExportedProperty(category = "layout")
591 @ViewDebug.ExportedProperty(category = "layout")
593 @ViewDebug.ExportedProperty(category = "layout")
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuView.java 584 @ViewDebug.ExportedProperty()
587 @ViewDebug.ExportedProperty()
590 @ViewDebug.ExportedProperty()
593 @ViewDebug.ExportedProperty()
596 @ViewDebug.ExportedProperty()
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardSecurityViewFlipper.java 250 @ViewDebug.ExportedProperty(category = "layout")
253 @ViewDebug.ExportedProperty(category = "layout")
  /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")
  /frameworks/base/core/java/android/app/
ActionBar.java     [all...]

Completed in 611 milliseconds

1 2