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.
1 parent 8740848 commit 2fc2a78Copy full SHA for 2fc2a78
article/Toast源码解析.md
@@ -194,8 +194,8 @@ TN类继承自ITransientNotification.Stub,ITransientNotification.aidl,用于
194
}
195
196
/**
197
- * 显示Toast
198
- */
+ * 显示Toast
+ */
199
public void handleShow() {
200
if (localLOGV) Log.v(TAG, "HANDLE SHOW: " + this + " mView=" + mView
201
+ " mNextView=" + mNextView);
@@ -254,8 +254,8 @@ TN类继承自ITransientNotification.Stub,ITransientNotification.aidl,用于
254
255
256
257
- * WindowManager调用removeView方法来将Toast视图移除
258
+ * WindowManager调用removeView方法来将Toast视图移除
259
public void handleHide() {
260
if (localLOGV) Log.v(TAG, "HANDLE HIDE: " + this + " mView=" + mView);
261
if (mView != null) {
0 commit comments