We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25d4bf8 + 52120fc commit 087c8fbCopy full SHA for 087c8fb
android/Android 性能优化工具.md
@@ -7,6 +7,8 @@
7
8
### Android Memory Profiler
9
10
+
11
+
12
内存计数中的类别如下所示:
13
14
- **Java**:从 Java 或 Kotlin 代码分配的对象内存。
android/事件分发机制.md
@@ -18,6 +18,6 @@
18
19
- Android事件分发是先传递到ViewGroup,再由ViewGroup传递到View的。
20
21
-- 在ViewGroup中可以通过onInterceptTouchEvent方法对事件传递进行拦截,onInterceptTouchEvent方法返回true代表不允许事件继续向子View传递,返回false代表不对事件进行拦截,默认返回false。
+- # 在ViewGroup中可以通过onInterceptTouchEvent方法对事件传递进行拦截,onInterceptTouchEvent方法返回true代表不允许事件继续向子View传递,返回false代表不对事件进行拦截,默认返回false。
22
23
- 子View中如果将传递的事件消费掉,ViewGroup中将无法接收到任何事件。
0 commit comments