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

  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewCallbacks.java 40 public boolean onInterceptMoveLeft(float origX, float origY);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 493 public boolean onInterceptMoveLeft(float origX, float origY) {
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 537 interceptLeft = listener.onInterceptMoveLeft(origX, origY);
    [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 536 interceptLeft = listener.onInterceptMoveLeft(origX, origY);
    [all...]

Completed in 31 milliseconds