History log of /frameworks/base/apct-tests/perftests/core/src/android/text/DynamicLayoutPerfTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5f6eda577d032d7419d9b1e3e53ca8745f46a04d 27-Sep-2017 Siyamed Sinir <siyamed@google.com> Refactor imports for text performance tests

Test: None
Change-Id: I6c60cd2d3c634750db12ab17236867f0660fd828
/frameworks/base/apct-tests/perftests/core/src/android/text/DynamicLayoutPerfTest.java
f5af4a344e086efa87740a0154cace064465fe54 31-Aug-2016 Keisuke Kuroyanagi <ksk@google.com> Always redraw text that protrude from line bounds.

With I63af3a6ecbf92, we create RenderNode lazily, but
blocks containing contents that protrude from line top or
bottom cannot be simply lazily redrawn after edit or
scroll.
With this CL, we check if the contents protrude from line
top or bottom by comparing the text bounds with relevant
font metrics values and we always redrawn such blocks after
edit or scroll.

Bug: 27889485
Change-Id: I666da5eeb39f780c341597f347bfcba21eb34295
/frameworks/base/apct-tests/perftests/core/src/android/text/DynamicLayoutPerfTest.java