Home
last modified time | relevance | path

Searched refs:ViewDebug (Results 1 – 25 of 58) sorted by relevance

123

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsFlags.java39 @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 …]
H A DWindowManager.java1751 @ViewDebug.ExportedProperty
1759 @ViewDebug.ExportedProperty
1768 @ViewDebug.ExportedProperty
1777 @ViewDebug.ExportedProperty
3347 @ViewDebug.FlagToString(
3351 @ViewDebug.FlagToString(
3355 @ViewDebug.FlagToString(
3359 @ViewDebug.FlagToString(
3363 @ViewDebug.FlagToString(
3367 @ViewDebug.FlagToString(
[all …]
H A DView.java12765 @ViewDebug.ExportedProperty
12857 @ViewDebug.ExportedProperty
13038 @ViewDebug.ExportedProperty
13068 @ViewDebug.ExportedProperty
13378 @ViewDebug.ExportedProperty
13527 @ViewDebug.ExportedProperty
13616 @ViewDebug.ExportedProperty
16293 @ViewDebug.ExportedProperty
16872 @ViewDebug.ExportedProperty
26195 @ViewDebug.ExportedProperty
[all …]
H A DViewGroup.java221 @ViewDebug.ExportedProperty(category = "events")
223 @ViewDebug.ExportedProperty(category = "events")
226 @ViewDebug.ExportedProperty(category = "events")
229 @ViewDebug.ExportedProperty(category = "events")
256 @ViewDebug.ExportedProperty(flagMapping = {
610 @ViewDebug.ExportedProperty(category = "layout")
1431 @ViewDebug.ExportedProperty(category = "focus")
1874 if (ViewDebug.DEBUG_DRAG) { in notifyChildOfDragStart()
4585 @ViewDebug.ExportedProperty(category = "drawing")
4643 @ViewDebug.ExportedProperty(category = "drawing")
[all …]
/aosp14/frameworks/base/core/java/android/app/
H A DActionBar.java35 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 …]
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DTask.java35 import android.view.ViewDebug;
57 @ViewDebug.ExportedProperty(category="recents")
59 @ViewDebug.ExportedProperty(category="recents")
61 @ViewDebug.ExportedProperty(category="recents")
218 @ViewDebug.ExportedProperty(category="recents")
221 @ViewDebug.ExportedProperty(category="recents")
223 @ViewDebug.ExportedProperty(category="recents")
225 @ViewDebug.ExportedProperty(category="recents")
233 @ViewDebug.ExportedProperty(category="recents")
236 @ViewDebug.ExportedProperty(category="recents")
[all …]
/aosp14/frameworks/base/core/java/android/widget/
H A DLinearLayout.java31 import android.view.ViewDebug;
137 @ViewDebug.ExportedProperty(category = "layout")
147 @ViewDebug.ExportedProperty(category = "layout")
155 @ViewDebug.ExportedProperty(category = "measurement")
162 @ViewDebug.FlagToString(mask = -1,
166 @ViewDebug.FlagToString(mask = Gravity.TOP,
170 @ViewDebug.FlagToString(mask = Gravity.LEFT,
176 @ViewDebug.FlagToString(mask = Gravity.END,
188 @ViewDebug.FlagToString(mask = Gravity.FILL,
200 @ViewDebug.ExportedProperty(category = "layout")
[all …]
H A DRelativeLayout.java34 import android.view.ViewDebug;
1240 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1250 @ViewDebug.IntToString(from = BELOW, to = "below"),
1252 @ViewDebug.IntToString(from = CENTER_IN_PARENT, to = "center"),
1254 @ViewDebug.IntToString(from = LEFT_OF, to = "leftOf"),
1255 @ViewDebug.IntToString(from = RIGHT_OF, to = "rightOf"),
1260 @ViewDebug.IntToString(from = START_OF, to = "startOf"),
1261 @ViewDebug.IntToString(from = END_OF, to = "endOf")
1263 @ViewDebug.IntToString(from = TRUE, to = "true"),
1264 @ViewDebug.IntToString(from = 0, to = "false/NO_ID")
[all …]
H A DFrameLayout.java31 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")
H A DAdapterView.java33 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
H A DActionMenuView.java32 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")
H A DTableRow.java26 import android.view.ViewDebug;
401 @ViewDebug.ExportedProperty(category = "layout")
408 @ViewDebug.ExportedProperty(category = "layout")
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListRecyclerProfiling.java22 import android.view.ViewDebug;
43 ViewDebug.startRecyclerTracing("SimpleList", listView); in onCreate()
51 ViewDebug.stopRecyclerTracing(); in onCreate()
/aosp14/frameworks/base/core/java/android/ddm/
H A DDdmHandleViewDebug.java23 import android.view.ViewDebug;
210 return ViewDebug.findView(root, viewName); in getTargetView()
232 ViewDebug.dumpv2(rootView, b); in dumpHierarchy()
234 ViewDebug.dump(rootView, skipChildren, includeProperties, b); in dumpHierarchy()
253 ViewDebug.captureLayers(rootView, dos); in captureLayers()
275 ViewDebug.dumpTheme(rootView, b); in dumpTheme()
288 ViewDebug.capture(rootView, b, targetView); in captureView()
303 ViewDebug.outputDisplayList(rootView, targetView); in dumpDisplayLists()
386 Object result = ViewDebug.invokeViewMethod(targetView, method, args); in invokeViewMethod()
405 ViewDebug.setLayoutParameter(targetView, param, value); in setLayoutParameter()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewCaptureTest.java25 import android.view.ViewDebug.CanvasProvider;
26 import android.view.ViewDebug.HardwareCanvasProvider;
27 import android.view.ViewDebug.SoftwareCanvasProvider;
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DAppearanceRegion.java23 import android.view.ViewDebug;
51 ViewDebug.flagsToString(InsetsFlags.class, "appearance", mAppearance); in toString()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLetterboxAppearanceCalculator.kt22 import android.view.ViewDebug
44 ViewDebug.flagsToString(InsetsFlags::class.java, "appearance", appearance)
227 ViewDebug.flagsToString(InsetsFlags::class.java, "appearance", this)
H A DSystemBarAttributesListener.kt20 import android.view.ViewDebug
151 ViewDebug.flagsToString(InsetsFlags::class.java, "appearance", appearance)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipper.java27 import android.view.ViewDebug;
176 @ViewDebug.ExportedProperty(category = "layout")
179 @ViewDebug.ExportedProperty(category = "layout")
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DLetterboxDetails.java25 import android.view.ViewDebug;
102 return ViewDebug.flagsToString(InsetsFlags.class, "appearance", mAppAppearance); in appAppearanceToString()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorDrawable.java39 import android.view.ViewDebug;
60 @ViewDebug.ExportedProperty(deepExport = true, prefix = "state_")
350 @ViewDebug.ExportedProperty
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPictureCaptureDemo.java29 import android.view.ViewDebug;
124 mStopCapture = ViewDebug.startRenderingCommandsCapture(mySurfaceView, in onCreate()
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java30 import android.view.ViewDebug;
222 @ViewDebug.CapturedViewProperty(retrieveReturn = true)
H A DMenuItemImpl.java38 import android.view.ViewDebug;
197 @ViewDebug.CapturedViewProperty
420 @ViewDebug.CapturedViewProperty
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebView.java55 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")

123