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.java54 private final int[] mTmpInt2 = new int[2]; field in MultiUserSwitch
129 center.getLocationInWindow(mTmpInt2); in onClick()
130 mTmpInt2[0] += center.getWidth() / 2; in onClick()
131 mTmpInt2[1] += center.getHeight() / 2; in onClick()
135 mTmpInt2); in onClick()
DStatusBar.java539 private final int[] mTmpInt2 = new int[2]; field in StatusBar
4588 where.getLocationInWindow(mTmpInt2); in wakeUpIfDozing()
4589 mWakeUpTouchLocation = new PointF(mTmpInt2[0] + where.getWidth() / 2, in wakeUpIfDozing()
4590 mTmpInt2[1] + where.getHeight() / 2); in wakeUpIfDozing()
4919 mAmbientIndicationContainer.getLocationOnScreen(mTmpInt2); in onDoubleTap()
4920 float viewX = screenX - mTmpInt2[0]; in onDoubleTap()
4921 float viewY = screenY - mTmpInt2[1]; in onDoubleTap()
/frameworks/base/services/core/java/com/android/server/policy/
DImmersiveModeConfirmation.java249 private final int[] mTmpInt2 = new int[2];
255 mClingLayout.getLocationInWindow(mTmpInt2);
259 mTmpInt2[0],
260 mTmpInt2[1],
261 mTmpInt2[0] + mClingLayout.getWidth(),
262 mTmpInt2[1] + mClingLayout.getHeight());