Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DNearestTouchFrame.java48 private final int[] mTmpInt = new int[2]; field in NearestTouchFrame
64 view1.getLocationInWindow(mTmpInt);
65 int startingCoordView1 = mTmpInt[leftTopIndex] - mOffset[leftTopIndex];
66 view2.getLocationInWindow(mTmpInt);
67 int startingCoordView2 = mTmpInt[leftTopIndex] - mOffset[leftTopIndex];
168 child.getLocationInWindow(mTmpInt);
169 int left = mTmpInt[0] - mOffset[0];
170 int top = mTmpInt[1] - mOffset[1];
196 getLocationOnScreen(mTmpInt);
200 screenRegion.offset(mTmpInt[0], mTmpInt[1]);