Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioner.java409 int nY = (int) y; in notifyMoveLocked() local
410 if (!mTmpRect.contains(nX, nY)) { in notifyMoveLocked()
414 nY = Math.min(Math.max(nY, mTmpRect.top), mTmpRect.bottom); in notifyMoveLocked()
417 updateWindowDragBounds(nX, nY, mTmpRect); in notifyMoveLocked()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_IVCommon.h427 OMX_S32 nY; member