summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/view/GameView.java
Commit message (Collapse)AuthorAgeFilesLines
* Update ApiDemos to use new input source checkMichael Wright2013-03-111-2/+2
| | | | Change-Id: Iab20881dca49cfef66fa35396942cdb5045137aa
* Use new InputDevice.getVibrator() API.Jeff Brown2012-04-131-0/+27
| | | | | Bug: 6334179 Change-Id: I1e592fd1a58a8d0789548346aee1aff6ddb9d684
* Update samples to use new getMotionRanges() API.Jeff Brown2011-03-081-1/+1
| | | | Change-Id: I6b67b7cd1f739b5b52ac32745f52bf0a092480a0
* Add ViewPropertyAnimator for easy View animationsChet Haase2011-02-251-2/+2
| | | | | | | | A demo in ApiDemos conflicted with the new animate() API in View. The method was internal, so it was renamed to avoid the conflict. Change-Id: Id6dffc84fa0800677a0b67bee9c78f26da775d26
* Add a sample to demonstrate game controller usage.Jeff Brown2011-02-241-0/+747
Change-Id: I86a91916a39f3a211b06016b163f8d4a6d4a5a3b