HomeSort by relevance Sort by last modified time
    Searched refs:containerEvent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 576 MotionEvent containerEvent = MotionEvent.obtain(event);
579 containerEvent.offsetLocation(mOwnerViewRawLocation[0] - targetViewRawX,
584 float containerX = containerEvent.getX();
585 float containerY = containerEvent.getY();
587 containerEvent.offsetLocation(-containerX, 0);
590 containerEvent.offsetLocation(0, -containerY);
592 boolean retValue = targetView.dispatchTouchEvent(containerEvent);
593 containerEvent.recycle();
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 

Completed in 69 milliseconds