• Home
  • History
  • Annotate
  • only in /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
History log of /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d15f04ef69a61722ea35de2e91923e44118e503b 07-Mar-2018 Seigo Nonaka <nona@google.com> Introduce new perf test for TextView with precomputed text

Here is an example of perf test result:

TextView new layout creation time:
PrecomputedText : 740,173
PrecomputedText_Selectable: 17,727,649
RandomText : 17,130,685

TextView onDraw time:
PrecomputedText : 1,471,075
PrecomputedText_Selectable: 31,971,393
RandomText : 17,667,572

TextView onMeasure time:
PrecomputedText : 177,669
PrecomputedText_Selectable: 17,773,204
RandomText : 6,296,358

TextView setText (w/o layout creation) time:
PrecomputedText : 91,858
PrecomputedText_Selectable: 152,665
RandomText : 11,130

Bug: 72998298
Test: ran perf test
Change-Id: I69af74ba743499bc444c441c1472fb19878c2eec
xceptionTextView.java
1d65c7666cbd72b8ea734bb66b352f9a09c37f89 10-Nov-2017 Evan Rosky <erosky@google.com> Fix more coretests in light of no-initial-focus

Fixes for several coretests in:
android.view
android.widget.focus
android.widget.layout.table
android.widget.listview.*
android.widget.touchmode

Bug: 67467972
Test: several
Change-Id: Ic7a4bcaee8f1d4b2c5568e94f5ab9259d8fa2c8c
LOfTwoFocusableInTouchMode.java
51efddbd3bb304de2dd47fa8cd1114ac555958bb 05-Apr-2017 Alan Viverette <alanv@google.com> Remove unnecessary casts on calls to findViewById

Just frameworks/ this time. More paths to come.

Bug: 24137209
Test: make -j32
Change-Id: Iff27abd26fa43296ac2fff8f534fc6742d2ae80c
LEditTextThenButton.java
LOfButtons1.java
f90177629a5b69ca3a80466c0ab55abfeb6d26b2 01-Aug-2015 Abodunrinwa Toki <toki@google.com> Turn off failing tests in FrameworksCoreTests.

We want a green state so we can confidence in tests we write
going forward.

Change-Id: I2c8db848897b56d0c64202ad28861eb4a7572e07
eightTest.java
1d3165f10b12165f02b7015ac1a817c5f60e6399 12-Jan-2010 Neal Nguyen <tommyn@google.com> Phase 2 of test file cleanup: relocating test files from FrameworkTest closer to their sources in core.

In addition to the file moves, the package names of the tests have been updated and adjusted to match their new locations.
aselineAlignmentCenterGravity.java
aselineAlignmentCenterGravityTest.java
aselineAlignmentSpinnerButton.java
aselineAlignmentZeroWidthAndWeight.java
aselineAlignmentZeroWidthAndWeightTest.java
aselineButtons.java
aselineButtonsTest.java
xceptionTextView.java
illInWrap.java
illInWrapTest.java
orizontalOrientationVerticalAlignment.java
LEditTextThenButton.java
LOfButtons1.java
LOfButtons2.java
LOfTwoFocusableInTouchMode.java
inearLayoutEditTexts.java
inearLayoutEditTextsTest.java
eight.java
eightSum.java
eightSumTest.java
eightTest.java