Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DEdgeView.java104 int fullLength = ((direction & 1) == 0) ? getWidth() : getHeight(); in onPull() local
105 mEffect[direction].onPull((float)offset / fullLength); in onPull()