HomeSort by relevance Sort by last modified time
    Searched refs:mScrollHeight (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/src/com/android/camera/ui/
GLListView.java 91 if (visibility == GLView.VISIBLE && mScrollHeight > getHeight()) {
177 int height = getHeight() * getHeight() / mScrollHeight;
178 int yoffset = mScrollY * getHeight() / mScrollHeight;
205 mScrollHeight = height;
240 mScrollable = mScrollHeight > (bottom - top);
257 position = Util.clamp(position, 0, mScrollHeight - height);
297 setScrollBarVisible(mScrollHeight > getHeight());
359 0, -(int) velocityY, 0, 0, 0, mScrollHeight - getHeight());
GLView.java 62 protected int mScrollHeight = 0;

Completed in 82 milliseconds