Searched refs:mInt2Cache (Results 1 – 1 of 1) sorted by relevance
43 private final int[] mInt2Cache = new int[2]; field in BrightnessMirrorController69 original.getLocationInWindow(mInt2Cache); in setLocation()73 int originalX = mInt2Cache[0] + original.getWidth() / 2; in setLocation()74 int originalY = mInt2Cache[1] + original.getHeight() / 2; in setLocation()77 mBrightnessMirror.getLocationInWindow(mInt2Cache); in setLocation()78 int mirrorX = mInt2Cache[0] + mBrightnessMirror.getWidth() / 2; in setLocation()79 int mirrorY = mInt2Cache[1] + mBrightnessMirror.getHeight() / 2; in setLocation()