/frameworks/base/core/java/android/view/ |
D | WindowManager.java | 636 @ViewDebug.ExportedProperty 644 @ViewDebug.ExportedProperty 653 @ViewDebug.ExportedProperty 662 @ViewDebug.ExportedProperty 709 @ViewDebug.ExportedProperty(mapping = { 710 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION, 712 @ViewDebug.IntToString(from = TYPE_APPLICATION, 714 @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING, 716 @ViewDebug.IntToString(from = TYPE_DRAWN_APPLICATION, 718 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL, [all …]
|
D | InsetsFlags.java | 44 @ViewDebug.ExportedProperty(flagMapping = { 45 @ViewDebug.FlagToString( 49 @ViewDebug.FlagToString( 53 @ViewDebug.FlagToString( 57 @ViewDebug.FlagToString( 61 @ViewDebug.FlagToString( 68 @ViewDebug.ExportedProperty(flagMapping = { 69 @ViewDebug.FlagToString( 73 @ViewDebug.FlagToString(
|
D | View.java | 2352 @ViewDebug.ExportedProperty(category = "measurement") 2360 @ViewDebug.ExportedProperty(category = "measurement") 2384 @ViewDebug.ExportedProperty(resolveId = true) 4194 @ViewDebug.ExportedProperty(flagMapping = { 4195 @ViewDebug.FlagToString(mask = PFLAG_FORCE_LAYOUT, equals = PFLAG_FORCE_LAYOUT, 4197 @ViewDebug.FlagToString(mask = PFLAG_LAYOUT_REQUIRED, equals = PFLAG_LAYOUT_REQUIRED, 4199 … @ViewDebug.FlagToString(mask = PFLAG_DRAWING_CACHE_VALID, equals = PFLAG_DRAWING_CACHE_VALID, 4201 …@ViewDebug.FlagToString(mask = PFLAG_DRAWN, equals = PFLAG_DRAWN, name = "DRAWN", outputIf = true), 4202 …@ViewDebug.FlagToString(mask = PFLAG_DRAWN, equals = PFLAG_DRAWN, name = "NOT_DRAWN", outputIf = f… 4203 @ViewDebug.FlagToString(mask = PFLAG_DIRTY_MASK, equals = PFLAG_DIRTY, name = "DIRTY") [all …]
|
D | ViewGroup.java | 214 @ViewDebug.ExportedProperty(category = "events") 216 @ViewDebug.ExportedProperty(category = "events") 219 @ViewDebug.ExportedProperty(category = "events") 222 @ViewDebug.ExportedProperty(category = "events") 249 @ViewDebug.ExportedProperty(flagMapping = { 250 @ViewDebug.FlagToString(mask = FLAG_CLIP_CHILDREN, equals = FLAG_CLIP_CHILDREN, 252 @ViewDebug.FlagToString(mask = FLAG_CLIP_TO_PADDING, equals = FLAG_CLIP_TO_PADDING, 254 @ViewDebug.FlagToString(mask = FLAG_PADDING_NOT_NULL, equals = FLAG_PADDING_NOT_NULL, 603 @ViewDebug.ExportedProperty(category = "layout") 797 @ViewDebug.ExportedProperty(category = "focus", mapping = { [all …]
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
D | Task.java | 31 import android.view.ViewDebug; 61 @ViewDebug.ExportedProperty(category="recents") 63 @ViewDebug.ExportedProperty(category="recents") 65 @ViewDebug.ExportedProperty(category="recents") 67 @ViewDebug.ExportedProperty(category="recents") 69 @ViewDebug.ExportedProperty(category="recents") 75 @ViewDebug.ExportedProperty(category = "recents") 208 @ViewDebug.ExportedProperty(deepExport=true, prefix="key_") 223 @ViewDebug.ExportedProperty(category="recents") 226 @ViewDebug.ExportedProperty(category="recents") [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/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 | 31 import android.view.ViewDebug; 800 @ViewDebug.ExportedProperty(category = "layout") 805 @ViewDebug.ExportedProperty(category = "layout") 810 @ViewDebug.ExportedProperty(category = "layout") 815 @ViewDebug.ExportedProperty(category = "layout") 820 @ViewDebug.ExportedProperty(category = "layout")
|
D | TableRow.java | 26 import android.view.ViewDebug; 401 @ViewDebug.ExportedProperty(category = "layout") 408 @ViewDebug.ExportedProperty(category = "layout")
|
/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/graphics/java/android/graphics/drawable/ |
D | ColorDrawable.java | 38 import android.view.ViewDebug; 59 @ViewDebug.ExportedProperty(deepExport = true, prefix = "state_") 350 @ViewDebug.ExportedProperty
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSecurityViewFlipper.java | 28 import android.view.ViewDebug; 271 @ViewDebug.ExportedProperty(category = "layout") 274 @ViewDebug.ExportedProperty(category = "layout")
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PictureCaptureDemo.java | 29 import android.view.ViewDebug; 101 mStopCapture = ViewDebug.startRenderingCommandsCapture(mySurfaceView, in onCreate()
|
/frameworks/base/core/java/android/webkit/ |
D | WebView.java | 53 import android.view.ViewDebug; 107 ViewGroup.OnHierarchyChangeListener, ViewDebug.HierarchyHandler { 1155 @ViewDebug.ExportedProperty(category = "webview") 1256 @ViewDebug.ExportedProperty(category = "webview") 1274 @ViewDebug.ExportedProperty(category = "webview") 1288 @ViewDebug.ExportedProperty(category = "webview") 1338 @ViewDebug.ExportedProperty(category = "webview") 1350 @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 | 37 import android.view.ViewDebug; 196 @ViewDebug.CapturedViewProperty 419 @ViewDebug.CapturedViewProperty
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LightBarController.java | 28 import android.view.ViewDebug; 256 pw.print(" mAppearance="); pw.println(ViewDebug.flagsToString( in dump()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerShellCommand.java | 31 import android.view.ViewDebug; 368 w.mClient.executeCommand(ViewDebug.REMOTE_COMMAND_DUMP_ENCODED, null, in runDumpVisibleWindowViews()
|