Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java185 private View mHandledSwipeView = null; field in FilterShowActivity
1439 mHandledSwipeView = view; in setHandlesSwipeForView()
1449 if (mHandledSwipeView instanceof CategoryView) { in dispatchTouchEvent()
1450 direction = ((CategoryView) mHandledSwipeView).getOrientation(); in dispatchTouchEvent()
1454 float distance = mHandledSwipeView.getHeight(); in dispatchTouchEvent()
1457 mHandledSwipeView.setTranslationX(delta); in dispatchTouchEvent()
1458 distance = mHandledSwipeView.getWidth(); in dispatchTouchEvent()
1460 mHandledSwipeView.setTranslationY(delta); in dispatchTouchEvent()
1464 mHandledSwipeView.setAlpha(1.f - transparency); in dispatchTouchEvent()
1469 mHandledSwipeView.setTranslationX(0); in dispatchTouchEvent()
[all …]