Searched defs:handleWindowVisibility (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityThread.java1632 handleWindowVisibility((IBinder)msg.obj, true);
1637 handleWindowVisibility((IBinder)msg.obj, false);
4187 private void handleWindowVisibility(IBinder token, boolean show) { method in class:ActivityThread
4191 Log.w(TAG, "handleWindowVisibility: no activity for token " + token);
4196 performStopActivityInner(r, null, show, false, "handleWindowVisibility");

Completed in 30 milliseconds