Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DScrollBarView.java32 private int mGripHeight; field in ScrollBarView
51 mGripHeight = gripHeight; in ScrollBarView()
94 int y = (mBarHeight - mGripHeight) / 2; in render()
95 mScrollBarTexture.draw(canvas, mGripPosition, y, mGripWidth, mGripHeight); in render()