Searched refs:ViewDebug (Results 1 - 25 of 37) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DWindowManager.java113 @ViewDebug.ExportedProperty
121 @ViewDebug.ExportedProperty
130 @ViewDebug.ExportedProperty
139 @ViewDebug.ExportedProperty
187 @ViewDebug.ExportedProperty(mapping = {
188 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION, to = "TYPE_BASE_APPLICATION"),
189 @ViewDebug.IntToString(from = TYPE_APPLICATION, to = "TYPE_APPLICATION"),
190 @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING, to = "TYPE_APPLICATION_STARTING"),
191 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL, to = "TYPE_APPLICATION_PANEL"),
192 @ViewDebug
[all...]
H A DView.java1543 @ViewDebug.ExportedProperty(category = "measurement")
1550 @ViewDebug.ExportedProperty(category = "measurement")
1571 @ViewDebug.ExportedProperty(resolveId = true)
2741 @ViewDebug.ExportedProperty(flagMapping = {
2742 @ViewDebug.FlagToString(mask = PFLAG_FORCE_LAYOUT, equals = PFLAG_FORCE_LAYOUT,
2744 @ViewDebug.FlagToString(mask = PFLAG_LAYOUT_REQUIRED, equals = PFLAG_LAYOUT_REQUIRED,
2746 @ViewDebug.FlagToString(mask = PFLAG_DRAWING_CACHE_VALID, equals = PFLAG_DRAWING_CACHE_VALID,
2748 @ViewDebug.FlagToString(mask = PFLAG_DRAWN, equals = PFLAG_DRAWN, name = "DRAWN", outputIf = true),
2749 @ViewDebug.FlagToString(mask = PFLAG_DRAWN, equals = PFLAG_DRAWN, name = "NOT_DRAWN", outputIf = false),
2750 @ViewDebug
[all...]
H A DViewGroup.java169 @ViewDebug.ExportedProperty(category = "events")
171 @ViewDebug.ExportedProperty(category = "events")
174 @ViewDebug.ExportedProperty(category = "events")
177 @ViewDebug.ExportedProperty(category = "events")
197 @ViewDebug.ExportedProperty(flagMapping = {
198 @ViewDebug.FlagToString(mask = FLAG_CLIP_CHILDREN, equals = FLAG_CLIP_CHILDREN,
200 @ViewDebug.FlagToString(mask = FLAG_CLIP_TO_PADDING, equals = FLAG_CLIP_TO_PADDING,
202 @ViewDebug.FlagToString(mask = FLAG_PADDING_NOT_NULL, equals = FLAG_PADDING_NOT_NULL,
455 @ViewDebug.ExportedProperty(category = "layout")
564 @ViewDebug
[all...]
/frameworks/base/core/java/android/app/
H A DActionBar.java25 import android.view.ViewDebug;
1009 @ViewDebug.ExportedProperty(category = "layout", mapping = {
1010 @ViewDebug.IntToString(from = -1, to = "NONE"),
1011 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1012 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1013 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
1014 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
1015 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
1016 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
1017 @ViewDebug
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListRecyclerProfiling.java24 import android.view.ViewDebug;
43 ViewDebug.startRecyclerTracing("SimpleList", listView);
51 ViewDebug.stopRecyclerTracing();
/frameworks/base/core/java/android/ddm/
H A DDdmHandleViewDebug.java22 import android.view.ViewDebug;
212 return ViewDebug.findView(root, viewName);
230 ViewDebug.dump(rootView, skipChildren, includeProperties, b);
245 ViewDebug.captureLayers(rootView, dos);
264 ViewDebug.capture(rootView, b, targetView);
279 ViewDebug.outputDisplayList(rootView, targetView);
369 ViewDebug.invokeViewMethod(targetView, method, args);
387 ViewDebug.setLayoutParameter(targetView, param, value);
402 ViewDebug.profileViewAndChildren(targetView, bw);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorDrawable.java23 import android.view.ViewDebug;
38 @ViewDebug.ExportedProperty(deepExport = true, prefix = "state_")
180 @ViewDebug.ExportedProperty
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java28 import android.view.ViewDebug;
84 @ViewDebug.ExportedProperty(category = "layout")
94 @ViewDebug.ExportedProperty(category = "layout")
102 @ViewDebug.ExportedProperty(category = "measurement")
105 @ViewDebug.ExportedProperty(category = "measurement")
108 @ViewDebug.ExportedProperty(category = "measurement", flagMapping = {
109 @ViewDebug.FlagToString(mask = -1,
111 @ViewDebug.FlagToString(mask = Gravity.NO_GRAVITY,
113 @ViewDebug.FlagToString(mask = Gravity.TOP,
115 @ViewDebug
[all...]
H A DFrameLayout.java30 import android.view.ViewDebug;
60 @ViewDebug.ExportedProperty(category = "measurement")
63 @ViewDebug.ExportedProperty(category = "drawing")
66 @ViewDebug.ExportedProperty(category = "padding")
69 @ViewDebug.ExportedProperty(category = "padding")
72 @ViewDebug.ExportedProperty(category = "padding")
75 @ViewDebug.ExportedProperty(category = "padding")
81 @ViewDebug.ExportedProperty(category = "drawing")
85 @ViewDebug.ExportedProperty(category = "drawing")
H A DRelativeLayout.java37 import android.view.ViewDebug;
1178 @ViewDebug.ExportedProperty(category = "layout", resolveId = true, indexMapping = {
1179 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1180 @ViewDebug.IntToString(from = ALIGN_BASELINE, to = "alignBaseline"),
1181 @ViewDebug.IntToString(from = ALIGN_BOTTOM, to = "alignBottom"),
1182 @ViewDebug.IntToString(from = ALIGN_LEFT, to = "alignLeft"),
1183 @ViewDebug.IntToString(from = ALIGN_PARENT_BOTTOM, to = "alignParentBottom"),
1184 @ViewDebug.IntToString(from = ALIGN_PARENT_LEFT, to = "alignParentLeft"),
1185 @ViewDebug.IntToString(from = ALIGN_PARENT_RIGHT, to = "alignParentRight"),
1186 @ViewDebug
[all...]
H A DAdapterView.java29 import android.view.ViewDebug;
65 @ViewDebug.ExportedProperty(category = "scrolling")
150 @ViewDebug.ExportedProperty(category = "list")
161 @ViewDebug.ExportedProperty(category = "list")
177 @ViewDebug.ExportedProperty(category = "list")
541 @ViewDebug.CapturedViewProperty
550 @ViewDebug.CapturedViewProperty
580 @ViewDebug.CapturedViewProperty
H A DTableRow.java25 import android.view.ViewDebug;
406 @ViewDebug.ExportedProperty(category = "layout")
412 @ViewDebug.ExportedProperty(category = "layout")
H A DCheckedTextView.java27 import android.view.ViewDebug;
82 @ViewDebug.ExportedProperty
H A DCompoundButton.java29 import android.view.ViewDebug;
103 @ViewDebug.ExportedProperty
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAdapterViewICS.java29 import android.view.ViewDebug;
67 @ViewDebug.ExportedProperty(category = "scrolling")
152 @ViewDebug.ExportedProperty(category = "list")
163 @ViewDebug.ExportedProperty(category = "list")
179 @ViewDebug.ExportedProperty(category = "list")
550 @ViewDebug.CapturedViewProperty
559 @ViewDebug.CapturedViewProperty
589 @ViewDebug.CapturedViewProperty
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuView.java24 import android.view.ViewDebug;
584 @ViewDebug.ExportedProperty(category = "layout")
586 @ViewDebug.ExportedProperty(category = "layout")
588 @ViewDebug.ExportedProperty(category = "layout")
590 @ViewDebug.ExportedProperty(category = "layout")
592 @ViewDebug.ExportedProperty(category = "layout")
H A DIconMenuItemView.java29 import android.view.ViewDebug;
206 @ViewDebug.CapturedViewProperty(retrieveReturn = true)
H A DMenuItemImpl.java32 import android.view.ViewDebug;
197 @ViewDebug.CapturedViewProperty
331 @ViewDebug.CapturedViewProperty
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuView.java27 import android.view.ViewDebug;
581 @ViewDebug.ExportedProperty()
584 @ViewDebug.ExportedProperty()
587 @ViewDebug.ExportedProperty()
590 @ViewDebug.ExportedProperty()
593 @ViewDebug.ExportedProperty()
H A DMenuItemImpl.java32 import android.view.ViewDebug;
207 @ViewDebug.CapturedViewProperty
356 @ViewDebug.CapturedViewProperty
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipper.java26 import android.view.ViewDebug;
249 @ViewDebug.ExportedProperty(category = "layout")
252 @ViewDebug.ExportedProperty(category = "layout")
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java39 import android.view.ViewDebug;
58 @ViewDebug.ExportedProperty(category = "drawing")
60 @ViewDebug.ExportedProperty(category = "drawing")
/frameworks/base/core/java/android/webkit/
H A DWebView.java41 import android.view.ViewDebug;
251 ViewGroup.OnHierarchyChangeListener, ViewDebug.HierarchyHandler {
1123 @ViewDebug.ExportedProperty(category = "webview")
1227 @ViewDebug.ExportedProperty(category = "webview")
1242 @ViewDebug.ExportedProperty(category = "webview")
1254 @ViewDebug.ExportedProperty(category = "webview")
1297 @ViewDebug.ExportedProperty(category = "webview")
1309 @ViewDebug.ExportedProperty(category = "webview")
1859 * See {@link ViewDebug.HierarchyHandler#dumpViewHierarchyWithProperties(BufferedWriter, int)}
1868 * See {@link ViewDebug
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DSizeAdaptiveLayout.java37 import android.view.ViewDebug;
315 @ViewDebug.ExportedProperty(category = "layout")
321 @ViewDebug.ExportedProperty(category = "layout")
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java31 import android.view.ViewDebug;
44 @ViewDebug.ExportedProperty private String mSlot;

Completed in 575 milliseconds

12