• Home
Name Date Size #Lines LOC

..--

res/03-May-2024-3,4391,800

src/03-May-2024-11,0515,865

tests/03-May-2024-14,6889,204

Android.mkD03-May-2024386 168

AndroidManifest.xmlD03-May-202446.5 KiB962807

READMED03-May-2024359 96

README

1FrameworkTestApplication should hold snippets of functionality that are
2helpful for testing the UI framework code, but not appropriate for
3sample code.  For instance, a layout contrived to exercise an edge case
4of scrolling behavior.
5
6InstrumentationTestCases should be added under tests and added to the
7list of tests in FrameworkInstrumentationTestRunner.
8
9