Searched refs:mTempLoc (Results 1 – 2 of 2) sorted by relevance
46 private int[] mTempLoc = new int[2]; field in Explode59 view.getLocationOnScreen(mTempLoc); in captureValues()60 int left = mTempLoc[0]; in captureValues()61 int top = mTempLoc[1]; in captureValues()88 calculateOut(sceneRoot, bounds, mTempLoc); in onAppear()89 float startX = endX + mTempLoc[0]; in onAppear()90 float startY = endY + mTempLoc[1]; in onAppear()117 calculateOut(sceneRoot, bounds, mTempLoc); in onDisappear()118 endX += mTempLoc[0]; in onDisappear()119 endY += mTempLoc[1]; in onDisappear()[all …]
218 int[] mTempLoc = new int[2]; field in BubbleStackView1458 mTempLoc = view.getLocationOnScreen(); in isIntersecting()1459 mTempRect.set(mTempLoc[0], mTempLoc[1], mTempLoc[0] + view.getWidth(), in isIntersecting()1460 mTempLoc[1] + view.getHeight()); in isIntersecting()