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

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

Completed in 66 milliseconds