Searched refs:sTempCords (Results 1 – 1 of 1) sorted by relevance
52 private static final int[] sTempCords = new int[2]; field in ButtonDropTarget279 sTempCords[0] = sTempCords[1] = 0; in getHitRectRelativeToDragLayer()280 mActivityContext.getDragLayer().getDescendantCoordRelativeToSelf(this, sTempCords); in getHitRectRelativeToDragLayer()281 outRect.offsetTo(sTempCords[0], sTempCords[1]); in getHitRectRelativeToDragLayer()