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

/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java118 private final int[] mTouchTargetWindowLocation = new int[2]; field in class:ZoomButtonsController
573 int targetViewRawX = mContainerRawLocation[0] + mTouchTargetWindowLocation[0];
574 int targetViewRawY = mContainerRawLocation[1] + mTouchTargetWindowLocation[1];
604 view.getLocationInWindow(mTouchTargetWindowLocation);

Completed in 43 milliseconds