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

1 2 3

  /art/test/005-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
259 @ExportedProperty
307 @ExportedProperty
FrameLayout.java 66 @ViewDebug.ExportedProperty(category = "measurement")
69 @ViewDebug.ExportedProperty(category = "drawing")
76 @ViewDebug.ExportedProperty(category = "padding")
79 @ViewDebug.ExportedProperty(category = "padding")
82 @ViewDebug.ExportedProperty(category = "padding")
85 @ViewDebug.ExportedProperty(category = "padding")
91 @ViewDebug.ExportedProperty(category = "drawing")
95 @ViewDebug.ExportedProperty(category = "drawing")
ActionMenuView.java 761 @ViewDebug.ExportedProperty(category = "layout")
765 @ViewDebug.ExportedProperty(category = "layout")
769 @ViewDebug.ExportedProperty(category = "layout")
773 @ViewDebug.ExportedProperty(category = "layout")
777 @ViewDebug.ExportedProperty(category = "layout")
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 104 @ViewDebug.ExportedProperty(category = "layout")
114 @ViewDebug.ExportedProperty(category = "layout")
122 @ViewDebug.ExportedProperty(category = "measurement")
125 @ViewDebug.ExportedProperty(category = "measurement")
128 @ViewDebug.ExportedProperty(category = "measurement", flagMapping = {
162 @ViewDebug.ExportedProperty(category = "measurement")
165 @ViewDebug.ExportedProperty(category = "layout")
168 @ViewDebug.ExportedProperty(category = "layout")
    [all...]
  /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/
AdapterViewCompat.java 69 @ViewDebug.ExportedProperty(category = "scrolling")
154 @ViewDebug.ExportedProperty(category = "list")
165 @ViewDebug.ExportedProperty(category = "list")
181 @ViewDebug.ExportedProperty(category = "list")
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
ViewDebug.java 86 public @interface ExportedProperty {
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;
    [all...]
WindowManager.java 115 @ViewDebug.ExportedProperty
123 @ViewDebug.ExportedProperty
132 @ViewDebug.ExportedProperty
141 @ViewDebug.ExportedProperty
188 @ViewDebug.ExportedProperty(mapping = {
    [all...]
ViewGroup.java 171 @ViewDebug.ExportedProperty(category = "events")
173 @ViewDebug.ExportedProperty(category = "events")
176 @ViewDebug.ExportedProperty(category = "events")
179 @ViewDebug.ExportedProperty(category = "events")
199 @ViewDebug.ExportedProperty(flagMapping = {
468 @ViewDebug.ExportedProperty(category = "layout")
592 @ViewDebug.ExportedProperty(category = "focus", mapping = {
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
ColorDrawable.java 47 @ViewDebug.ExportedProperty(deepExport = true, prefix = "state_")
268 @ViewDebug.ExportedProperty
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 769 @ViewDebug.ExportedProperty()
772 @ViewDebug.ExportedProperty()
775 @ViewDebug.ExportedProperty()
778 @ViewDebug.ExportedProperty()
781 @ViewDebug.ExportedProperty()
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityViewFlipper.java 267 @ViewDebug.ExportedProperty(category = "layout")
270 @ViewDebug.ExportedProperty(category = "layout")
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SizeAdaptiveLayout.java 322 @ViewDebug.ExportedProperty(category = "layout")
328 @ViewDebug.ExportedProperty(category = "layout")
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
FrameLayoutWithShadows.java 32 import android.view.ViewDebug.ExportedProperty;
101 @ExportedProperty(category = "drawing")
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 419 @ViewDebug.ExportedProperty(category = "progress")
718 @ViewDebug.ExportedProperty(category = "progress")
735 @ViewDebug.ExportedProperty(category = "progress")
749 @ViewDebug.ExportedProperty(category = "progress")
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 45 @ViewDebug.ExportedProperty

Completed in 1698 milliseconds

1 2 3