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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DMultiUserSwitch.java50 private final int[] mTmpInt2 = new int[2]; field in class:MultiUserSwitch
124 center.getLocationInWindow(mTmpInt2);
125 mTmpInt2[0] += center.getWidth() / 2;
126 mTmpInt2[1] += center.getHeight() / 2;
130 mTmpInt2);

Completed in 67 milliseconds