Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是一个足够简单的问题:
在 Android 中,如果触摸事件不被传递给父视图,并且onTouchEvent()如果它们是.truefalse
onTouchEvent()
true
false
有没有办法从对象外部测试方法的返回值,看看是否会传递触摸?
没有检查代码,没有。该方法可能只会有条件地返回trueor false。也许它true仅在坐标(3,200)为时返回,或者它仅true在每个月的第二个星期四返回。没有简单、合理的方法来了解或测试。
(3,200)