Searched refs:mInt2Cache (Results 1 – 1 of 1) sorted by relevance
42 private final int[] mInt2Cache = new int[2]; field in BrightnessMirrorController89 original.getLocationInWindow(mInt2Cache); in setLocation()93 int originalX = mInt2Cache[0] + original.getWidth() / 2; in setLocation()94 int originalY = mInt2Cache[1] + original.getHeight() / 2; in setLocation()97 mBrightnessMirror.getLocationInWindow(mInt2Cache); in setLocation()98 int mirrorX = mInt2Cache[0] + mBrightnessMirror.getWidth() / 2; in setLocation()99 int mirrorY = mInt2Cache[1] + mBrightnessMirror.getHeight() / 2; in setLocation()