Searched refs:mTmpInt2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DMultiUserSwitch.java54 private final int[] mTmpInt2 = new int[2]; field in class:MultiUserSwitch
129 center.getLocationInWindow(mTmpInt2);
130 mTmpInt2[0] += center.getWidth() / 2;
131 mTmpInt2[1] += center.getHeight() / 2;
135 mTmpInt2);
H A DStatusBar.java636 private final int[] mTmpInt2 = new int[2]; field in class:StatusBar
5370 where.getLocationInWindow(mTmpInt2);
5371 mWakeUpTouchLocation = new PointF(mTmpInt2[0] + where.getWidth() / 2,
5372 mTmpInt2[1] + where.getHeight() / 2);
5647 mAmbientIndicationContainer.getLocationOnScreen(mTmpInt2);
5648 float viewX = screenX - mTmpInt2[0];
5649 float viewY = screenY - mTmpInt2[1];
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java244 private final int[] mTmpInt2 = new int[2];
250 mClingLayout.getLocationInWindow(mTmpInt2);
254 mTmpInt2[0],
255 mTmpInt2[1],
256 mTmpInt2[0] + mClingLayout.getWidth(),
257 mTmpInt2[1] + mClingLayout.getHeight());

Completed in 1165 milliseconds