Commit Graph

5 Commits

Author SHA1 Message Date
Sasha Smundak
89414e1ed5 Convert tests/**/Android.mk files to Android.bp, part II
See build/soong/README.md for more information.

Bug: 122332340
Test: treehugger
Change-Id: I886b6536a0ef1c8d21f15ec7ff9fdb9784d5b865
2019-03-12 09:37:32 -07:00
chaviw
b8de995291 Added demo for ActiviyView visibility
Allows user to control the ActivityView's visibility at runtime to test
the behavior.

Test: mmma tests/ActivityViewTest, install apk, and run app

Change-Id: Ia01ffa825c2a96a35760574a205c41196c9b1976
2019-01-17 09:41:28 -08:00
Mark Renouf
d8189a1259 Adds IME testing ability to ActivityViewTest
Test: mp /frameworks/base/tests/ActivityViewTest

Change-Id: Ic64ef2b148c48af5c9a4f0737b0446a2957b675e
2019-01-09 09:14:30 -05:00
Dan Sandler
787d064df5 Add the current platform easter egg to the picker
It turns out to be very useful when debugging ActivityView.

Test: this is the test
Change-Id: I97274f28be2e83dd92f9bcb4e87efb099cc0cedc
2019-01-02 16:37:38 +00:00
Andrii Kulian
962e43401a ActivityView demo app
Contains demos for
- Launching activities into an ActivityView
- Resizing ActivityView with activities inside
- Changing position of ActivityView on screen

This is a standalone APK and can be built with:
	mmma tests/ActivityViewTest

Test: Manual
Change-Id: I548a087ef42163b86be7607c5b1bfcf8119d54e5
2018-07-23 14:40:03 -07:00