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.java187 private View mHandledSwipeView = null; field in FilterShowActivity
1436 mHandledSwipeView = view; in setHandlesSwipeForView()
1446 if (mHandledSwipeView instanceof CategoryView) { in dispatchTouchEvent()
1447 direction = ((CategoryView) mHandledSwipeView).getOrientation(); in dispatchTouchEvent()
1451 float distance = mHandledSwipeView.getHeight(); in dispatchTouchEvent()
1454 mHandledSwipeView.setTranslationX(delta); in dispatchTouchEvent()
1455 distance = mHandledSwipeView.getWidth(); in dispatchTouchEvent()
1457 mHandledSwipeView.setTranslationY(delta); in dispatchTouchEvent()
1461 mHandledSwipeView.setAlpha(1.f - transparency); in dispatchTouchEvent()
1466 mHandledSwipeView.setTranslationX(0); in dispatchTouchEvent()
[all …]