Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DImmersiveModeConfirmation.java268 private final int[] mTmpInt2 = new int[2];
274 mClingLayout.getLocationInWindow(mTmpInt2);
278 mTmpInt2[0],
279 mTmpInt2[1],
280 mTmpInt2[0] + mClingLayout.getWidth(),
281 mTmpInt2[1] + mClingLayout.getHeight());
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java641 private final int[] mTmpInt2 = new int[2]; field in StatusBar
1497 where.getLocationInWindow(mTmpInt2); in wakeUpIfDozing()
1501 mWakeUpTouchLocation = new PointF(mTmpInt2[0] + where.getWidth() / 2, in wakeUpIfDozing()
1502 mTmpInt2[1] + where.getHeight() / 2); in wakeUpIfDozing()