Searched defs:sTempPos (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DFocusIndicatorView.java35 private static final int[] sTempPos = new int[2]; field in class:FocusIndicatorView
158 v.getLocationInWindow(sTempPos);
159 pos[0] = sTempPos[0] + sTempShift[0];
160 pos[1] = sTempPos[1] + sTempShift[1];
167 child.getLocationInWindow(sTempPos);
168 shift[0] = parentView.getPaddingLeft() - sTempPos[0];

Completed in 48 milliseconds