Home
last modified time | relevance | path

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

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