Searched refs:mOwnerViewRawLocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java99 private final int[] mOwnerViewRawLocation = new int[2]; field in class:ZoomButtonsController
459 mOwnerView.getLocationOnScreen(mOwnerViewRawLocation);
460 mContainerRawLocation[0] = mOwnerViewRawLocation[0];
461 mContainerRawLocation[1] = mOwnerViewRawLocation[1] + containerOwnerYOffset;
579 containerEvent.offsetLocation(mOwnerViewRawLocation[0] - targetViewRawX,
580 mOwnerViewRawLocation[1] - targetViewRawY);

Completed in 164 milliseconds