Home
last modified time | relevance | path

Searched refs:ExportedProperty (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DTask.java50 @ViewDebug.ExportedProperty(category="recents")
52 @ViewDebug.ExportedProperty(category="recents")
54 @ViewDebug.ExportedProperty(category="recents")
56 @ViewDebug.ExportedProperty(category="recents")
58 @ViewDebug.ExportedProperty(category="recents")
64 @ViewDebug.ExportedProperty(category = "recents")
197 @ViewDebug.ExportedProperty(deepExport=true, prefix="key_")
206 @ViewDebug.ExportedProperty(category="recents")
209 @ViewDebug.ExportedProperty(category="recents")
211 @ViewDebug.ExportedProperty(category="recents")
[all …]
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DDotRenderer.java131 @ViewDebug.ExportedProperty(category = "notification dot", formatToHexString = true)
134 @ViewDebug.ExportedProperty(category = "notification dot")
137 @ViewDebug.ExportedProperty(category = "notification dot")
140 @ViewDebug.ExportedProperty(category = "notification dot")
/frameworks/base/core/java/android/view/
DInsetsFlags.java39 @ViewDebug.ExportedProperty(flagMapping = {
71 @ViewDebug.ExportedProperty(flagMapping = {
DView.java2373 @ViewDebug.ExportedProperty(category = "measurement")
2381 @ViewDebug.ExportedProperty(category = "measurement")
2405 @ViewDebug.ExportedProperty(resolveId = true)
4160 @ViewDebug.ExportedProperty(flagMapping = {
4186 @ViewDebug.ExportedProperty(flagMapping = {
4314 @ViewDebug.ExportedProperty(formatToHexString = true)
4341 @ViewDebug.ExportedProperty
4359 @ViewDebug.ExportedProperty(category = "drawing")
4369 @ViewDebug.ExportedProperty(category = "layout")
4377 @ViewDebug.ExportedProperty(category = "layout")
[all …]
DViewDebug.java110 public @interface ExportedProperty { annotation in ViewDebug
429 private static HashMap<Class<?>, PropertyInfo<ExportedProperty, ?>[]> sExportProperties;
1376 for (PropertyInfo<ExportedProperty, ?> info : getExportedProperties(klass)) {
1452 private static PropertyInfo<ExportedProperty, ?>[] getExportedProperties(Class<?> klass) {
1456 final HashMap<Class<?>, PropertyInfo<ExportedProperty, ?>[]> map = sExportProperties;
1457 PropertyInfo<ExportedProperty, ?>[] properties = sExportProperties.get(klass);
1461 klass.getDeclaredFields(), ExportedProperty.class);
1494 for (PropertyInfo<ExportedProperty, ?> info : getExportedProperties(klass)) {
1665 return clazz.getDeclaredField(field).getAnnotation(ExportedProperty.class)
1674 return clazz.getDeclaredField(field).getAnnotation(ExportedProperty.class).mapping();
[all …]
DWindowManager.java940 @ViewDebug.ExportedProperty
948 @ViewDebug.ExportedProperty
957 @ViewDebug.ExportedProperty
966 @ViewDebug.ExportedProperty
1013 @ViewDebug.ExportedProperty(mapping = {
2166 @ViewDebug.ExportedProperty(flagMapping = {
2503 @ViewDebug.ExportedProperty(flagMapping = {
3400 @ViewDebug.ExportedProperty(flagMapping = {
3436 @ViewDebug.ExportedProperty(flagMapping = {
DViewGroup.java219 @ViewDebug.ExportedProperty(category = "events")
221 @ViewDebug.ExportedProperty(category = "events")
224 @ViewDebug.ExportedProperty(category = "events")
227 @ViewDebug.ExportedProperty(category = "events")
254 @ViewDebug.ExportedProperty(flagMapping = {
608 @ViewDebug.ExportedProperty(category = "layout")
802 @ViewDebug.ExportedProperty(category = "focus", mapping = {
1429 @ViewDebug.ExportedProperty(category = "focus")
4554 @ViewDebug.ExportedProperty(category = "drawing")
4612 @ViewDebug.ExportedProperty(category = "drawing")
[all …]
/frameworks/base/core/java/android/widget/
DTextClock.java19 import static android.view.ViewDebug.ExportedProperty;
134 @ExportedProperty
136 @ExportedProperty
309 @ExportedProperty
369 @ExportedProperty
DFrameLayout.java62 @ViewDebug.ExportedProperty(category = "measurement")
66 @ViewDebug.ExportedProperty(category = "padding")
70 @ViewDebug.ExportedProperty(category = "padding")
74 @ViewDebug.ExportedProperty(category = "padding")
78 @ViewDebug.ExportedProperty(category = "padding")
DActionMenuView.java801 @ViewDebug.ExportedProperty(category = "layout")
806 @ViewDebug.ExportedProperty(category = "layout")
811 @ViewDebug.ExportedProperty(category = "layout")
816 @ViewDebug.ExportedProperty(category = "layout")
821 @ViewDebug.ExportedProperty(category = "layout")
DLinearLayout.java137 @ViewDebug.ExportedProperty(category = "layout")
147 @ViewDebug.ExportedProperty(category = "layout")
155 @ViewDebug.ExportedProperty(category = "measurement")
158 @ViewDebug.ExportedProperty(category = "measurement")
161 @ViewDebug.ExportedProperty(category = "measurement", flagMapping = {
196 @ViewDebug.ExportedProperty(category = "measurement")
200 @ViewDebug.ExportedProperty(category = "layout")
203 @ViewDebug.ExportedProperty(category = "layout")
1989 @ViewDebug.ExportedProperty(category = "layout")
1998 @ViewDebug.ExportedProperty(category = "layout", mapping = {
DAdapterView.java72 @ViewDebug.ExportedProperty(category = "scrolling")
163 @ViewDebug.ExportedProperty(category = "list")
176 @ViewDebug.ExportedProperty(category = "list")
193 @ViewDebug.ExportedProperty(category = "list")
DTableRow.java401 @ViewDebug.ExportedProperty(category = "layout")
408 @ViewDebug.ExportedProperty(category = "layout")
DProgressBar.java660 @ViewDebug.ExportedProperty(category = "progress")
1801 @ViewDebug.ExportedProperty(category = "progress")
1819 @ViewDebug.ExportedProperty(category = "progress")
1834 @ViewDebug.ExportedProperty(category = "progress")
1849 @ViewDebug.ExportedProperty(category = "progress")
DCheckedTextView.java128 @ViewDebug.ExportedProperty
DAbsListView.java1435 @ViewDebug.ExportedProperty
1500 @ViewDebug.ExportedProperty
1613 @ViewDebug.ExportedProperty
1661 @ViewDebug.ExportedProperty
1692 @ViewDebug.ExportedProperty
2296 @ViewDebug.ExportedProperty
6413 @ViewDebug.ExportedProperty(category = "drawing")
6745 @ViewDebug.ExportedProperty(category = "list", mapping = {
6758 @ViewDebug.ExportedProperty(category = "list")
6769 @ViewDebug.ExportedProperty(category = "list")
DCompoundButton.java157 @ViewDebug.ExportedProperty
DRelativeLayout.java1239 @ViewDebug.ExportedProperty(category = "layout", resolveId = true, indexMapping = {
1292 @ViewDebug.ExportedProperty(category = "layout")
DImageView.java1456 @ViewDebug.ExportedProperty(category = "layout")
DTextView.java461 @ViewDebug.ExportedProperty(category = "text")
723 @ViewDebug.ExportedProperty(category = "text")
773 @ViewDebug.ExportedProperty(category = "text")
4319 @ViewDebug.ExportedProperty(category = "text")
4328 @ViewDebug.ExportedProperty(category = "text")
4334 @ViewDebug.ExportedProperty(category = "text", mapping = {
10248 @ViewDebug.ExportedProperty(category = "text")
10256 @ViewDebug.ExportedProperty(category = "text")
10511 @ViewDebug.ExportedProperty
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityViewFlipper.java186 @ViewDebug.ExportedProperty(category = "layout")
189 @ViewDebug.ExportedProperty(category = "layout")
/frameworks/base/graphics/java/android/graphics/drawable/
DColorDrawable.java60 @ViewDebug.ExportedProperty(deepExport = true, prefix = "state_")
350 @ViewDebug.ExportedProperty
/frameworks/base/core/java/android/webkit/
DWebView.java1165 @ViewDebug.ExportedProperty(category = "webview")
1266 @ViewDebug.ExportedProperty(category = "webview")
1284 @ViewDebug.ExportedProperty(category = "webview")
1298 @ViewDebug.ExportedProperty(category = "webview")
1348 @ViewDebug.ExportedProperty(category = "webview")
1360 @ViewDebug.ExportedProperty(category = "webview")
/frameworks/base/core/java/android/app/
DActionBar.java1362 @ViewDebug.ExportedProperty(category = "layout", mapping = {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java130 @ViewDebug.ExportedProperty private String mSlot;

12