Searched refs:mTmpInt2 (Results 1 – 2 of 2) sorted by relevance
268 private final int[] mTmpInt2 = new int[2];274 mClingLayout.getLocationInWindow(mTmpInt2);278 mTmpInt2[0],279 mTmpInt2[1],280 mTmpInt2[0] + mClingLayout.getWidth(),281 mTmpInt2[1] + mClingLayout.getHeight());
641 private final int[] mTmpInt2 = new int[2]; field in StatusBar1497 where.getLocationInWindow(mTmpInt2); in wakeUpIfDozing()1501 mWakeUpTouchLocation = new PointF(mTmpInt2[0] + where.getWidth() / 2, in wakeUpIfDozing()1502 mTmpInt2[1] + where.getHeight() / 2); in wakeUpIfDozing()