Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java588 float[] localXY = { x, y }; in hitsPage() local
589 mapPointFromSelfToChild(page, localXY); in hitsPage()
590 return (localXY[0] >= 0 && localXY[0] < page.getWidth() in hitsPage()
591 && localXY[1] >= 0 && localXY[1] < page.getHeight()); in hitsPage()