Searched refs:CONTAINER_CALLBACK_VISIBILITY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java147 static final int CONTAINER_CALLBACK_VISIBILITY = FIRST_SUPERVISOR_STACK_MSG + 8; field in class:ActivityStackSupervisor
3576 case CONTAINER_CALLBACK_VISIBILITY: {
3885 mHandler.obtainMessage(CONTAINER_CALLBACK_VISIBILITY, visible ? 1 : 0,

Completed in 43 milliseconds