Searched refs:mTempPos (Results 1 – 3 of 3) sorted by relevance
181 private final int[] mTempPos = new int[2]; field in NavigationBarController.Impl323 inputFrame.getLocationInWindow(mTempPos); in updateTouchableInsets()324 mTempRect.set(mTempPos[0], mTempPos[1], in updateTouchableInsets()325 mTempPos[0] + inputFrame.getWidth(), in updateTouchableInsets()326 mTempPos[1] + inputFrame.getHeight()); in updateTouchableInsets()332 inputFrame.getLocationInWindow(mTempPos); in updateTouchableInsets()333 mTempRect.set(mTempPos[0], originalInsets.contentTopInsets, in updateTouchableInsets()334 mTempPos[0] + inputFrame.getWidth(), in updateTouchableInsets()335 mTempPos[1] + inputFrame.getHeight()); in updateTouchableInsets()341 inputFrame.getLocationInWindow(mTempPos); 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