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

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

Completed in 55 milliseconds