Searched refs:ExportedProperty (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/core/java/android/widget/
H A DTextClock.java41 import static android.view.ViewDebug.ExportedProperty;
118 @ExportedProperty
120 @ExportedProperty
255 @ExportedProperty
297 @ExportedProperty
H A DFrameLayout.java60 @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")
H A DLinearLayout.java84 @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")
1801 @ViewDebug.ExportedProperty(category = "layout")
1809 @ViewDebug.ExportedProperty(categor
[all...]
H A DAdapterView.java66 @ViewDebug.ExportedProperty(category = "scrolling")
151 @ViewDebug.ExportedProperty(category = "list")
162 @ViewDebug.ExportedProperty(category = "list")
178 @ViewDebug.ExportedProperty(category = "list")
H A DTableRow.java406 @ViewDebug.ExportedProperty(category = "layout")
412 @ViewDebug.ExportedProperty(category = "layout")
H A DCheckedTextView.java82 @ViewDebug.ExportedProperty
H A DCompoundButton.java103 @ViewDebug.ExportedProperty
H A DProgressBar.java425 @ViewDebug.ExportedProperty(category = "progress")
762 @ViewDebug.ExportedProperty(category = "progress")
779 @ViewDebug.ExportedProperty(category = "progress")
793 @ViewDebug.ExportedProperty(category = "progress")
H A DAbsListView.java1266 @ViewDebug.ExportedProperty
1317 @ViewDebug.ExportedProperty
1435 @ViewDebug.ExportedProperty
1482 @ViewDebug.ExportedProperty
1512 @ViewDebug.ExportedProperty
2079 @ViewDebug.ExportedProperty
5853 @ViewDebug.ExportedProperty(category = "drawing")
6094 @ViewDebug.ExportedProperty(category = "list", mapping = {
6106 @ViewDebug.ExportedProperty(category = "list")
6117 @ViewDebug.ExportedProperty(categor
[all...]
H A DRelativeLayout.java1199 @ViewDebug.ExportedProperty(category = "layout", resolveId = true, indexMapping = {
1242 @ViewDebug.ExportedProperty(category = "layout")
H A DHorizontalScrollView.java109 @ViewDebug.ExportedProperty(category = "layout")
H A DImageView.java1038 @ViewDebug.ExportedProperty(category = "layout")
/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorDrawable.java38 @ViewDebug.ExportedProperty(deepExport = true, prefix = "state_")
179 @ViewDebug.ExportedProperty
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAdapterViewICS.java67 @ViewDebug.ExportedProperty(category = "scrolling")
152 @ViewDebug.ExportedProperty(category = "list")
163 @ViewDebug.ExportedProperty(category = "list")
179 @ViewDebug.ExportedProperty(category = "list")
/frameworks/base/core/java/android/view/
H A DViewDebug.java85 public @interface ExportedProperty { interface in class:ViewDebug
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>(51
[all...]
H A DView.java1528 @ViewDebug.ExportedProperty(category = "measurement")
1535 @ViewDebug.ExportedProperty(category = "measurement")
1556 @ViewDebug.ExportedProperty(resolveId = true)
2576 @ViewDebug.ExportedProperty(flagMapping = {
2596 @ViewDebug.ExportedProperty(flagMapping = {
2632 @ViewDebug.ExportedProperty
2698 @ViewDebug.ExportedProperty
2704 @ViewDebug.ExportedProperty
2710 @ViewDebug.ExportedProperty
2716 @ViewDebug.ExportedProperty
[all...]
H A DWindowManager.java113 @ViewDebug.ExportedProperty
121 @ViewDebug.ExportedProperty
130 @ViewDebug.ExportedProperty
139 @ViewDebug.ExportedProperty
187 @ViewDebug.ExportedProperty(mapping = {
894 @ViewDebug.ExportedProperty(flagMapping = {
H A DViewGroup.java168 @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 = {
4641 @ViewDebug.ExportedProperty
4671 @ViewDebug.ExportedProperty(category = "drawing")
4706 @ViewDebug.ExportedProperty(categor
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuView.java585 @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/
H A DActionMenuView.java584 @ViewDebug.ExportedProperty()
587 @ViewDebug.ExportedProperty()
590 @ViewDebug.ExportedProperty()
593 @ViewDebug.ExportedProperty()
596 @ViewDebug.ExportedProperty()
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardSecurityViewFlipper.java250 @ViewDebug.ExportedProperty(category = "layout")
253 @ViewDebug.ExportedProperty(category = "layout")
/frameworks/base/core/java/android/webkit/
H A DWebView.java1026 @ViewDebug.ExportedProperty(category = "webview")
1117 @ViewDebug.ExportedProperty(category = "webview")
1132 @ViewDebug.ExportedProperty(category = "webview")
1144 @ViewDebug.ExportedProperty(category = "webview")
1187 @ViewDebug.ExportedProperty(category = "webview")
1199 @ViewDebug.ExportedProperty(category = "webview")
/frameworks/base/core/java/com/android/internal/widget/
H A DSizeAdaptiveLayout.java315 @ViewDebug.ExportedProperty(category = "layout")
321 @ViewDebug.ExportedProperty(category = "layout")
/frameworks/base/core/java/android/app/
H A DActionBar.java1009 @ViewDebug.ExportedProperty(category = "layout", mapping = {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java46 @ViewDebug.ExportedProperty private String mSlot;

Completed in 672 milliseconds

12