Searched refs:mTempOutLocation (Results 1 – 1 of 1) sorted by relevance
80 private final int[] mTempOutLocation = new int[2]; field in TaskbarView564 getLocationOnScreen(mTempOutLocation); in isEventOverAnyItem()565 int xInOurCoordinates = (int) ev.getX() - mTempOutLocation[0]; in isEventOverAnyItem()566 int yInOurCoorindates = (int) ev.getY() - mTempOutLocation[1]; in isEventOverAnyItem()