commit | e702c9cd6a2b9b1378f740a79b0e349a9b02660f | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Wed Oct 07 10:26:02 2015 -0700 |
committer | John Reck <jreck@google.com> | Wed Oct 07 12:57:20 2015 -0700 |
tree | de21bc5627f0af6f117a9b883b3c7c5ac9734171 | |
parent | b7dd29ec266085cc7353b7bf8c8f74f9db9a167b [diff] [blame] |
Shove the tests into a different file Also add descriptions because those are nice Change-Id: I2d0480acf17af2700c8b7fb7228203e16a068f6b
diff --git a/libs/hwui/tests/TestContext.h b/libs/hwui/tests/TestContext.h index 7b30fc1..2bbe5df 100644 --- a/libs/hwui/tests/TestContext.h +++ b/libs/hwui/tests/TestContext.h
@@ -32,6 +32,8 @@ extern DisplayInfo gDisplay; #define dp(x) ((x) * android::uirenderer::test::gDisplay.density) +DisplayInfo getBuiltInDisplay(); + class TestContext { public: TestContext();