Searched defs:mHandledSwipeView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java187 private View mHandledSwipeView = null; field in class:FilterShowActivity
1436 mHandledSwipeView = view;
1446 if (mHandledSwipeView instanceof CategoryView) {
1447 direction = ((CategoryView) mHandledSwipeView).getOrientation();
1451 float distance = mHandledSwipeView.getHeight();
1454 mHandledSwipeView.setTranslationX(delta);
1455 distance = mHandledSwipeView.getWidth();
1457 mHandledSwipeView.setTranslationY(delta);
1461 mHandledSwipeView.setAlpha(1.f - transparency);
1466 mHandledSwipeView
[all...]

Completed in 102 milliseconds