History log of /development/samples/ApiDemos/src/com/example/android/apis/graphics/TouchPaint.java
Revision Date Author Comments
ce77ef5f1d8bb80cef81a23a5b714e2019ac3af1 19-Aug-2011 Jeff Brown <jeffbrown@google.com> Enhance the TouchPaint sample with stylus support.

Added basic stylus and hover support to the sample to illustrate
the usage of pressure, size, orientation, distance, tilt and tool type
information.

Change-Id: I1689adc38d5904870e005300b3317c44c214fc08
fc1ee063695ad11b2b6123f206b3befa8e830d75 30-Sep-2010 Jeff Brown <jeffbrown@google.com> Improve touch paint sample to use geometrical touch width.

Added multitouch support.
Fixed the trackball based drawing.

Change-Id: I15d9c5c4ac26a83f476f98c1f2ef3a5841e2ffbd
62e92d7a2a3fd2798901ec2e7c452ff0e4067163 20-May-2010 Christian Mehlmauer <FireFart@gmail.com> Cleaned up Samples by removing unsed imports and variables.
Changed deprecated Config.LOGD to Config.DEBUG
Removed unnecessary whitespaces

Change-Id: I01414dd83eb6f9a41e56762dd7fc00e7f1115039
52d4c30ca52320ec92d1d1ddc8db3f07f69c4f98 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
d4aee0c0caa00aa02d4c50ed28151591ac0456b5 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
5c11852110eeb03dc5a69111354b383f98d15336 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution