Searched refs:mTmpInt2 (Results 1 – 3 of 3) sorted by relevance
53 private final int[] mTmpInt2 = new int[2]; field in MultiUserSwitch151 center.getLocationInWindow(mTmpInt2); in onClick()152 mTmpInt2[0] += center.getWidth() / 2; in onClick()153 mTmpInt2[1] += center.getHeight() / 2; in onClick()157 mTmpInt2); in onClick()
506 private final int[] mTmpInt2 = new int[2]; field in StatusBar1118 where.getLocationInWindow(mTmpInt2); in wakeUpIfDozing()1119 mWakeUpTouchLocation = new PointF(mTmpInt2[0] + where.getWidth() / 2, in wakeUpIfDozing()1120 mTmpInt2[1] + where.getHeight() / 2); in wakeUpIfDozing()4063 mAmbientIndicationContainer.getLocationOnScreen(mTmpInt2); in onSlpiTap()4064 float viewX = screenX - mTmpInt2[0]; in onSlpiTap()4065 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());