Home
last modified time | relevance | path

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

/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java138 private int mBlockHeight; // Cache mSpec.mCellSpacing + mSpec.mCellHeight field in GridViewSpecial
223 mBlockHeight = mSpec.mCellSpacing + mSpec.mCellHeight; in onLayout()
224 mMaxScrollY = mSpec.mCellSpacing + (mRows * mBlockHeight) in onLayout()
291 int startRow = (mScrollY - mSpec.mCellSpacing) / mBlockHeight; in moveDataWindow()
293 / mBlockHeight + 1; in moveDataWindow()
508 int top = row * mBlockHeight; in getRectForPosition()
619 (mScrollY - mSpec.mCellSpacing) / mBlockHeight; in onKeyDown()
660 int startRow = (mScrollY - mSpec.mCellSpacing) / mBlockHeight; in paintDecoration()
662 / mBlockHeight + 1; in paintDecoration()
673 int yPos = mSpec.mCellSpacing + startRow * mBlockHeight; in paintDecoration()
[all …]