Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/view/
DWindowManager.java169 @ViewDebug.ExportedProperty
177 @ViewDebug.ExportedProperty
186 @ViewDebug.ExportedProperty
195 @ViewDebug.ExportedProperty
243 @ViewDebug.ExportedProperty(mapping = {
244 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION, to = "TYPE_BASE_APPLICATION"),
245 @ViewDebug.IntToString(from = TYPE_APPLICATION, to = "TYPE_APPLICATION"),
246 … @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING, to = "TYPE_APPLICATION_STARTING"),
247 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL, to = "TYPE_APPLICATION_PANEL"),
248 @ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA, to = "TYPE_APPLICATION_MEDIA"),
[all …]
DView.java1664 @ViewDebug.ExportedProperty(category = "measurement")
1671 @ViewDebug.ExportedProperty(category = "measurement")
1693 @ViewDebug.ExportedProperty(resolveId = true)
3217 @ViewDebug.ExportedProperty(flagMapping = {
3218 @ViewDebug.FlagToString(mask = PFLAG_FORCE_LAYOUT, equals = PFLAG_FORCE_LAYOUT,
3220 @ViewDebug.FlagToString(mask = PFLAG_LAYOUT_REQUIRED, equals = PFLAG_LAYOUT_REQUIRED,
3222 … @ViewDebug.FlagToString(mask = PFLAG_DRAWING_CACHE_VALID, equals = PFLAG_DRAWING_CACHE_VALID,
3224 …@ViewDebug.FlagToString(mask = PFLAG_DRAWN, equals = PFLAG_DRAWN, name = "DRAWN", outputIf = true),
3225 …@ViewDebug.FlagToString(mask = PFLAG_DRAWN, equals = PFLAG_DRAWN, name = "NOT_DRAWN", outputIf = f…
3226 …@ViewDebug.FlagToString(mask = PFLAG_DIRTY_MASK, equals = PFLAG_DIRTY_OPAQUE, name = "DIRTY_OPAQUE…
[all …]
DViewGroup.java179 @ViewDebug.ExportedProperty(category = "events")
181 @ViewDebug.ExportedProperty(category = "events")
184 @ViewDebug.ExportedProperty(category = "events")
187 @ViewDebug.ExportedProperty(category = "events")
207 @ViewDebug.ExportedProperty(flagMapping = {
208 @ViewDebug.FlagToString(mask = FLAG_CLIP_CHILDREN, equals = FLAG_CLIP_CHILDREN,
210 @ViewDebug.FlagToString(mask = FLAG_CLIP_TO_PADDING, equals = FLAG_CLIP_TO_PADDING,
212 @ViewDebug.FlagToString(mask = FLAG_PADDING_NOT_NULL, equals = FLAG_PADDING_NOT_NULL,
496 @ViewDebug.ExportedProperty(category = "layout")
679 @ViewDebug.ExportedProperty(category = "focus", mapping = {
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTask.java27 import android.view.ViewDebug;
57 @ViewDebug.ExportedProperty(category="recents")
59 @ViewDebug.ExportedProperty(category="recents")
61 @ViewDebug.ExportedProperty(category="recents")
63 @ViewDebug.ExportedProperty(category="recents")
65 @ViewDebug.ExportedProperty(category="recents")
67 @ViewDebug.ExportedProperty(category="recents")
117 @ViewDebug.ExportedProperty(deepExport=true, prefix="key_")
128 @ViewDebug.ExportedProperty(deepExport=true, prefix="group_")
134 @ViewDebug.ExportedProperty(category="recents")
[all …]
/frameworks/base/core/java/android/app/
DActionBar.java35 import android.view.ViewDebug;
1382 @ViewDebug.ExportedProperty(category = "layout", mapping = {
1383 @ViewDebug.IntToString(from = -1, to = "NONE"),
1384 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1385 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1386 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
1387 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
1388 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
1389 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
1390 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DAnimateableViewBounds.java22 import android.view.ViewDebug;
34 @ViewDebug.ExportedProperty(category="recents")
36 @ViewDebug.ExportedProperty(category="recents")
38 @ViewDebug.ExportedProperty(category="recents")
40 @ViewDebug.ExportedProperty(category="recents")
42 @ViewDebug.ExportedProperty(category="recents")
DTaskStackLayoutAlgorithm.java29 import android.view.ViewDebug;
232 @ViewDebug.ExportedProperty(category="recents")
235 @ViewDebug.ExportedProperty(category="recents")
238 @ViewDebug.ExportedProperty(category="recents")
241 @ViewDebug.ExportedProperty(category="recents")
244 @ViewDebug.ExportedProperty(category="recents")
252 @ViewDebug.ExportedProperty(category="recents")
255 @ViewDebug.ExportedProperty(category="recents")
258 @ViewDebug.ExportedProperty(category="recents")
263 @ViewDebug.ExportedProperty(category="recents")
[all …]
DTaskViewThumbnail.java35 import android.view.ViewDebug;
56 @ViewDebug.ExportedProperty(category="recents")
58 @ViewDebug.ExportedProperty(category="recents")
60 @ViewDebug.ExportedProperty(category="recents")
66 @ViewDebug.ExportedProperty(category="recents")
79 @ViewDebug.ExportedProperty(category="recents")
82 @ViewDebug.ExportedProperty(category="recents")
DRecentsViewTouchHandler.java25 import android.view.ViewDebug;
70 @ViewDebug.ExportedProperty(deepExport=true, prefix="drag_task")
72 @ViewDebug.ExportedProperty(deepExport=true, prefix="drag_task_view_")
75 @ViewDebug.ExportedProperty(category="recents")
77 @ViewDebug.ExportedProperty(category="recents")
79 @ViewDebug.ExportedProperty(category="recents")
81 @ViewDebug.ExportedProperty(category="recents")
DTaskView.java36 import android.view.ViewDebug;
129 @ViewDebug.ExportedProperty(category="recents")
133 @ViewDebug.ExportedProperty(deepExport=true, prefix="task_")
135 @ViewDebug.ExportedProperty(category="recents")
137 @ViewDebug.ExportedProperty(category="recents")
139 @ViewDebug.ExportedProperty(category="recents")
141 @ViewDebug.ExportedProperty(deepExport=true, prefix="view_bounds_")
150 @ViewDebug.ExportedProperty(deepExport=true, prefix="thumbnail_")
152 @ViewDebug.ExportedProperty(deepExport=true, prefix="header_")
158 @ViewDebug.ExportedProperty(category="recents")
DTaskStackViewScroller.java27 import android.view.ViewDebug;
68 @ViewDebug.ExportedProperty(category="recents")
70 @ViewDebug.ExportedProperty(category="recents")
DTaskStackView.java42 import android.view.ViewDebug;
135 @ViewDebug.ExportedProperty(deepExport=true, prefix="layout_")
139 @ViewDebug.ExportedProperty(deepExport=true, prefix="scroller_")
141 @ViewDebug.ExportedProperty(deepExport=true, prefix="touch_")
153 @ViewDebug.ExportedProperty(deepExport=true, prefix="doze_")
155 @ViewDebug.ExportedProperty(deepExport=true, prefix="focused_task_")
162 @ViewDebug.ExportedProperty(category="recents")
164 @ViewDebug.ExportedProperty(category="recents")
166 @ViewDebug.ExportedProperty(category="recents")
169 @ViewDebug.ExportedProperty(category="recents")
[all …]
/frameworks/base/core/java/android/widget/
DLinearLayout.java32 import android.view.ViewDebug;
113 @ViewDebug.ExportedProperty(category = "layout")
123 @ViewDebug.ExportedProperty(category = "layout")
131 @ViewDebug.ExportedProperty(category = "measurement")
134 @ViewDebug.ExportedProperty(category = "measurement")
137 @ViewDebug.ExportedProperty(category = "measurement", flagMapping = {
138 @ViewDebug.FlagToString(mask = -1,
140 @ViewDebug.FlagToString(mask = Gravity.NO_GRAVITY,
142 @ViewDebug.FlagToString(mask = Gravity.TOP,
144 @ViewDebug.FlagToString(mask = Gravity.BOTTOM,
[all …]
DRelativeLayout.java38 import android.view.ViewDebug;
1202 @ViewDebug.ExportedProperty(category = "layout", resolveId = true, indexMapping = {
1203 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1204 @ViewDebug.IntToString(from = ALIGN_BASELINE, to = "alignBaseline"),
1205 @ViewDebug.IntToString(from = ALIGN_BOTTOM, to = "alignBottom"),
1206 @ViewDebug.IntToString(from = ALIGN_LEFT, to = "alignLeft"),
1207 @ViewDebug.IntToString(from = ALIGN_PARENT_BOTTOM, to = "alignParentBottom"),
1208 @ViewDebug.IntToString(from = ALIGN_PARENT_LEFT, to = "alignParentLeft"),
1209 @ViewDebug.IntToString(from = ALIGN_PARENT_RIGHT, to = "alignParentRight"),
1210 @ViewDebug.IntToString(from = ALIGN_PARENT_TOP, to = "alignParentTop"),
[all …]
DFrameLayout.java32 import android.view.ViewDebug;
60 @ViewDebug.ExportedProperty(category = "measurement")
63 @ViewDebug.ExportedProperty(category = "padding")
66 @ViewDebug.ExportedProperty(category = "padding")
69 @ViewDebug.ExportedProperty(category = "padding")
72 @ViewDebug.ExportedProperty(category = "padding")
DAdapterView.java31 import android.view.ViewDebug;
68 @ViewDebug.ExportedProperty(category = "scrolling")
153 @ViewDebug.ExportedProperty(category = "list")
164 @ViewDebug.ExportedProperty(category = "list")
180 @ViewDebug.ExportedProperty(category = "list")
558 @ViewDebug.CapturedViewProperty
567 @ViewDebug.CapturedViewProperty
597 @ViewDebug.CapturedViewProperty
DActionMenuView.java30 import android.view.ViewDebug;
791 @ViewDebug.ExportedProperty(category = "layout")
795 @ViewDebug.ExportedProperty(category = "layout")
799 @ViewDebug.ExportedProperty(category = "layout")
803 @ViewDebug.ExportedProperty(category = "layout")
807 @ViewDebug.ExportedProperty(category = "layout")
DTableRow.java26 import android.view.ViewDebug;
400 @ViewDebug.ExportedProperty(category = "layout")
406 @ViewDebug.ExportedProperty(category = "layout")
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DDozeTrigger.java20 import android.view.ViewDebug;
30 @ViewDebug.ExportedProperty(category="recents")
32 @ViewDebug.ExportedProperty(category="recents")
34 @ViewDebug.ExportedProperty(category="recents")
/frameworks/base/core/java/android/ddm/
DDdmHandleViewDebug.java21 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/tests/coretests/src/android/widget/listview/
DListRecyclerProfiling.java24 import android.view.ViewDebug;
43 ViewDebug.startRecyclerTracing("SimpleList", listView); in onCreate()
51 ViewDebug.stopRecyclerTracing(); in onCreate()
/frameworks/base/graphics/java/android/graphics/drawable/
DColorDrawable.java29 import android.view.ViewDebug;
49 @ViewDebug.ExportedProperty(deepExport = true, prefix = "state_")
294 @ViewDebug.ExportedProperty
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionMenuView.java35 import android.view.ViewDebug;
791 @ViewDebug.ExportedProperty()
794 @ViewDebug.ExportedProperty()
797 @ViewDebug.ExportedProperty()
800 @ViewDebug.ExportedProperty()
803 @ViewDebug.ExportedProperty()
/frameworks/base/core/java/android/webkit/
DWebView.java48 import android.view.ViewDebug;
322 ViewGroup.OnHierarchyChangeListener, ViewDebug.HierarchyHandler {
1310 @ViewDebug.ExportedProperty(category = "webview")
1409 @ViewDebug.ExportedProperty(category = "webview")
1424 @ViewDebug.ExportedProperty(category = "webview")
1436 @ViewDebug.ExportedProperty(category = "webview")
1479 @ViewDebug.ExportedProperty(category = "webview")
1491 @ViewDebug.ExportedProperty(category = "webview")
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityViewFlipper.java27 import android.view.ViewDebug;
263 @ViewDebug.ExportedProperty(category = "layout")
266 @ViewDebug.ExportedProperty(category = "layout")

123