Searched refs:mTmpInt2 (Results 1 – 3 of 3) sorted by relevance
53 private final int[] mTmpInt2 = new int[2]; field in MultiUserSwitch152 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()
524 private final int[] mTmpInt2 = new int[2]; field in StatusBar1189 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()
236 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());