Searched refs:tmpArray (Results 1 – 1 of 1) sorted by relevance
176 int[] tmpArray = new int[2]; in getTouchableRegion() local177 topRow.getLocationOnScreen(tmpArray); in getTouchableRegion()178 int minX = tmpArray[0]; in getTouchableRegion()179 int maxX = tmpArray[0] + topRow.getWidth(); in getTouchableRegion()