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

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

Completed in 24 milliseconds