Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLogger.java120 private static final int MSG_CHECK_VISIBILITY = 0; field in ActivityMetricsLogger
171 case MSG_CHECK_VISIBILITY: in handleMessage()
526 mHandler.obtainMessage(MSG_CHECK_VISIBILITY, args).sendToTarget(); in notifyVisibilityChanged()