[android-developers] MotionEvent.getEdgeFlags() never reports non-zero value

2011-03-22 Thread Paul
Looking over older posts, I found this: http://groups.google.com/group/android-developers/browse_thread/thread/a55db4c49b12248d So it's 2011 now, and I am using the emulator and a Galaxy Tab both running 2.2, and I can't for the life of me get the MotionEvent's passed from a simple full-screen

Re: [android-developers] MotionEvent.getEdgeFlags() never reports non-zero value

2011-03-22 Thread Dianne Hackborn
Why do you want this? It is used for some subtle event dispatching in the view hierarchy to better select target views when touching near the edge of the screen. I strongly recommend you not rely on it yourself. On Tue, Mar 22, 2011 at 5:59 AM, Paul pmmen...@gmail.com wrote: Looking over