Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java4505 private static final int MSG_LOCATION_IN_PARENT_DISPLAY_CHANGED = 33; field in ViewRootImpl
4567 case MSG_LOCATION_IN_PARENT_DISPLAY_CHANGED: in getMessageName()
4804 case MSG_LOCATION_IN_PARENT_DISPLAY_CHANGED: { in handleMessage()
8020 mHandler.obtainMessage(MSG_LOCATION_IN_PARENT_DISPLAY_CHANGED, offset.x, offset.y); in dispatchLocationInParentDisplayChanged()