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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DScrollBarView.java34 private int mGripWidth; // zero if the grip is disabled field in class:ScrollBarView
49 mGripWidth = 0;
76 mGripWidth = 0;
82 // mContentTotal --> getWidth() - mGripWidth
84 mGripWidth = mGivenGripWidth;
85 float r = (getWidth() - mGripWidth) / (float) mContentTotal;
92 if (mGripWidth == 0) return;
95 mScrollBarTexture.draw(canvas, mGripPosition, y, mGripWidth, mGripHeight);

Completed in 48 milliseconds