Let parent View assume MotionEvents if child returns false
问题 I have a application that need event handling on a unusual way. For my question, let me first explain a simple case that the current event handling system of Android don't fits for me. Supposing that I have a FrameLayout (that I'll call ViewSwiper since now) that all Views added on it are MATCH_PARENT X MATCH_PARENT (that I'll call PageView), it's handles events by translating the actual View and replace it based on the direction of moving. This component I already have done and work properly