Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java393 private static final int MSG_DISABLE_POINTER_LOCATION = 5; field in DisplayPolicy
423 case MSG_DISABLE_POINTER_LOCATION: in handleMessage()
3723 ? MSG_ENABLE_POINTER_LOCATION : MSG_DISABLE_POINTER_LOCATION); in setPointerLocationEnabled()