Searched defs:mTmpInt2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DMultiUserSwitch.java52 private final int[] mTmpInt2 = new int[2]; field in class:MultiUserSwitch
126 center.getLocationInWindow(mTmpInt2);
127 mTmpInt2[0] += center.getWidth() / 2;
128 mTmpInt2[1] += center.getHeight() / 2;
132 mTmpInt2);
H A DStatusBar.java619 private final int[] mTmpInt2 = new int[2]; field in class:StatusBar
4986 where.getLocationInWindow(mTmpInt2);
4987 mWakeUpTouchLocation = new PointF(mTmpInt2[0] + where.getWidth() / 2,
4988 mTmpInt2[1] + where.getHeight() / 2);

Completed in 71 milliseconds