Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioner.java461 int nX = (int) x; in notifyMoveLocked() local
463 if (!mTmpRect.contains(nX, nY)) { in notifyMoveLocked()
466 nX = Math.min(Math.max(nX, mTmpRect.left), mTmpRect.right); in notifyMoveLocked()
470 updateWindowDragBounds(nX, nY, mTmpRect); in notifyMoveLocked()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_IVCommon.h426 OMX_S32 nX; member