Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DMultiUserSwitch.java52 private final int[] mTmpInt2 = new int[2]; field in MultiUserSwitch
126 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()
DStatusBar.java619 private final int[] mTmpInt2 = new int[2]; field in StatusBar
4986 where.getLocationInWindow(mTmpInt2); in wakeUpIfDozing()
4987 mWakeUpTouchLocation = new PointF(mTmpInt2[0] + where.getWidth() / 2, in wakeUpIfDozing()
4988 mTmpInt2[1] + where.getHeight() / 2); in wakeUpIfDozing()
/frameworks/base/services/core/java/com/android/server/policy/
DImmersiveModeConfirmation.java243 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());