Searched refs:mTempPos (Results 1 – 3 of 3) sorted by relevance
157 private final int[] mTempPos = new int[2]; field in NavigationBarController.Impl281 inputFrame.getLocationInWindow(mTempPos); in updateTouchableInsets()282 mTempRect.set(mTempPos[0], mTempPos[1], in updateTouchableInsets()283 mTempPos[0] + inputFrame.getWidth(), in updateTouchableInsets()284 mTempPos[1] + inputFrame.getHeight()); in updateTouchableInsets()290 inputFrame.getLocationInWindow(mTempPos); in updateTouchableInsets()292 mTempPos[0] + inputFrame.getWidth(), in updateTouchableInsets()293 mTempPos[1] + inputFrame.getHeight()); in updateTouchableInsets()299 inputFrame.getLocationInWindow(mTempPos); in updateTouchableInsets()301 mTempPos[0] + inputFrame.getWidth(), in updateTouchableInsets()[all …]
51 private final float[] mTempPos = new float[2]; field in GestureDescription156 strokeDescription.getPosForTime(time, mTempPos); in getPointsForTime()157 touchPoints[numPointsFound].mX = Math.round(mTempPos[0]); in getPointsForTime()158 touchPoints[numPointsFound].mY = Math.round(mTempPos[1]); in getPointsForTime()
182 Landroid/accessibilityservice/GestureDescription;->mTempPos:[F