Searched refs:mScreenLocation (Results 1 – 1 of 1) sorted by relevance
69 private int[] mScreenLocation = new int[2]; field in InvocationLightsView220 getLocationOnScreen(mScreenLocation); in onDraw()221 canvas.translate(-mScreenLocation[0], -mScreenLocation[1]); in onDraw()