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.java429 int nY = (int) y; in notifyMoveLocked() local
430 if (!mTmpRect.contains(nX, nY)) { in notifyMoveLocked()
434 nY = Math.min(Math.max(nY, mTmpRect.top), mTmpRect.bottom); in notifyMoveLocked()
437 updateWindowDragBounds(nX, nY, mTmpRect); in notifyMoveLocked()
/frameworks/native/include/media/openmax/
DOMX_IVCommon.h419 OMX_S32 nY; member