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 573 MotionEvent containerEvent = MotionEvent.obtain(event);
576 containerEvent.offsetLocation(mOwnerViewRawLocation[0] - targetViewRawX,
581 float containerX = containerEvent.getX();
582 float containerY = containerEvent.getY();
584 containerEvent.offsetLocation(-containerX, 0);
587 containerEvent.offsetLocation(0, -containerY);
589 boolean retValue = targetView.dispatchTouchEvent(containerEvent);
590 containerEvent.recycle();
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 

Completed in 459 milliseconds