/frameworks/base/core/java/android/view/ |
D | InsetsFlags.java | 39 @ViewDebug.ExportedProperty(flagMapping = { 40 @ViewDebug.FlagToString( 44 @ViewDebug.FlagToString( 48 @ViewDebug.FlagToString( 52 @ViewDebug.FlagToString( 56 @ViewDebug.FlagToString( 60 @ViewDebug.FlagToString( 64 @ViewDebug.FlagToString( 71 @ViewDebug.ExportedProperty(flagMapping = { 72 @ViewDebug.FlagToString( [all …]
|
D | WindowManager.java | 940 @ViewDebug.ExportedProperty 948 @ViewDebug.ExportedProperty 957 @ViewDebug.ExportedProperty 966 @ViewDebug.ExportedProperty 1013 @ViewDebug.ExportedProperty(mapping = { 1014 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION, 1016 @ViewDebug.IntToString(from = TYPE_APPLICATION, 1018 @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING, 1020 @ViewDebug.IntToString(from = TYPE_DRAWN_APPLICATION, 1022 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL, [all …]
|
D | View.java | 2373 @ViewDebug.ExportedProperty(category = "measurement") 2381 @ViewDebug.ExportedProperty(category = "measurement") 2405 @ViewDebug.ExportedProperty(resolveId = true) 4160 @ViewDebug.ExportedProperty(flagMapping = { 4161 @ViewDebug.FlagToString(mask = PFLAG_FORCE_LAYOUT, equals = PFLAG_FORCE_LAYOUT, 4163 @ViewDebug.FlagToString(mask = PFLAG_LAYOUT_REQUIRED, equals = PFLAG_LAYOUT_REQUIRED, 4165 … @ViewDebug.FlagToString(mask = PFLAG_DRAWING_CACHE_VALID, equals = PFLAG_DRAWING_CACHE_VALID, 4167 …@ViewDebug.FlagToString(mask = PFLAG_DRAWN, equals = PFLAG_DRAWN, name = "DRAWN", outputIf = true), 4168 …@ViewDebug.FlagToString(mask = PFLAG_DRAWN, equals = PFLAG_DRAWN, name = "NOT_DRAWN", outputIf = f… 4169 @ViewDebug.FlagToString(mask = PFLAG_DIRTY_MASK, equals = PFLAG_DIRTY, name = "DIRTY") [all …]
|
D | ViewGroup.java | 219 @ViewDebug.ExportedProperty(category = "events") 221 @ViewDebug.ExportedProperty(category = "events") 224 @ViewDebug.ExportedProperty(category = "events") 227 @ViewDebug.ExportedProperty(category = "events") 254 @ViewDebug.ExportedProperty(flagMapping = { 255 @ViewDebug.FlagToString(mask = FLAG_CLIP_CHILDREN, equals = FLAG_CLIP_CHILDREN, 257 @ViewDebug.FlagToString(mask = FLAG_CLIP_TO_PADDING, equals = FLAG_CLIP_TO_PADDING, 259 @ViewDebug.FlagToString(mask = FLAG_PADDING_NOT_NULL, equals = FLAG_PADDING_NOT_NULL, 608 @ViewDebug.ExportedProperty(category = "layout") 802 @ViewDebug.ExportedProperty(category = "focus", mapping = { [all …]
|
/frameworks/base/core/java/android/app/ |
D | ActionBar.java | 35 import android.view.ViewDebug; 1362 @ViewDebug.ExportedProperty(category = "layout", mapping = { 1363 @ViewDebug.IntToString(from = -1, to = "NONE"), 1364 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"), 1365 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"), 1366 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"), 1367 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"), 1368 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"), 1369 @ViewDebug.IntToString(from = Gravity.START, to = "START"), 1370 @ViewDebug.IntToString(from = Gravity.END, to = "END"), [all …]
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
D | Task.java | 31 import android.view.ViewDebug; 50 @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") [all …]
|
/frameworks/base/core/java/android/ddm/ |
D | DdmHandleViewDebug.java | 21 import android.view.ViewDebug; 204 return ViewDebug.findView(root, viewName); in getTargetView() 226 ViewDebug.dumpv2(rootView, b); in dumpHierarchy() 228 ViewDebug.dump(rootView, skipChildren, includeProperties, b); in dumpHierarchy() 247 ViewDebug.captureLayers(rootView, dos); in captureLayers() 269 ViewDebug.dumpTheme(rootView, b); in dumpTheme() 282 ViewDebug.capture(rootView, b, targetView); in captureView() 297 ViewDebug.outputDisplayList(rootView, targetView); in dumpDisplayLists() 387 ViewDebug.invokeViewMethod(targetView, method, args); in invokeViewMethod() 405 ViewDebug.setLayoutParameter(targetView, param, value); in setLayoutParameter() [all …]
|
/frameworks/base/core/java/android/widget/ |
D | LinearLayout.java | 31 import android.view.ViewDebug; 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 = { 162 @ViewDebug.FlagToString(mask = -1, 164 @ViewDebug.FlagToString(mask = Gravity.NO_GRAVITY, 166 @ViewDebug.FlagToString(mask = Gravity.TOP, 168 @ViewDebug.FlagToString(mask = Gravity.BOTTOM, [all …]
|
D | RelativeLayout.java | 34 import android.view.ViewDebug; 1239 @ViewDebug.ExportedProperty(category = "layout", resolveId = true, indexMapping = { 1240 @ViewDebug.IntToString(from = ABOVE, to = "above"), 1241 @ViewDebug.IntToString(from = ALIGN_BASELINE, to = "alignBaseline"), 1242 @ViewDebug.IntToString(from = ALIGN_BOTTOM, to = "alignBottom"), 1243 @ViewDebug.IntToString(from = ALIGN_LEFT, to = "alignLeft"), 1244 @ViewDebug.IntToString(from = ALIGN_PARENT_BOTTOM, to = "alignParentBottom"), 1245 @ViewDebug.IntToString(from = ALIGN_PARENT_LEFT, to = "alignParentLeft"), 1246 @ViewDebug.IntToString(from = ALIGN_PARENT_RIGHT, to = "alignParentRight"), 1247 @ViewDebug.IntToString(from = ALIGN_PARENT_TOP, to = "alignParentTop"), [all …]
|
D | FrameLayout.java | 31 import android.view.ViewDebug; 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")
|
D | AdapterView.java | 33 import android.view.ViewDebug; 72 @ViewDebug.ExportedProperty(category = "scrolling") 163 @ViewDebug.ExportedProperty(category = "list") 176 @ViewDebug.ExportedProperty(category = "list") 193 @ViewDebug.ExportedProperty(category = "list") 578 @ViewDebug.CapturedViewProperty 587 @ViewDebug.CapturedViewProperty 617 @ViewDebug.CapturedViewProperty
|
D | ActionMenuView.java | 32 import android.view.ViewDebug; 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")
|
D | TableRow.java | 26 import android.view.ViewDebug; 401 @ViewDebug.ExportedProperty(category = "layout") 408 @ViewDebug.ExportedProperty(category = "layout")
|
D | CheckedTextView.java | 35 import android.view.ViewDebug; 128 @ViewDebug.ExportedProperty
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
D | DotRenderer.java | 31 import android.view.ViewDebug; 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")
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListRecyclerProfiling.java | 22 import android.view.ViewDebug; 43 ViewDebug.startRecyclerTracing("SimpleList", listView); in onCreate() 51 ViewDebug.stopRecyclerTracing(); in onCreate()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewCaptureTest.java | 25 import android.view.ViewDebug.CanvasProvider; 26 import android.view.ViewDebug.HardwareCanvasProvider; 27 import android.view.ViewDebug.SoftwareCanvasProvider;
|
/frameworks/base/core/java/com/android/internal/view/ |
D | AppearanceRegion.java | 23 import android.view.ViewDebug; 51 ViewDebug.flagsToString(InsetsFlags.class, "appearance", mAppearance); in toString()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSecurityViewFlipper.java | 27 import android.view.ViewDebug; 186 @ViewDebug.ExportedProperty(category = "layout") 189 @ViewDebug.ExportedProperty(category = "layout")
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | ColorDrawable.java | 39 import android.view.ViewDebug; 60 @ViewDebug.ExportedProperty(deepExport = true, prefix = "state_") 350 @ViewDebug.ExportedProperty
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PictureCaptureDemo.java | 29 import android.view.ViewDebug; 124 mStopCapture = ViewDebug.startRenderingCommandsCapture(mySurfaceView, in onCreate()
|
/frameworks/base/core/java/android/webkit/ |
D | WebView.java | 54 import android.view.ViewDebug; 115 ViewGroup.OnHierarchyChangeListener, ViewDebug.HierarchyHandler { 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")
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | IconMenuItemView.java | 30 import android.view.ViewDebug; 222 @ViewDebug.CapturedViewProperty(retrieveReturn = true)
|
D | MenuItemImpl.java | 38 import android.view.ViewDebug; 197 @ViewDebug.CapturedViewProperty 420 @ViewDebug.CapturedViewProperty
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LightBarController.java | 28 import android.view.ViewDebug; 257 pw.print(" mAppearance="); pw.println(ViewDebug.flagsToString( in dump()
|