If you add an MotionEvent listener to your button you can ask for pressure from the MotionEvent.
Relevant docs:
http://developer.android.com/reference/android/view/View.OnTouchListener.html
http://developer.android.com/reference/android/view/MotionEvent.html#getPressure()