Home
last modified time | relevance | path

Searched refs:handleWindowVisibility (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityThread.java1378 handleWindowVisibility((IBinder)msg.obj, true); in handleMessage()
1383 handleWindowVisibility((IBinder)msg.obj, false); in handleMessage()
3583 private void handleWindowVisibility(IBinder token, boolean show) { in handleWindowVisibility() method in ActivityThread