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

/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java469 private int mMaxViewStartY; field in class:DayView
1043 + " ymax " + mMaxViewStartY);
1046 if (gotoY > mMaxViewStartY) {
1047 gotoY = mMaxViewStartY;
1090 if (viewStartY > mMaxViewStartY) {
1091 viewStartY = mMaxViewStartY;
1326 mMaxViewStartY = HOUR_GAP + 24 * (mCellHeight + HOUR_GAP) - mGridAreaHeight;
1329 Log.e(TAG, "mMaxViewStartY: " + mMaxViewStartY);
1331 if (mViewStartY > mMaxViewStartY) {
[all...]

Completed in 12 milliseconds