Searched refs:sTempCords (Results 1 – 1 of 1) sorted by relevance
73 private static final int[] sTempCords = new int[2]; field in ButtonDropTarget320 sTempCords[0] = sTempCords[1] = 0; in getHitRectRelativeToDragLayer()321 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, sTempCords); in getHitRectRelativeToDragLayer()322 outRect.offsetTo(sTempCords[0], sTempCords[1]); in getHitRectRelativeToDragLayer()