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