Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DMultiUserSwitch.java53 private final int[] mTmpInt2 = new int[2]; field in MultiUserSwitch
152 center.getLocationInWindow(mTmpInt2); in onClick()
153 mTmpInt2[0] += center.getWidth() / 2; in onClick()
154 mTmpInt2[1] += center.getHeight() / 2; in onClick()
158 mTmpInt2); in onClick()
DStatusBar.java524 private final int[] mTmpInt2 = new int[2]; field in StatusBar
1189 where.getLocationInWindow(mTmpInt2); in wakeUpIfDozing()
1190 mWakeUpTouchLocation = new PointF(mTmpInt2[0] + where.getWidth() / 2, in wakeUpIfDozing()
1191 mTmpInt2[1] + where.getHeight() / 2); in wakeUpIfDozing()
4220 mAmbientIndicationContainer.getLocationOnScreen(mTmpInt2); in onSlpiTap()
4221 float viewX = screenX - mTmpInt2[0]; in onSlpiTap()
4222 float viewY = screenY - mTmpInt2[1]; in onSlpiTap()
/frameworks/base/services/core/java/com/android/server/wm/
DImmersiveModeConfirmation.java236 private final int[] mTmpInt2 = new int[2];
242 mClingLayout.getLocationInWindow(mTmpInt2);
246 mTmpInt2[0],
247 mTmpInt2[1],
248 mTmpInt2[0] + mClingLayout.getWidth(),
249 mTmpInt2[1] + mClingLayout.getHeight());