Searched refs:mTmpInt2 (Results 1 – 3 of 3) sorted by relevance
52 private final int[] mTmpInt2 = new int[2]; field in MultiUserSwitch126 center.getLocationInWindow(mTmpInt2); in onClick()127 mTmpInt2[0] += center.getWidth() / 2; in onClick()128 mTmpInt2[1] += center.getHeight() / 2; in onClick()132 mTmpInt2); in onClick()
619 private final int[] mTmpInt2 = new int[2]; field in StatusBar4986 where.getLocationInWindow(mTmpInt2); in wakeUpIfDozing()4987 mWakeUpTouchLocation = new PointF(mTmpInt2[0] + where.getWidth() / 2, in wakeUpIfDozing()4988 mTmpInt2[1] + where.getHeight() / 2); in wakeUpIfDozing()
243 private final int[] mTmpInt2 = new int[2];249 mClingLayout.getLocationInWindow(mTmpInt2);253 mTmpInt2[0],254 mTmpInt2[1],255 mTmpInt2[0] + mClingLayout.getWidth(),256 mTmpInt2[1] + mClingLayout.getHeight());