Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DZoomButtonsController.java99 private final int[] mOwnerViewRawLocation = new int[2]; field in ZoomButtonsController
459 mOwnerView.getLocationOnScreen(mOwnerViewRawLocation); in refreshPositioningVariables()
460 mContainerRawLocation[0] = mOwnerViewRawLocation[0]; in refreshPositioningVariables()
461 mContainerRawLocation[1] = mOwnerViewRawLocation[1] + containerOwnerYOffset; in refreshPositioningVariables()
579 containerEvent.offsetLocation(mOwnerViewRawLocation[0] - targetViewRawX, in onTouch()
580 mOwnerViewRawLocation[1] - targetViewRawY); in onTouch()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt91522 Landroid/widget/ZoomButtonsController;->mOwnerViewRawLocation:[I