diff options
| author | 2016-01-15 00:17:19 +0000 | |
|---|---|---|
| committer | 2016-01-15 00:17:19 +0000 | |
| commit | bbd0b324ba8e89bd51aad0a59b1a1c891383779f (patch) | |
| tree | 85bf60d30082c9378fe4eef3a26fc580bc5d424b | |
| parent | 2aebcddf02383c84a8a21279d32fd00376b8c25e (diff) | |
| parent | 1665a621da2d503d405fb784bd50b5a8596539a1 (diff) | |
LayoutLib: Fix device used comments in intensive tests
am: 1665a621da
* commit '1665a621da2d503d405fb784bd50b5a8596539a1':
LayoutLib: Fix device used comments in intensive tests
| -rw-r--r-- | tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/Main.java | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/Main.java b/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/Main.java index dea86bfb5a38..b1b375908dad 100644 --- a/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/Main.java +++ b/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/Main.java @@ -380,10 +380,11 @@ public class Main { } /** - * Create a new rendering session and test that rendering given layout on nexus 5 - * doesn't throw any exceptions and matches the provided image. - * <p/>If frameTimeNanos is >= 0 a frame will be executed during the rendering. The time - * indicates how far in the future is. + * Create a new rendering session and test that rendering the given layout doesn't throw any + * exceptions and matches the provided image. + * <p> + * If frameTimeNanos is >= 0 a frame will be executed during the rendering. The time indicates + * how far in the future is. */ private void renderAndVerify(SessionParams params, String goldenFileName, long frameTimeNanos) throws ClassNotFoundException { @@ -414,8 +415,8 @@ public class Main { } /** - * Create a new rendering session and test that rendering given layout on nexus 5 - * doesn't throw any exceptions and matches the provided image. + * Create a new rendering session and test that rendering the given layout doesn't throw any + * exceptions and matches the provided image. */ private void renderAndVerify(SessionParams params, String goldenFileName) throws ClassNotFoundException { @@ -423,7 +424,7 @@ public class Main { } /** - * Create a new rendering session and test that rendering given layout on nexus 5 + * Create a new rendering session and test that rendering the given layout on nexus 5 * doesn't throw any exceptions and matches the provided image. */ private void renderAndVerify(String layoutFileName, String goldenFileName) @@ -432,7 +433,7 @@ public class Main { } /** - * Create a new rendering session and test that rendering given layout on given device + * Create a new rendering session and test that rendering the given layout on given device * doesn't throw any exceptions and matches the provided image. */ private void renderAndVerify(String layoutFileName, String goldenFileName, |