Lines Matching refs:mBitmapHeight
310 private int mBitmapHeight;
841 mBitmapHeight = HOUR_GAP + 24 * (mCellHeight + HOUR_GAP) + bottomSpace;
842 if ((mBitmap == null || mBitmap.getHeight() < mBitmapHeight) && width > 0 &&
843 mBitmapHeight > 0) {
847 mBitmap = Bitmap.createBitmap(width, mBitmapHeight, Bitmap.Config.RGB_565);
850 mMaxViewStartY = mBitmapHeight - mGridAreaHeight;
1260 if (mViewStartY > mBitmapHeight - mGridAreaHeight) {
1261 mViewStartY = mBitmapHeight - mGridAreaHeight;
1265 mViewStartY = mBitmapHeight - mGridAreaHeight;
1565 r.bottom = mBitmapHeight;
1802 r.bottom = mBitmapHeight;