File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,9 @@ TN类继承自ITransientNotification.Stub,ITransientNotification.aidl,用于
193
193
mHandler.post (mHide );
194
194
}
195
195
196
- //显示Toast
196
+ /**
197
+ * 显示Toast
198
+ */
197
199
public void handleShow() {
198
200
if (localLOGV ) Log.v (TAG , "HANDLE SHOW : " + this + " mView =" + mView
199
201
+ " mNextView =" + mNextView );
@@ -251,7 +253,9 @@ TN类继承自ITransientNotification.Stub,ITransientNotification.aidl,用于
251
253
accessibilityManager.sendAccessibilityEvent (event );
252
254
}
253
255
254
- /** WindowManager调用removeView方法来将Toast视图移除 */
256
+ /**
257
+ * WindowManager调用removeView方法来将Toast视图移除
258
+ */
255
259
public void handleHide() {
256
260
if (localLOGV ) Log.v (TAG , "HANDLE HIDE : " + this + " mView =" + mView );
257
261
if (mView != null ) {
You can’t perform that action at this time.
0 commit comments