Searched refs:mOwnerViewRawLocation (Results 1 – 2 of 2) sorted by relevance
99 private final int[] mOwnerViewRawLocation = new int[2]; field in ZoomButtonsController459 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()
91522 Landroid/widget/ZoomButtonsController;->mOwnerViewRawLocation:[I