会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
3H
博客园
首页
新随笔
联系
订阅
管理
2015年12月7日
android 判断点击的位置是不是在指定的view上
摘要: private boolean inRangeOfView(View view, MotionEvent ev){int[] location = new int[2];view.getLocationOnScreen(location);int x = location[0];int y = lo...
阅读全文
posted @ 2015-12-07 19:15 3H
阅读(7938)
评论(0)
推荐(1)
公告