Lines Matching refs:loc
306 public float getLocationInDragLayer(View child, int[] loc) { in getLocationInDragLayer() argument
307 loc[0] = 0; in getLocationInDragLayer()
308 loc[1] = 0; in getLocationInDragLayer()
309 return getDescendantCoordRelativeToSelf(child, loc); in getLocationInDragLayer()
344 int[] loc = new int[2]; in getViewRectRelativeToSelf() local
345 getLocationInWindow(loc); in getViewRectRelativeToSelf()
346 int x = loc[0]; in getViewRectRelativeToSelf()
347 int y = loc[1]; in getViewRectRelativeToSelf()
349 v.getLocationInWindow(loc); in getViewRectRelativeToSelf()
350 int vX = loc[0]; in getViewRectRelativeToSelf()
351 int vY = loc[1]; in getViewRectRelativeToSelf()