• Home
  • History
  • Annotate
  • only in /frameworks/base/core/tests/coretests/src/android/widget/scroll/
History log of /frameworks/base/core/tests/coretests/src/android/widget/scroll/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
91d6a55367754bea602ab176ab251aadcf882001 27-Jul-2017 Evan Rosky <erosky@google.com> Fix ScrollView coretest

Due to another bug, adding new focusables dynamically does NOT
emit focusableViewAvailable. This caused the ScrollView to stay
focused despite having focusable children.
This caused one of the FOCUS_DOWN operations to be dedicated
towards sending focus from the scrollview itself. This change
sends focus to the first button before initiating all the DOWN
presses.

The change that caused this regression was allowing initial
focus to go to a zero-sized view (scrollview). This is NOT our
eventual desired behavior; however, since we allow zero-sized
views to be focusable, it didn't make sense to restrict it for
this one case.

Bug: 64096278
Test: testArrowScrollDownToBottomElementOnScreen
Change-Id: I8d6cc68a71bae630c02947aaf4dda15c27087422
crollViewButtonsAndLabelsTest.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
equestRectangleVisible.java
equestRectangleVisibleWithInternalScroll.java
crollViewButtonsAndLabels.java
7bee548aa64436f0bfe51cfb0b8e2d9367569464 05-Aug-2015 Abodunrinwa Toki <toki@google.com> Suppress flaky framework core tests.

Change-Id: I61f8f5ec7cd73cff1bebe5f606cb41681881d1de
rrowscroll/MultiPageTextWithPaddingTest.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
uttonAboveTallInternalSelectionViewTest.java
equestRectangleVisibleTest.java
crollViewButtonsAndLabelsTest.java
5435a06010fb50dd8b495df6b7f21f15d82a2c0a 07-Apr-2011 Mattias Petersson <mattias.petersson@sonyericsson.com> Scolling using arrow keys with padding

It was impossible to reach the end of a large test when scrolling down
using the arrowkeys when the ScrollView had padding. A common example
of this would be an AlertDialog with a text that is too long to fit on
the screen.

Change-Id: I55464290a0cdeabde83ccccc76fe8d015ae57a8d
rrowscroll/MultiPageTextWithPadding.java
rrowscroll/MultiPageTextWithPaddingTest.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.
uttonAboveTallInternalSelectionView.java
uttonAboveTallInternalSelectionViewTest.java
uttonsWithTallTextViewInBetween.java
equestRectangleVisible.java
equestRectangleVisibleTest.java
equestRectangleVisibleWithInternalScroll.java
equestRectangleVisibleWithInternalScrollTest.java
crollViewButtonsAndLabels.java
crollViewButtonsAndLabelsTest.java
hortButtons.java
allTextAboveButton.java
rrowscroll/ButtonsWithTallTextViewInBetweenTest.java
rrowscroll/ShortButtonsTest.java
rrowscroll/TallTextAboveButtonTest.java