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

/packages/apps/Calendar/src/com/android/calendar/
H A DMonthView.java556 boolean isLandscape = getResources().getConfiguration().orientation
578 drawBox(day, weekNum, row, column, canvas, p, r, isLandscape);
689 * @param isLandscape Is the current orientation landscape.
692 Rect r, boolean isLandscape) {
779 if (isLandscape) {
804 if (isLandscape) {
691 drawBox(int day, int weekNum, int row, int column, Canvas canvas, Paint p, Rect r, boolean isLandscape) argument

Completed in 6 milliseconds