History log of /frameworks/base/apct-tests/perftests/core/src/android/widget/TextViewAutoSizeLayoutPerfTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ab18567419d8bd8b2c1bcbad771ebcbfbdab2ae8 27-Feb-2017 Andrei Stingaceanu <stg@google.com> AutoSize TextView (part 11) - fix final APIs

* public attr "autoSizeText" becomes "autoSizeTextType"
(inlined with all other methods and naming)
* documentation for autoSizetextType "uniform" re-worked:
"The TextView scales text size both horizontally and
vertically to fit within the container"
* converted comments into Javadoc for
TextView#AUTO_SIZE_TEXT_TYPE_NONE and
TextView#AUTO_SIZE_TEXT_TYPE_UNIFORM
* better documented attr "autoSizePresetSizes" to specify
it is a resource array of dimensions
* various small fixes in comments

Bug: 35755149
Bug: 35763485
Bug: 35764658
Bug: 32221168
Test: run cts-dev -m CtsWidgetTestCases -t \
android.widget.cts.TextViewTest

Change-Id: I36afd399e005521b6e85922aa9e1e4418bb960e1
/frameworks/base/apct-tests/perftests/core/src/android/widget/TextViewAutoSizeLayoutPerfTest.java
0178c2392be34ce4812a76458233d50a76fd4ad6 25-Nov-2016 Andrei Stingaceanu <stg@google.com> AutoSize TextView (part 2) - benchmark number of sizes

Performance test for the number of sizes to choose from
when autosizing.

Tests for 5, 10, 50, 100, 300, 500, 1000, 10000 and
100000!!! different sizes.

Bug: 32740812
Bug: 32221168
Test: this is the test
Change-Id: I611bbf659e51d0236a2ddafb2e2498165cea07a0
/frameworks/base/apct-tests/perftests/core/src/android/widget/TextViewAutoSizeLayoutPerfTest.java