/frameworks/base/core/java/android/view/ |
D | InsetsFlags.java | 42 @ViewDebug.ExportedProperty(flagMapping = { 43 @ViewDebug.FlagToString( 47 @ViewDebug.FlagToString( 51 @ViewDebug.FlagToString( 55 @ViewDebug.FlagToString( 59 @ViewDebug.FlagToString( 63 @ViewDebug.FlagToString( 67 @ViewDebug.FlagToString( 71 @ViewDebug.FlagToString( 75 @ViewDebug.FlagToString( [all …]
|
D | WindowManager.java | 1935 @ViewDebug.ExportedProperty 1943 @ViewDebug.ExportedProperty 1952 @ViewDebug.ExportedProperty 1961 @ViewDebug.ExportedProperty 2008 @ViewDebug.ExportedProperty(mapping = { 2009 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION, 2011 @ViewDebug.IntToString(from = TYPE_APPLICATION, 2013 @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING, 2015 @ViewDebug.IntToString(from = TYPE_DRAWN_APPLICATION, 2017 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL, [all …]
|
D | View.java | 2608 @ViewDebug.ExportedProperty(category = "measurement") 2616 @ViewDebug.ExportedProperty(category = "measurement") 2640 @ViewDebug.ExportedProperty(resolveId = true) 4527 @ViewDebug.ExportedProperty(flagMapping = { 4528 @ViewDebug.FlagToString(mask = PFLAG_FORCE_LAYOUT, equals = PFLAG_FORCE_LAYOUT, 4530 @ViewDebug.FlagToString(mask = PFLAG_LAYOUT_REQUIRED, equals = PFLAG_LAYOUT_REQUIRED, 4532 … @ViewDebug.FlagToString(mask = PFLAG_DRAWING_CACHE_VALID, equals = PFLAG_DRAWING_CACHE_VALID, 4534 …@ViewDebug.FlagToString(mask = PFLAG_DRAWN, equals = PFLAG_DRAWN, name = "DRAWN", outputIf = true), 4535 …@ViewDebug.FlagToString(mask = PFLAG_DRAWN, equals = PFLAG_DRAWN, name = "NOT_DRAWN", outputIf = f… 4536 @ViewDebug.FlagToString(mask = PFLAG_DIRTY_MASK, equals = PFLAG_DIRTY, name = "DIRTY") [all …]
|
D | ViewGroup.java | 220 @ViewDebug.ExportedProperty(category = "events") 222 @ViewDebug.ExportedProperty(category = "events") 225 @ViewDebug.ExportedProperty(category = "events") 228 @ViewDebug.ExportedProperty(category = "events") 255 @ViewDebug.ExportedProperty(flagMapping = { 256 @ViewDebug.FlagToString(mask = FLAG_CLIP_CHILDREN, equals = FLAG_CLIP_CHILDREN, 258 @ViewDebug.FlagToString(mask = FLAG_CLIP_TO_PADDING, equals = FLAG_CLIP_TO_PADDING, 260 @ViewDebug.FlagToString(mask = FLAG_PADDING_NOT_NULL, equals = FLAG_PADDING_NOT_NULL, 609 @ViewDebug.ExportedProperty(category = "layout") 800 @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 | 35 import android.view.ViewDebug; 57 @ViewDebug.ExportedProperty(category="recents") 59 @ViewDebug.ExportedProperty(category="recents") 61 @ViewDebug.ExportedProperty(category="recents") 64 @ViewDebug.ExportedProperty(category="recents") 66 @ViewDebug.ExportedProperty(category="recents") 72 @ViewDebug.ExportedProperty(category = "recents") 209 @ViewDebug.ExportedProperty(deepExport=true, prefix="key_") 218 @ViewDebug.ExportedProperty(category="recents") 220 @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() 354 byte[] returnValue = ViewDebug.invokeViewMethod(targetView, methodName, in); in invokeViewMethod() 356 } catch (ViewDebug.ViewMethodInvocationSerializationException e) { in invokeViewMethod() [all …]
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
D | DotRenderer.java | 31 import android.view.ViewDebug; 135 @ViewDebug.ExportedProperty(category = "notification dot", formatToHexString = true) 138 @ViewDebug.ExportedProperty(category = "notification dot", formatToHexString = true) 141 @ViewDebug.ExportedProperty(category = "notification dot") 144 @ViewDebug.ExportedProperty(category = "notification dot") 147 @ViewDebug.ExportedProperty(category = "notification dot")
|
/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")
|
/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;
|
D | ViewDebugTest.java | 19 import static android.view.ViewDebug.deserializeMethodParameters; 20 import static android.view.ViewDebug.serializeReturnValue; 27 import android.view.ViewDebug.ViewMethodInvocationSerializationException;
|
/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/systemui/statusbar/phone/ |
D | LetterboxAppearanceCalculator.kt | 23 import android.view.ViewDebug in <lambda>() 42 ViewDebug.flagsToString(InsetsFlags::class.java, "appearance", appearance) in <lambda>() 223 ViewDebug.flagsToString(InsetsFlags::class.java, "appearance", this)
|
/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/core/java/com/android/internal/statusbar/ |
D | LetterboxDetails.java | 25 import android.view.ViewDebug; 102 return ViewDebug.flagsToString(InsetsFlags.class, "appearance", mAppAppearance); in appAppearanceToString()
|
/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/graphics/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/com/android/internal/view/menu/ |
D | IconMenuItemView.java | 30 import android.view.ViewDebug; 222 @ViewDebug.CapturedViewProperty(retrieveReturn = true)
|
/frameworks/base/core/java/android/webkit/ |
D | WebView.java | 55 import android.view.ViewDebug; 116 ViewGroup.OnHierarchyChangeListener, ViewDebug.HierarchyHandler { 1166 @ViewDebug.ExportedProperty(category = "webview") 1267 @ViewDebug.ExportedProperty(category = "webview") 1285 @ViewDebug.ExportedProperty(category = "webview") 1299 @ViewDebug.ExportedProperty(category = "webview") 1349 @ViewDebug.ExportedProperty(category = "webview") 1361 @ViewDebug.ExportedProperty(category = "webview")
|