/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
H A D | Task.java | 49 @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 D | DotRenderer.java | 131 @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 D | TextClock.java | 19 import static android.view.ViewDebug.ExportedProperty; 134 @ExportedProperty 136 @ExportedProperty 309 @ExportedProperty 369 @ExportedProperty
|
H A D | FrameLayout.java | 62 @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 D | ActionMenuView.java | 801 @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 D | LinearLayout.java | 137 @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 D | AdapterView.java | 72 @ViewDebug.ExportedProperty(category = "scrolling") 163 @ViewDebug.ExportedProperty(category = "list") 176 @ViewDebug.ExportedProperty(category = "list") 193 @ViewDebug.ExportedProperty(category = "list")
|
H A D | TableRow.java | 401 @ViewDebug.ExportedProperty(category = "layout") 408 @ViewDebug.ExportedProperty(category = "layout")
|
/aosp12/art/test/005-annotations/src/android/test/anno/ |
H A D | TestAnnotations.java | 94 @ExportedProperty(mapping = { 139 ExportedProperty property; in testArrayProblem() 147 property = meth.getAnnotation(ExportedProperty.class); in testArrayProblem() 155 meth.isAnnotationPresent(ExportedProperty.class)); in testArrayProblem()
|
H A D | ExportedProperty.java | 9 public @interface ExportedProperty { annotation
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsFlags.java | 39 @ViewDebug.ExportedProperty(flagMapping = { 71 @ViewDebug.ExportedProperty(flagMapping = {
|
H A D | View.java | 11836 @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 D | ViewDebug.java | 110 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 D | WindowManager.java | 995 @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 D | LauncherRootView.java | 32 @ViewDebug.ExportedProperty(category = "launcher") 37 @ViewDebug.ExportedProperty(category = "launcher") 39 @ViewDebug.ExportedProperty(category = "launcher")
|
H A D | BubbleTextView.java | 147 @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 D | DropTargetBar.java | 56 @ViewDebug.ExportedProperty(category = "launcher") 59 @ViewDebug.ExportedProperty(category = "launcher")
|
/aosp12/packages/apps/Settings/src/com/android/settings/widget/ |
H A D | MatchParentShrinkingLinearLayout.java | 86 @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 D | FolderDotInfo.java | 56 @ViewDebug.ExportedProperty(category = "launcher")
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSecurityViewFlipper.java | 186 @ViewDebug.ExportedProperty(category = "layout") 189 @ViewDebug.ExportedProperty(category = "layout")
|
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
H A D | CorpusView.java | 68 @ViewDebug.ExportedProperty
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | ColorDrawable.java | 60 @ViewDebug.ExportedProperty(deepExport = true, prefix = "state_") 350 @ViewDebug.ExportedProperty
|
/aosp12/frameworks/base/core/java/android/webkit/ |
H A D | WebView.java | 1165 @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 D | QsbWidgetHostView.java | 35 @ViewDebug.ExportedProperty(category = "launcher")
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
H A D | FrameLayoutWithShadows.java | 30 import android.view.ViewDebug.ExportedProperty; 101 @ExportedProperty(category = "drawing")
|