HomeSort by relevance Sort by last modified time
    Searched refs:mTmpInt2 (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
MultiUserSwitch.java 54 private final int[] mTmpInt2 = new int[2];
129 center.getLocationInWindow(mTmpInt2);
130 mTmpInt2[0] += center.getWidth() / 2;
131 mTmpInt2[1] += center.getHeight() / 2;
135 mTmpInt2);
StatusBar.java 539 private final int[] mTmpInt2 = new int[2];
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
ImmersiveModeConfirmation.java 249 private final int[] mTmpInt2 = new int[2];
255 mClingLayout.getLocationInWindow(mTmpInt2);
259 mTmpInt2[0],
260 mTmpInt2[1],
261 mTmpInt2[0] + mClingLayout.getWidth(),
262 mTmpInt2[1] + mClingLayout.getHeight());

Completed in 220 milliseconds