Searched defs:mTmpInt2 (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DMultiUserSwitch.java47 private final int[] mTmpInt2 = new int[2]; field in class:MultiUserSwitch
114 center.getLocationInWindow(mTmpInt2);
115 mTmpInt2[0] += center.getWidth() / 2;
116 mTmpInt2[1] += center.getHeight() / 2;
120 mTmpInt2);

Completed in 36 milliseconds