Searched refs:mTmpInt2 (Results 1 – 3 of 3) sorted by relevance
54 private final int[] mTmpInt2 = new int[2]; field in MultiUserSwitch129 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()
539 private final int[] mTmpInt2 = new int[2]; field in StatusBar4588 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()
249 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());