Searched refs:debug (Results 26 - 47 of 47) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java228 final String debug = System.getenv("DEBUG_LAYOUT");
229 if (debug != null && !debug.equals("0") && !debug.equals("false")) {
237 if (debug.equalsIgnoreCase("throw")) {
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java217 public String debug(String output) { method in class:AbsoluteLayout.LayoutParams
H A DLinearLayout.java1871 public String debug(String output) { method in class:LinearLayout.LayoutParams
H A DRelativeLayout.java1300 public String debug(String output) { method in class:RelativeLayout.LayoutParams
H A DTextView.java6826 public void debug(int depth) { method in class:TextView
6827 super.debug(depth);
/frameworks/compile/libbcc/tests/debuginfo/
H A Dbuild_test_apk.sh238 run ant clean debug install
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java229 protected void debug(int depth) { method in class:StatusBarIconView
230 super.debug(depth);
H A DBaseStatusBar.java779 TextView debug = (TextView) row.findViewById(R.id.debug_info);
780 if (debug != null) {
781 debug.setVisibility(View.VISIBLE);
782 debug.setText("U " + entry.notification.getUserId());
/frameworks/base/tests/DumpRenderTree/assets/
H A Drun_layout_tests.py236 logging.debug(adb_output);
254 logging.debug(adb_output)
301 help="include debug-level logging")
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java158 mLog.debug("Find classes to include.");
298 mLog.debug("Found %1$d to keep, %2$d dependencies.",
560 public void visitSource(String source, String debug) { argument
H A DAsmGenerator.java302 mLog.debug("Transform %s%s%s%s", className,
H A DDelegateMethodAdapter2.java265 mLog.debug("Delegate: %1$s # %2$s %3$s", delegateClassName, mMethodName, desc);
H A DDependencyFinder.java501 public void visitSource(String source, String debug) { argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DAndroid.mk122 LOCAL_MODULE_TAGS := debug
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java70 public void run(List<String> testClasses, Bundle params, boolean debug) { argument
86 mDebug = debug;
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java78 static final String RENDER_DIRTY_REGIONS_PROPERTY = "debug.hwui.render_dirty_regions";
88 static final String DISABLE_VSYNC_PROPERTY = "debug.hwui.disable_vsync";
104 public static final String PROFILE_PROPERTY = "debug.hwui.profile";
118 static final String PROFILE_MAXFRAMES_PROPERTY = "debug.hwui.profile.maxframes";
121 * System property used to debug EGL configuration choice.
127 static final String PRINT_CONFIG_PROPERTY = "debug.hwui.print_config";
138 public static final String DEBUG_DIRTY_REGIONS_PROPERTY = "debug.hwui.show_dirty_regions";
150 "debug.hwui.show_layers_updates";
161 public static final String DEBUG_SHOW_OVERDRAW_PROPERTY = "debug.hwui.show_overdraw";
879 final String debug
[all...]
H A DWindowManager.java1572 public String debug(String output) { method in class:WindowManager.LayoutParams
1575 output = super.debug("");
H A DViewGroup.java4689 protected void debug(int depth) { method in class:ViewGroup
4690 super.debug(depth);
4706 child.debug(depth + 1);
5640 public String debug(String output) { method in class:ViewGroup.LayoutParams
H A DViewRootImpl.java1098 host.debug();
1111 host.debug();
1742 host.debug();
4039 public void debug() { method in class:ViewRootImpl
4040 mView.debug();
H A DView.java687 public static final String DEBUG_LAYOUT_PROPERTY = "debug.layout";
15362 public void debug() { method in class:View
15363 debug(0);
15375 protected void debug(int depth) { method in class:View
15417 output = mLayoutParams.debug(output);
/frameworks/base/core/java/com/android/internal/widget/
H A DSizeAdaptiveLayout.java401 public String debug(String output) { method in class:SizeAdaptiveLayout.LayoutParams
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1996 : (mNotificationPanel + " params=" + mNotificationPanel.getLayoutParams().debug(""))));
2047 mStatusBarView.debug();

Completed in 4517 milliseconds

12