Home
last modified time | relevance | path

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

123

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DTask.java49 @ViewDebug.ExportedProperty(category="recents")
51 @ViewDebug.ExportedProperty(category="recents")
53 @ViewDebug.ExportedProperty(category="recents")
56 @ViewDebug.ExportedProperty(category="recents")
206 @ViewDebug.ExportedProperty(category="recents")
209 @ViewDebug.ExportedProperty(category="recents")
211 @ViewDebug.ExportedProperty(category="recents")
213 @ViewDebug.ExportedProperty(category="recents")
221 @ViewDebug.ExportedProperty(category="recents")
224 @ViewDebug.ExportedProperty(category="recents")
[all …]
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A 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")
/aosp12/frameworks/base/core/java/android/widget/
H A DTextClock.java19 import static android.view.ViewDebug.ExportedProperty;
134 @ExportedProperty
136 @ExportedProperty
309 @ExportedProperty
369 @ExportedProperty
H A 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")
H A 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")
H A 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 = {
H A DAdapterView.java72 @ViewDebug.ExportedProperty(category = "scrolling")
163 @ViewDebug.ExportedProperty(category = "list")
176 @ViewDebug.ExportedProperty(category = "list")
193 @ViewDebug.ExportedProperty(category = "list")
H A DTableRow.java401 @ViewDebug.ExportedProperty(category = "layout")
408 @ViewDebug.ExportedProperty(category = "layout")
/aosp12/art/test/005-annotations/src/android/test/anno/
H A DTestAnnotations.java94 @ExportedProperty(mapping = {
139 ExportedProperty property; in testArrayProblem()
147 property = meth.getAnnotation(ExportedProperty.class); in testArrayProblem()
155 meth.isAnnotationPresent(ExportedProperty.class)); in testArrayProblem()
H A DExportedProperty.java9 public @interface ExportedProperty { annotation
/aosp12/frameworks/base/core/java/android/view/
H A DInsetsFlags.java39 @ViewDebug.ExportedProperty(flagMapping = {
71 @ViewDebug.ExportedProperty(flagMapping = {
H A DView.java11836 @ViewDebug.ExportedProperty
11928 @ViewDebug.ExportedProperty
12107 @ViewDebug.ExportedProperty
12137 @ViewDebug.ExportedProperty
12433 @ViewDebug.ExportedProperty
12582 @ViewDebug.ExportedProperty
12671 @ViewDebug.ExportedProperty
15211 @ViewDebug.ExportedProperty
15788 @ViewDebug.ExportedProperty
24960 @ViewDebug.ExportedProperty
[all …]
H A 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 …]
H A DWindowManager.java995 @ViewDebug.ExportedProperty
1003 @ViewDebug.ExportedProperty
1012 @ViewDebug.ExportedProperty
1021 @ViewDebug.ExportedProperty
1068 @ViewDebug.ExportedProperty(mapping = {
2221 @ViewDebug.ExportedProperty(flagMapping = {
2573 @ViewDebug.ExportedProperty(flagMapping = {
3474 @ViewDebug.ExportedProperty(flagMapping = {
3510 @ViewDebug.ExportedProperty(flagMapping = {
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherRootView.java32 @ViewDebug.ExportedProperty(category = "launcher")
37 @ViewDebug.ExportedProperty(category = "launcher")
39 @ViewDebug.ExportedProperty(category = "launcher")
H A DBubbleTextView.java147 @ViewDebug.ExportedProperty(category = "launcher")
149 @ViewDebug.ExportedProperty(category = "launcher")
151 @ViewDebug.ExportedProperty(category = "launcher")
154 @ViewDebug.ExportedProperty(category = "launcher")
157 @ViewDebug.ExportedProperty(category = "launcher", deepExport = true)
162 @ViewDebug.ExportedProperty(category = "launcher")
164 @ViewDebug.ExportedProperty(category = "launcher")
166 @ViewDebug.ExportedProperty(category = "launcher")
H A DDropTargetBar.java56 @ViewDebug.ExportedProperty(category = "launcher")
59 @ViewDebug.ExportedProperty(category = "launcher")
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DMatchParentShrinkingLinearLayout.java86 @ViewDebug.ExportedProperty(category = "layout")
96 @ViewDebug.ExportedProperty(category = "layout")
104 @ViewDebug.ExportedProperty(category = "measurement")
107 @ViewDebug.ExportedProperty(category = "measurement")
110 @ViewDebug.ExportedProperty(category = "measurement", flagMapping = {
144 @ViewDebug.ExportedProperty(category = "measurement")
147 @ViewDebug.ExportedProperty(category = "layout")
150 @ViewDebug.ExportedProperty(category = "layout")
1478 @ViewDebug.ExportedProperty(category = "layout")
1486 @ViewDebug.ExportedProperty(category = "layout", mapping = {
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dot/
H A DFolderDotInfo.java56 @ViewDebug.ExportedProperty(category = "launcher")
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipper.java186 @ViewDebug.ExportedProperty(category = "layout")
189 @ViewDebug.ExportedProperty(category = "layout")
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DCorpusView.java68 @ViewDebug.ExportedProperty
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorDrawable.java60 @ViewDebug.ExportedProperty(deepExport = true, prefix = "state_")
350 @ViewDebug.ExportedProperty
/aosp12/frameworks/base/core/java/android/webkit/
H A 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")
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/qsb/
H A DQsbWidgetHostView.java35 @ViewDebug.ExportedProperty(category = "launcher")
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DFrameLayoutWithShadows.java30 import android.view.ViewDebug.ExportedProperty;
101 @ExportedProperty(category = "drawing")

123