Home
last modified time | relevance | path

Searched refs:mTempPos (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DNavigationBarController.java157 private final int[] mTempPos = new int[2]; field in NavigationBarController.Impl
281 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 …]
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java51 private final float[] mTempPos = new float[2]; field in GestureDescription
156 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt182 Landroid/accessibilityservice/GestureDescription;->mTempPos:[F