Lines Matching refs:loc
279 public void getLocationInDragLayer(View child, int[] loc) { in getLocationInDragLayer() argument
280 loc[0] = 0; in getLocationInDragLayer()
281 loc[1] = 0; in getLocationInDragLayer()
282 getDescendantCoordRelativeToSelf(child, loc); in getLocationInDragLayer()
315 int[] loc = new int[2]; in getViewRectRelativeToSelf() local
316 getLocationInWindow(loc); in getViewRectRelativeToSelf()
317 int x = loc[0]; in getViewRectRelativeToSelf()
318 int y = loc[1]; in getViewRectRelativeToSelf()
320 v.getLocationInWindow(loc); in getViewRectRelativeToSelf()
321 int vX = loc[0]; in getViewRectRelativeToSelf()
322 int vY = loc[1]; in getViewRectRelativeToSelf()