You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/javadoc/com/android/datetimepicker/date/MonthView.html

1398 lines
68 KiB

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_66) on Wed Jun 08 10:53:06 EDT 2016 -->
<title>MonthView</title>
<meta name="date" content="2016-06-08">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MonthView";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":6,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/android/datetimepicker/date/MonthAdapter.CalendarDay.html" title="class in com.android.datetimepicker.date"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/android/datetimepicker/date/MonthView.OnDayClickListener.html" title="interface in com.android.datetimepicker.date"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/android/datetimepicker/date/MonthView.html" target="_top">Frames</a></li>
<li><a href="MonthView.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.android.datetimepicker.date</div>
<h2 title="Class MonthView" class="title">Class MonthView</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>android.view.View</li>
<li>
<ul class="inheritance">
<li>com.android.datetimepicker.date.MonthView</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>android.graphics.drawable.Drawable.Callback, android.view.accessibility.AccessibilityEventSource, android.view.KeyEvent.Callback</dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../com/android/datetimepicker/date/SimpleMonthView.html" title="class in com.android.datetimepicker.date">SimpleMonthView</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="typeNameLabel">MonthView</span>
extends android.view.View</pre>
<div class="block">A calendar-like view displaying a specified month and the appropriate selectable day numbers
within the specified month.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.OnDayClickListener.html" title="interface in com.android.datetimepicker.date">MonthView.OnDayClickListener</a></span></code>
<div class="block">Handles callbacks when the user clicks on a time object.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.android.view.View">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;android.view.View</h3>
<code>android.view.View.AccessibilityDelegate, android.view.View.BaseSavedState, android.view.View.DragShadowBuilder, android.view.View.MeasureSpec, android.view.View.OnApplyWindowInsetsListener, android.view.View.OnAttachStateChangeListener, android.view.View.OnClickListener, android.view.View.OnContextClickListener, android.view.View.OnCreateContextMenuListener, android.view.View.OnDragListener, android.view.View.OnFocusChangeListener, android.view.View.OnGenericMotionListener, android.view.View.OnHoverListener, android.view.View.OnKeyListener, android.view.View.OnLayoutChangeListener, android.view.View.OnLongClickListener, android.view.View.OnScrollChangeListener, android.view.View.OnSystemUiVisibilityChangeListener, android.view.View.OnTouchListener</code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#DAY_SELECTED_CIRCLE_SIZE">DAY_SELECTED_CIRCLE_SIZE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#DAY_SEPARATOR_WIDTH">DAY_SEPARATOR_WIDTH</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#DEFAULT_FOCUS_MONTH">DEFAULT_FOCUS_MONTH</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#DEFAULT_HEIGHT">DEFAULT_HEIGHT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#DEFAULT_NUM_DAYS">DEFAULT_NUM_DAYS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#DEFAULT_NUM_ROWS">DEFAULT_NUM_ROWS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#DEFAULT_SELECTED_DAY">DEFAULT_SELECTED_DAY</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#DEFAULT_SHOW_WK_NUM">DEFAULT_SHOW_WK_NUM</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#DEFAULT_WEEK_START">DEFAULT_WEEK_START</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#MAX_NUM_ROWS">MAX_NUM_ROWS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mDayTextColor">mDayTextColor</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mFirstJulianDay">mFirstJulianDay</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mFirstMonth">mFirstMonth</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mHasToday">mHasToday</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#MIN_HEIGHT">MIN_HEIGHT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#MINI_DAY_NUMBER_TEXT_SIZE">MINI_DAY_NUMBER_TEXT_SIZE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mLastMonth">mLastMonth</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mMonth">mMonth</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected android.graphics.Paint</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mMonthDayLabelPaint">mMonthDayLabelPaint</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected android.graphics.Paint</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mMonthNumPaint">mMonthNumPaint</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mMonthTitleBGColor">mMonthTitleBGColor</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected android.graphics.Paint</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mMonthTitleBGPaint">mMonthTitleBGPaint</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mMonthTitleColor">mMonthTitleColor</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected android.graphics.Paint</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mMonthTitlePaint">mMonthTitlePaint</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mNumCells">mNumCells</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mNumDays">mNumDays</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#MONTH_DAY_LABEL_TEXT_SIZE">MONTH_DAY_LABEL_TEXT_SIZE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#MONTH_HEADER_SIZE">MONTH_HEADER_SIZE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#MONTH_LABEL_TEXT_SIZE">MONTH_LABEL_TEXT_SIZE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mPadding">mPadding</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mRowHeight">mRowHeight</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mScale">mScale</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected android.graphics.Paint</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mSelectedCirclePaint">mSelectedCirclePaint</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mSelectedDay">mSelectedDay</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mSelectedLeft">mSelectedLeft</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mSelectedRight">mSelectedRight</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mToday">mToday</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mTodayNumberColor">mTodayNumberColor</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mWeekStart">mWeekStart</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mWidth">mWidth</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#mYear">mYear</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#VIEW_PARAMS_FOCUS_MONTH">VIEW_PARAMS_FOCUS_MONTH</a></span></code>
<div class="block">Which month is currently in focus, as defined by <code>Time.month</code>
[0-11].</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#VIEW_PARAMS_HEIGHT">VIEW_PARAMS_HEIGHT</a></span></code>
<div class="block">This sets the height of this week in pixels</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#VIEW_PARAMS_MONTH">VIEW_PARAMS_MONTH</a></span></code>
<div class="block">This specifies the position (or weeks since the epoch) of this week,
calculated using <a href="../../../../com/android/datetimepicker/Utils.html#getWeeksSinceEpochFromJulianDay-int-int-"><code>Utils.getWeeksSinceEpochFromJulianDay(int, int)</code></a></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#VIEW_PARAMS_NUM_DAYS">VIEW_PARAMS_NUM_DAYS</a></span></code>
<div class="block">How many days to display at a time.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#VIEW_PARAMS_SELECTED_DAY">VIEW_PARAMS_SELECTED_DAY</a></span></code>
<div class="block">This sets one of the days in this view as selected <code>Time.SUNDAY</code>
through <code>Time.SATURDAY</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#VIEW_PARAMS_SHOW_WK_NUM">VIEW_PARAMS_SHOW_WK_NUM</a></span></code>
<div class="block">If this month should display week numbers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#VIEW_PARAMS_WEEK_START">VIEW_PARAMS_WEEK_START</a></span></code>
<div class="block">Which day the week should start on.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#VIEW_PARAMS_YEAR">VIEW_PARAMS_YEAR</a></span></code>
<div class="block">This specifies the position (or weeks since the epoch) of this week,
calculated using <a href="../../../../com/android/datetimepicker/Utils.html#getWeeksSinceEpochFromJulianDay-int-int-"><code>Utils.getWeeksSinceEpochFromJulianDay(int, int)</code></a></div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.view.View">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;android.view.View</h3>
<code>ACCESSIBILITY_LIVE_REGION_ASSERTIVE, ACCESSIBILITY_LIVE_REGION_NONE, ACCESSIBILITY_LIVE_REGION_POLITE, ALPHA, DRAWING_CACHE_QUALITY_AUTO, DRAWING_CACHE_QUALITY_HIGH, DRAWING_CACHE_QUALITY_LOW, EMPTY_STATE_SET, ENABLED_FOCUSED_SELECTED_STATE_SET, ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, ENABLED_FOCUSED_STATE_SET, ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET, ENABLED_SELECTED_STATE_SET, ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET, ENABLED_STATE_SET, ENABLED_WINDOW_FOCUSED_STATE_SET, FIND_VIEWS_WITH_CONTENT_DESCRIPTION, FIND_VIEWS_WITH_TEXT, FOCUS_BACKWARD, FOCUS_DOWN, FOCUS_FORWARD, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_UP, FOCUSABLES_ALL, FOCUSABLES_TOUCH_MODE, FOCUSED_SELECTED_STATE_SET, FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, FOCUSED_STATE_SET, FOCUSED_WINDOW_FOCUSED_STATE_SET, GONE, HAPTIC_FEEDBACK_ENABLED, IMPORTANT_FOR_ACCESSIBILITY_AUTO, IMPORTANT_FOR_ACCESSIBILITY_NO, IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS, IMPORTANT_FOR_ACCESSIBILITY_YES, INVISIBLE, KEEP_SCREEN_ON, LAYER_TYPE_HARDWARE, LAYER_TYPE_NONE, LAYER_TYPE_SOFTWARE, LAYOUT_DIRECTION_INHERIT, LAYOUT_DIRECTION_LOCALE, LAYOUT_DIRECTION_LTR, LAYOUT_DIRECTION_RTL, MEASURED_HEIGHT_STATE_SHIFT, MEASURED_SIZE_MASK, MEASURED_STATE_MASK, MEASURED_STATE_TOO_SMALL, NO_ID, OVER_SCROLL_ALWAYS, OVER_SCROLL_IF_CONTENT_SCROLLS, OVER_SCROLL_NEVER, PRESSED_ENABLED_FOCUSED_SELECTED_STATE_SET, PRESSED_ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_ENABLED_FOCUSED_STATE_SET, PRESSED_ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET, PRESSED_ENABLED_SELECTED_STATE_SET, PRESSED_ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_ENABLED_STATE_SET, PRESSED_ENABLED_WINDOW_FOCUSED_STATE_SET, PRESSED_FOCUSED_SELECTED_STATE_SET, PRESSED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_FOCUSED_STATE_SET, PRESSED_FOCUSED_WINDOW_FOCUSED_STATE_SET, PRESSED_SELECTED_STATE_SET, PRESSED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_STATE_SET, PRESSED_WINDOW_FOCUSED_STATE_SET, ROTATION, ROTATION_X, ROTATION_Y, SCALE_X, SCALE_Y, SCREEN_STATE_OFF, SCREEN_STATE_ON, SCROLL_AXIS_HORIZONTAL, SCROLL_AXIS_NONE, SCROLL_AXIS_VERTICAL, SCROLL_INDICATOR_BOTTOM, SCROLL_INDICATOR_END, SCROLL_INDICATOR_LEFT, SCROLL_INDICATOR_RIGHT, SCROLL_INDICATOR_START, SCROLL_INDICATOR_TOP, SCROLLBAR_POSITION_DEFAULT, SCROLLBAR_POSITION_LEFT, SCROLLBAR_POSITION_RIGHT, SCROLLBARS_INSIDE_INSET, SCROLLBARS_INSIDE_OVERLAY, SCROLLBARS_OUTSIDE_INSET, SCROLLBARS_OUTSIDE_OVERLAY, SELECTED_STATE_SET, SELECTED_WINDOW_FOCUSED_STATE_SET, SOUND_EFFECTS_ENABLED, STATUS_BAR_HIDDEN, STATUS_BAR_VISIBLE, SYSTEM_UI_FLAG_FULLSCREEN, SYSTEM_UI_FLAG_HIDE_NAVIGATION, SYSTEM_UI_FLAG_IMMERSIVE, SYSTEM_UI_FLAG_IMMERSIVE_STICKY, SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN, SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION, SYSTEM_UI_FLAG_LAYOUT_STABLE, SYSTEM_UI_FLAG_LIGHT_STATUS_BAR, SYSTEM_UI_FLAG_LOW_PROFILE, SYSTEM_UI_FLAG_VISIBLE, SYSTEM_UI_LAYOUT_FLAGS, TEXT_ALIGNMENT_CENTER, TEXT_ALIGNMENT_GRAVITY, TEXT_ALIGNMENT_INHERIT, TEXT_ALIGNMENT_TEXT_END, TEXT_ALIGNMENT_TEXT_START, TEXT_ALIGNMENT_VIEW_END, TEXT_ALIGNMENT_VIEW_START, TEXT_DIRECTION_ANY_RTL, TEXT_DIRECTION_FIRST_STRONG, TEXT_DIRECTION_FIRST_STRONG_LTR, TEXT_DIRECTION_FIRST_STRONG_RTL, TEXT_DIRECTION_INHERIT, TEXT_DIRECTION_LOCALE, TEXT_DIRECTION_LTR, TEXT_DIRECTION_RTL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, VIEW_LOG_TAG, VISIBLE, WINDOW_FOCUSED_STATE_SET, X, Y, Z</code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#MonthView-android.content.Context-">MonthView</a></span>(android.content.Context&nbsp;context)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#clearAccessibilityFocus--">clearAccessibilityFocus</a></span>()</code>
<div class="block">Clears accessibility focus within the view.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#dispatchHoverEvent-android.view.MotionEvent-">dispatchHoverEvent</a></span>(android.view.MotionEvent&nbsp;event)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>abstract void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#drawMonthDay-android.graphics.Canvas-int-int-int-int-int-int-int-int-int-">drawMonthDay</a></span>(android.graphics.Canvas&nbsp;canvas,
int&nbsp;year,
int&nbsp;month,
int&nbsp;day,
int&nbsp;x,
int&nbsp;y,
int&nbsp;startX,
int&nbsp;stopX,
int&nbsp;startY,
int&nbsp;stopY)</code>
<div class="block">This method should draw the month day.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#drawMonthNums-android.graphics.Canvas-">drawMonthNums</a></span>(android.graphics.Canvas&nbsp;canvas)</code>
<div class="block">Draws the week and month day numbers for this week.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../com/android/datetimepicker/date/MonthAdapter.CalendarDay.html" title="class in com.android.datetimepicker.date">MonthAdapter.CalendarDay</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#getAccessibilityFocus--">getAccessibilityFocus</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#getDayFromLocation-float-float-">getDayFromLocation</a></span>(float&nbsp;x,
float&nbsp;y)</code>
<div class="block">Calculates the day that the given x position is in, accounting for week
number.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#initView--">initView</a></span>()</code>
<div class="block">Sets up the text and style properties for painting.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#onDraw-android.graphics.Canvas-">onDraw</a></span>(android.graphics.Canvas&nbsp;canvas)</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#onMeasure-int-int-">onMeasure</a></span>(int&nbsp;widthMeasureSpec,
int&nbsp;heightMeasureSpec)</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#onSizeChanged-int-int-int-int-">onSizeChanged</a></span>(int&nbsp;w,
int&nbsp;h,
int&nbsp;oldw,
int&nbsp;oldh)</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#onTouchEvent-android.view.MotionEvent-">onTouchEvent</a></span>(android.view.MotionEvent&nbsp;event)</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#restoreAccessibilityFocus-com.android.datetimepicker.date.MonthAdapter.CalendarDay-">restoreAccessibilityFocus</a></span>(<a href="../../../../com/android/datetimepicker/date/MonthAdapter.CalendarDay.html" title="class in com.android.datetimepicker.date">MonthAdapter.CalendarDay</a>&nbsp;day)</code>
<div class="block">Attempts to restore accessibility focus to the specified date.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#reuse--">reuse</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#setAccessibilityDelegate-android.view.View.AccessibilityDelegate-">setAccessibilityDelegate</a></span>(android.view.View.AccessibilityDelegate&nbsp;delegate)</code>&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#setMonthParams-java.util.HashMap-">setMonthParams</a></span>(java.util.HashMap&lt;java.lang.String,java.lang.Integer&gt;&nbsp;params)</code>
<div class="block">Sets all the parameters for displaying this week.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/android/datetimepicker/date/MonthView.html#setOnDayClickListener-com.android.datetimepicker.date.MonthView.OnDayClickListener-">setOnDayClickListener</a></span>(<a href="../../../../com/android/datetimepicker/date/MonthView.OnDayClickListener.html" title="interface in com.android.datetimepicker.date">MonthView.OnDayClickListener</a>&nbsp;listener)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.view.View">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.view.View</h3>
<code>addChildrenForAccessibility, addFocusables, addFocusables, addOnAttachStateChangeListener, addOnLayoutChangeListener, addTouchables, animate, announceForAccessibility, awakenScrollBars, awakenScrollBars, awakenScrollBars, bringToFront, buildDrawingCache, buildDrawingCache, buildLayer, callOnClick, cancelLongPress, cancelPendingInputEvents, canResolveLayoutDirection, canResolveTextAlignment, canResolveTextDirection, canScrollHorizontally, canScrollVertically, checkInputConnectionProxy, clearAnimation, clearFocus, combineMeasuredStates, computeHorizontalScrollExtent, computeHorizontalScrollOffset, computeHorizontalScrollRange, computeScroll, computeSystemWindowInsets, computeVerticalScrollExtent, computeVerticalScrollOffset, computeVerticalScrollRange, createAccessibilityNodeInfo, createContextMenu, destroyDrawingCache, dispatchApplyWindowInsets, dispatchConfigurationChanged, dispatchDisplayHint, dispatchDragEvent, dispatchDraw, dispatchDrawableHotspotChanged, dispatchGenericFocusedEvent, dispatchGenericMotionEvent, dispatchGenericPointerEvent, dispatchKeyEvent, dispatchKeyEventPreIme, dispatchKeyShortcutEvent, dispatchNestedFling, dispatchNestedPreFling, dispatchNestedPrePerformAccessibilityAction, dispatchNestedPreScroll, dispatchNestedScroll, dispatchPopulateAccessibilityEvent, dispatchProvideStructure, dispatchRestoreInstanceState, dispatchSaveInstanceState, dispatchSetActivated, dispatchSetPressed, dispatchSetSelected, dispatchSystemUiVisibilityChanged, dispatchTouchEvent, dispatchTrackballEvent, dispatchUnhandledMove, dispatchVisibilityChanged, dispatchWindowFocusChanged, dispatchWindowSystemUiVisiblityChanged, dispatchWindowVisibilityChanged, draw, drawableHotspotChanged, drawableStateChanged, findFocus, findViewById, findViewsWithText, findViewWithTag, fitSystemWindows, focusSearch, forceLayout, generateViewId, getAccessibilityClassName, getAccessibilityLiveRegion, getAccessibilityNodeProvider, getAccessibilityTraversalAfter, getAccessibilityTraversalBefore, getAlpha, getAnimation, getApplicationWindowToken, getBackground, getBackgroundTintList, getBackgroundTintMode, getBaseline, getBottom, getBottomFadingEdgeStrength, getBottomPaddingOffset, getCameraDistance, getClipBounds, getClipBounds, getClipToOutline, getContentDescription, getContext, getContextMenuInfo, getDefaultSize, getDisplay, getDrawableState, getDrawingCache, getDrawingCache, getDrawingCacheBackgroundColor, getDrawingCacheQuality, getDrawingRect, getDrawingTime, getElevation, getFilterTouchesWhenObscured, getFitsSystemWindows, getFocusables, getFocusedRect, getForeground, getForegroundGravity, getForegroundTintList, getForegroundTintMode, getGlobalVisibleRect, getGlobalVisibleRect, getHandler, getHeight, getHitRect, getHorizontalFadingEdgeLength, getHorizontalScrollbarHeight, getId, getImportantForAccessibility, getKeepScreenOn, getKeyDispatcherState, getLabelFor, getLayerType, getLayoutDirection, getLayoutParams, getLeft, getLeftFadingEdgeStrength, getLeftPaddingOffset, getLocalVisibleRect, getLocationInWindow, getLocationOnScreen, getMatrix, getMeasuredHeight, getMeasuredHeightAndState, getMeasuredState, getMeasuredWidth, getMeasuredWidthAndState, getMinimumHeight, getMinimumWidth, getNextFocusDownId, getNextFocusForwardId, getNextFocusLeftId, getNextFocusRightId, getNextFocusUpId, getOnFocusChangeListener, getOutlineProvider, getOverlay, getOverScrollMode, getPaddingBottom, getPaddingEnd, getPaddingLeft, getPaddingRight, getPaddingStart, getPaddingTop, getParent, getParentForAccessibility, getPivotX, getPivotY, getResources, getRight, getRightFadingEdgeStrength, getRightPaddingOffset, getRootView, getRootWindowInsets, getRotation, getRotationX, getRotationY, getScaleX, getScaleY, getScrollBarDefaultDelayBeforeFade, getScrollBarFadeDuration, getScrollBarSize, getScrollBarStyle, getScrollIndicators, getScrollX, getScrollY, getSolidColor, getStateListAnimator, getSuggestedMinimumHeight, getSuggestedMinimumWidth, getSystemUiVisibility, getTag, getTag, getTextAlignment, getTextDirection, getTop, getTopFadingEdgeStrength, getTopPaddingOffset, getTouchables, getTouchDelegate, getTransitionName, getTranslationX, getTranslationY, getTranslationZ, getVerticalFadingEdgeLength, getVerticalScrollbarPosition, getVerticalScrollbarWidth, getViewTreeObserver, getVisibility, getWidth, getWindowAttachCount, getWindowId, getWindowSystemUiVisibility, getWindowToken, getWindowVisibility, getWindowVisibleDisplayFrame, getX, getY, getZ, hasFocus, hasFocusable, hasNestedScrollingParent, hasOnClickListeners, hasOverlappingRendering, hasTransientState, hasWindowFocus, inflate, invalidate, invalidate, invalidate, invalidateDrawable, invalidateOutline, isAccessibilityFocused, isActivated, isAttachedToWindow, isClickable, isContextClickable, isDirty, isDrawingCacheEnabled, isDuplicateParentStateEnabled, isEnabled, isFocusable, isFocusableInTouchMode, isFocused, isHapticFeedbackEnabled, isHardwareAccelerated, isHorizontalFadingEdgeEnabled, isHorizontalScrollBarEnabled, isHovered, isImportantForAccessibility, isInEditMode, isInLayout, isInTouchMode, isLaidOut, isLayoutDirectionResolved, isLayoutRequested, isLongClickable, isNestedScrollingEnabled, isOpaque, isPaddingOffsetRequired, isPaddingRelative, isPressed, isSaveEnabled, isSaveFromParentEnabled, isScrollbarFadingEnabled, isScrollContainer, isSelected, isShown, isSoundEffectsEnabled, isTextAlignmentResolved, isTextDirectionResolved, isVerticalFadingEdgeEnabled, isVerticalScrollBarEnabled, jumpDrawablesToCurrentState, layout, measure, mergeDrawableStates, offsetLeftAndRight, offsetTopAndBottom, onAnimationEnd, onAnimationStart, onApplyWindowInsets, onAttachedToWindow, onCancelPendingInputEvents, onCheckIsTextEditor, onConfigurationChanged, onCreateContextMenu, onCreateDrawableState, onCreateInputConnection, onDetachedFromWindow, onDisplayHint, onDragEvent, onDrawForeground, onDrawScrollBars, onFilterTouchEventForSecurity, onFinishInflate, onFinishTemporaryDetach, onFocusChanged, onGenericMotionEvent, onHoverChanged, onHoverEvent, onInitializeAccessibilityEvent, onInitializeAccessibilityNodeInfo, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyPreIme, onKeyShortcut, onKeyUp, onLayout, onOverScrolled, onPopulateAccessibilityEvent, onProvideStructure, onProvideVirtualStructure, onRestoreInstanceState, onRtlPropertiesChanged, onSaveInstanceState, onScreenStateChanged, onScrollChanged, onSetAlpha, onStartTemporaryDetach, onTrackballEvent, onVisibilityChanged, onWindowFocusChanged, onWindowSystemUiVisibilityChanged, onWindowVisibilityChanged, overScrollBy, performAccessibilityAction, performClick, performContextClick, performHapticFeedback, performHapticFeedback, performLongClick, playSoundEffect, post, postDelayed, postInvalidate, postInvalidate, postInvalidateDelayed, postInvalidateDelayed, postInvalidateOnAnimation, postInvalidateOnAnimation, postOnAnimation, postOnAnimationDelayed, refreshDrawableState, removeCallbacks, removeOnAttachStateChangeListener, removeOnLayoutChangeListener, requestApplyInsets, requestFitSystemWindows, requestFocus, requestFocus, requestFocus, requestFocusFromTouch, requestLayout, requestRectangleOnScreen, requestRectangleOnScreen, requestUnbufferedDispatch, resolveSize, resolveSizeAndState, restoreHierarchyState, saveHierarchyState, scheduleDrawable, scrollBy, scrollTo, sendAccessibilityEvent, sendAccessibilityEventUnchecked, setAccessibilityLiveRegion, setAccessibilityTraversalAfter, setAccessibilityTraversalBefore, setActivated, setAlpha, setAnimation, setBackground, setBackgroundColor, setBackgroundDrawable, setBackgroundResource, setBackgroundTintList, setBackgroundTintMode, setBottom, setCameraDistance, setClickable, setClipBounds, setClipToOutline, setContentDescription, setContextClickable, setDrawingCacheBackgroundColor, setDrawingCacheEnabled, setDrawingCacheQuality, setDuplicateParentStateEnabled, setElevation, setEnabled, setFadingEdgeLength, setFilterTouchesWhenObscured, setFitsSystemWindows, setFocusable, setFocusableInTouchMode, setForeground, setForegroundGravity, setForegroundTintList, setForegroundTintMode, setHapticFeedbackEnabled, setHasTransientState, setHorizontalFadingEdgeEnabled, setHorizontalScrollBarEnabled, setHovered, setId, setImportantForAccessibility, setKeepScreenOn, setLabelFor, setLayerPaint, setLayerType, setLayoutDirection, setLayoutParams, setLeft, setLongClickable, setMeasuredDimension, setMinimumHeight, setMinimumWidth, setNestedScrollingEnabled, setNextFocusDownId, setNextFocusForwardId, setNextFocusLeftId, setNextFocusRightId, setNextFocusUpId, setOnApplyWindowInsetsListener, setOnClickListener, setOnContextClickListener, setOnCreateContextMenuListener, setOnDragListener, setOnFocusChangeListener, setOnGenericMotionListener, setOnHoverListener, setOnKeyListener, setOnLongClickListener, setOnScrollChangeListener, setOnSystemUiVisibilityChangeListener, setOnTouchListener, setOutlineProvider, setOverScrollMode, setPadding, setPaddingRelative, setPivotX, setPivotY, setPressed, setRight, setRotation, setRotationX, setRotationY, setSaveEnabled, setSaveFromParentEnabled, setScaleX, setScaleY, setScrollBarDefaultDelayBeforeFade, setScrollBarFadeDuration, setScrollbarFadingEnabled, setScrollBarSize, setScrollBarStyle, setScrollContainer, setScrollIndicators, setScrollIndicators, setScrollX, setScrollY, setSelected, setSoundEffectsEnabled, setStateListAnimator, setSystemUiVisibility, setTag, setTag, setTextAlignment, setTextDirection, setTop, setTouchDelegate, setTransitionName, setTranslationX, setTranslationY, setTranslationZ, setVerticalFadingEdgeEnabled, setVerticalScrollBarEnabled, setVerticalScrollbarPosition, setVisibility, setWillNotCacheDrawing, setWillNotDraw, setX, setY, setZ, showContextMenu, startActionMode, startActionMode, startAnimation, startDrag, startNestedScroll, stopNestedScroll, toString, unscheduleDrawable, unscheduleDrawable, verifyDrawable, willNotCacheDrawing, willNotDraw</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="VIEW_PARAMS_HEIGHT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VIEW_PARAMS_HEIGHT</h4>
<pre>public static final&nbsp;java.lang.String VIEW_PARAMS_HEIGHT</pre>
<div class="block">This sets the height of this week in pixels</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.android.datetimepicker.date.MonthView.VIEW_PARAMS_HEIGHT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VIEW_PARAMS_MONTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VIEW_PARAMS_MONTH</h4>
<pre>public static final&nbsp;java.lang.String VIEW_PARAMS_MONTH</pre>
<div class="block">This specifies the position (or weeks since the epoch) of this week,
calculated using <a href="../../../../com/android/datetimepicker/Utils.html#getWeeksSinceEpochFromJulianDay-int-int-"><code>Utils.getWeeksSinceEpochFromJulianDay(int, int)</code></a></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.android.datetimepicker.date.MonthView.VIEW_PARAMS_MONTH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VIEW_PARAMS_YEAR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VIEW_PARAMS_YEAR</h4>
<pre>public static final&nbsp;java.lang.String VIEW_PARAMS_YEAR</pre>
<div class="block">This specifies the position (or weeks since the epoch) of this week,
calculated using <a href="../../../../com/android/datetimepicker/Utils.html#getWeeksSinceEpochFromJulianDay-int-int-"><code>Utils.getWeeksSinceEpochFromJulianDay(int, int)</code></a></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.android.datetimepicker.date.MonthView.VIEW_PARAMS_YEAR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VIEW_PARAMS_SELECTED_DAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VIEW_PARAMS_SELECTED_DAY</h4>
<pre>public static final&nbsp;java.lang.String VIEW_PARAMS_SELECTED_DAY</pre>
<div class="block">This sets one of the days in this view as selected <code>Time.SUNDAY</code>
through <code>Time.SATURDAY</code>.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.android.datetimepicker.date.MonthView.VIEW_PARAMS_SELECTED_DAY">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VIEW_PARAMS_WEEK_START">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VIEW_PARAMS_WEEK_START</h4>
<pre>public static final&nbsp;java.lang.String VIEW_PARAMS_WEEK_START</pre>
<div class="block">Which day the week should start on. <code>Time.SUNDAY</code> through
<code>Time.SATURDAY</code>.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.android.datetimepicker.date.MonthView.VIEW_PARAMS_WEEK_START">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VIEW_PARAMS_NUM_DAYS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VIEW_PARAMS_NUM_DAYS</h4>
<pre>public static final&nbsp;java.lang.String VIEW_PARAMS_NUM_DAYS</pre>
<div class="block">How many days to display at a time. Days will be displayed starting with
<a href="../../../../com/android/datetimepicker/date/MonthView.html#mWeekStart"><code>mWeekStart</code></a>.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.android.datetimepicker.date.MonthView.VIEW_PARAMS_NUM_DAYS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VIEW_PARAMS_FOCUS_MONTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VIEW_PARAMS_FOCUS_MONTH</h4>
<pre>public static final&nbsp;java.lang.String VIEW_PARAMS_FOCUS_MONTH</pre>
<div class="block">Which month is currently in focus, as defined by <code>Time.month</code>
[0-11].</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.android.datetimepicker.date.MonthView.VIEW_PARAMS_FOCUS_MONTH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VIEW_PARAMS_SHOW_WK_NUM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VIEW_PARAMS_SHOW_WK_NUM</h4>
<pre>public static final&nbsp;java.lang.String VIEW_PARAMS_SHOW_WK_NUM</pre>
<div class="block">If this month should display week numbers. false if 0, true otherwise.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.android.datetimepicker.date.MonthView.VIEW_PARAMS_SHOW_WK_NUM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_HEIGHT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_HEIGHT</h4>
<pre>protected static&nbsp;int DEFAULT_HEIGHT</pre>
</li>
</ul>
<a name="MIN_HEIGHT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MIN_HEIGHT</h4>
<pre>protected static&nbsp;int MIN_HEIGHT</pre>
</li>
</ul>
<a name="DEFAULT_SELECTED_DAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_SELECTED_DAY</h4>
<pre>protected static final&nbsp;int DEFAULT_SELECTED_DAY</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.android.datetimepicker.date.MonthView.DEFAULT_SELECTED_DAY">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_WEEK_START">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_WEEK_START</h4>
<pre>protected static final&nbsp;int DEFAULT_WEEK_START</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.android.datetimepicker.date.MonthView.DEFAULT_WEEK_START">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_NUM_DAYS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_NUM_DAYS</h4>
<pre>protected static final&nbsp;int DEFAULT_NUM_DAYS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.android.datetimepicker.date.MonthView.DEFAULT_NUM_DAYS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_SHOW_WK_NUM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_SHOW_WK_NUM</h4>
<pre>protected static final&nbsp;int DEFAULT_SHOW_WK_NUM</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.android.datetimepicker.date.MonthView.DEFAULT_SHOW_WK_NUM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_FOCUS_MONTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_FOCUS_MONTH</h4>
<pre>protected static final&nbsp;int DEFAULT_FOCUS_MONTH</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.android.datetimepicker.date.MonthView.DEFAULT_FOCUS_MONTH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_NUM_ROWS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_NUM_ROWS</h4>
<pre>protected static final&nbsp;int DEFAULT_NUM_ROWS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.android.datetimepicker.date.MonthView.DEFAULT_NUM_ROWS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="MAX_NUM_ROWS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAX_NUM_ROWS</h4>
<pre>protected static final&nbsp;int MAX_NUM_ROWS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.android.datetimepicker.date.MonthView.MAX_NUM_ROWS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DAY_SEPARATOR_WIDTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DAY_SEPARATOR_WIDTH</h4>
<pre>protected static&nbsp;int DAY_SEPARATOR_WIDTH</pre>
</li>
</ul>
<a name="MINI_DAY_NUMBER_TEXT_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MINI_DAY_NUMBER_TEXT_SIZE</h4>
<pre>protected static&nbsp;int MINI_DAY_NUMBER_TEXT_SIZE</pre>
</li>
</ul>
<a name="MONTH_LABEL_TEXT_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MONTH_LABEL_TEXT_SIZE</h4>
<pre>protected static&nbsp;int MONTH_LABEL_TEXT_SIZE</pre>
</li>
</ul>
<a name="MONTH_DAY_LABEL_TEXT_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MONTH_DAY_LABEL_TEXT_SIZE</h4>
<pre>protected static&nbsp;int MONTH_DAY_LABEL_TEXT_SIZE</pre>
</li>
</ul>
<a name="MONTH_HEADER_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MONTH_HEADER_SIZE</h4>
<pre>protected static&nbsp;int MONTH_HEADER_SIZE</pre>
</li>
</ul>
<a name="DAY_SELECTED_CIRCLE_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DAY_SELECTED_CIRCLE_SIZE</h4>
<pre>protected static&nbsp;int DAY_SELECTED_CIRCLE_SIZE</pre>
</li>
</ul>
<a name="mScale">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mScale</h4>
<pre>protected static&nbsp;float mScale</pre>
</li>
</ul>
<a name="mPadding">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mPadding</h4>
<pre>protected&nbsp;int mPadding</pre>
</li>
</ul>
<a name="mMonthNumPaint">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mMonthNumPaint</h4>
<pre>protected&nbsp;android.graphics.Paint mMonthNumPaint</pre>
</li>
</ul>
<a name="mMonthTitlePaint">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mMonthTitlePaint</h4>
<pre>protected&nbsp;android.graphics.Paint mMonthTitlePaint</pre>
</li>
</ul>
<a name="mMonthTitleBGPaint">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mMonthTitleBGPaint</h4>
<pre>protected&nbsp;android.graphics.Paint mMonthTitleBGPaint</pre>
</li>
</ul>
<a name="mSelectedCirclePaint">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mSelectedCirclePaint</h4>
<pre>protected&nbsp;android.graphics.Paint mSelectedCirclePaint</pre>
</li>
</ul>
<a name="mMonthDayLabelPaint">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mMonthDayLabelPaint</h4>
<pre>protected&nbsp;android.graphics.Paint mMonthDayLabelPaint</pre>
</li>
</ul>
<a name="mFirstJulianDay">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mFirstJulianDay</h4>
<pre>protected&nbsp;int mFirstJulianDay</pre>
</li>
</ul>
<a name="mFirstMonth">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mFirstMonth</h4>
<pre>protected&nbsp;int mFirstMonth</pre>
</li>
</ul>
<a name="mLastMonth">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mLastMonth</h4>
<pre>protected&nbsp;int mLastMonth</pre>
</li>
</ul>
<a name="mMonth">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mMonth</h4>
<pre>protected&nbsp;int mMonth</pre>
</li>
</ul>
<a name="mYear">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mYear</h4>
<pre>protected&nbsp;int mYear</pre>
</li>
</ul>
<a name="mWidth">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mWidth</h4>
<pre>protected&nbsp;int mWidth</pre>
</li>
</ul>
<a name="mRowHeight">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mRowHeight</h4>
<pre>protected&nbsp;int mRowHeight</pre>
</li>
</ul>
<a name="mHasToday">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mHasToday</h4>
<pre>protected&nbsp;boolean mHasToday</pre>
</li>
</ul>
<a name="mSelectedDay">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mSelectedDay</h4>
<pre>protected&nbsp;int mSelectedDay</pre>
</li>
</ul>
<a name="mToday">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mToday</h4>
<pre>protected&nbsp;int mToday</pre>
</li>
</ul>
<a name="mWeekStart">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mWeekStart</h4>
<pre>protected&nbsp;int mWeekStart</pre>
</li>
</ul>
<a name="mNumDays">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mNumDays</h4>
<pre>protected&nbsp;int mNumDays</pre>
</li>
</ul>
<a name="mNumCells">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mNumCells</h4>
<pre>protected&nbsp;int mNumCells</pre>
</li>
</ul>
<a name="mSelectedLeft">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mSelectedLeft</h4>
<pre>protected&nbsp;int mSelectedLeft</pre>
</li>
</ul>
<a name="mSelectedRight">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mSelectedRight</h4>
<pre>protected&nbsp;int mSelectedRight</pre>
</li>
</ul>
<a name="mDayTextColor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mDayTextColor</h4>
<pre>protected&nbsp;int mDayTextColor</pre>
</li>
</ul>
<a name="mTodayNumberColor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mTodayNumberColor</h4>
<pre>protected&nbsp;int mTodayNumberColor</pre>
</li>
</ul>
<a name="mMonthTitleColor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mMonthTitleColor</h4>
<pre>protected&nbsp;int mMonthTitleColor</pre>
</li>
</ul>
<a name="mMonthTitleBGColor">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>mMonthTitleBGColor</h4>
<pre>protected&nbsp;int mMonthTitleBGColor</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="MonthView-android.content.Context-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MonthView</h4>
<pre>public&nbsp;MonthView(android.content.Context&nbsp;context)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setAccessibilityDelegate-android.view.View.AccessibilityDelegate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAccessibilityDelegate</h4>
<pre>public&nbsp;void&nbsp;setAccessibilityDelegate(android.view.View.AccessibilityDelegate&nbsp;delegate)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>setAccessibilityDelegate</code>&nbsp;in class&nbsp;<code>android.view.View</code></dd>
</dl>
</li>
</ul>
<a name="setOnDayClickListener-com.android.datetimepicker.date.MonthView.OnDayClickListener-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOnDayClickListener</h4>
<pre>public&nbsp;void&nbsp;setOnDayClickListener(<a href="../../../../com/android/datetimepicker/date/MonthView.OnDayClickListener.html" title="interface in com.android.datetimepicker.date">MonthView.OnDayClickListener</a>&nbsp;listener)</pre>
</li>
</ul>
<a name="dispatchHoverEvent-android.view.MotionEvent-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dispatchHoverEvent</h4>
<pre>public&nbsp;boolean&nbsp;dispatchHoverEvent(android.view.MotionEvent&nbsp;event)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>dispatchHoverEvent</code>&nbsp;in class&nbsp;<code>android.view.View</code></dd>
</dl>
</li>
</ul>
<a name="onTouchEvent-android.view.MotionEvent-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onTouchEvent</h4>
<pre>public&nbsp;boolean&nbsp;onTouchEvent(android.view.MotionEvent&nbsp;event)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>onTouchEvent</code>&nbsp;in class&nbsp;<code>android.view.View</code></dd>
</dl>
</li>
</ul>
<a name="initView--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initView</h4>
<pre>protected&nbsp;void&nbsp;initView()</pre>
<div class="block">Sets up the text and style properties for painting. Override this if you
want to use a different paint.</div>
</li>
</ul>
<a name="onDraw-android.graphics.Canvas-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onDraw</h4>
<pre>protected&nbsp;void&nbsp;onDraw(android.graphics.Canvas&nbsp;canvas)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>onDraw</code>&nbsp;in class&nbsp;<code>android.view.View</code></dd>
</dl>
</li>
</ul>
<a name="setMonthParams-java.util.HashMap-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMonthParams</h4>
<pre>public&nbsp;void&nbsp;setMonthParams(java.util.HashMap&lt;java.lang.String,java.lang.Integer&gt;&nbsp;params)</pre>
<div class="block">Sets all the parameters for displaying this week. The only required
parameter is the week number. Other parameters have a default value and
will only update if a new value is included, except for focus month,
which will always default to no focus month if no value is passed in. See
<a href="../../../../com/android/datetimepicker/date/MonthView.html#VIEW_PARAMS_HEIGHT"><code>VIEW_PARAMS_HEIGHT</code></a> for more info on parameters.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>params</code> - A map of the new parameters, see
<a href="../../../../com/android/datetimepicker/date/MonthView.html#VIEW_PARAMS_HEIGHT"><code>VIEW_PARAMS_HEIGHT</code></a></dd>
</dl>
</li>
</ul>
<a name="reuse--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>reuse</h4>
<pre>public&nbsp;void&nbsp;reuse()</pre>
</li>
</ul>
<a name="onMeasure-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onMeasure</h4>
<pre>protected&nbsp;void&nbsp;onMeasure(int&nbsp;widthMeasureSpec,
int&nbsp;heightMeasureSpec)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>onMeasure</code>&nbsp;in class&nbsp;<code>android.view.View</code></dd>
</dl>
</li>
</ul>
<a name="onSizeChanged-int-int-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onSizeChanged</h4>
<pre>protected&nbsp;void&nbsp;onSizeChanged(int&nbsp;w,
int&nbsp;h,
int&nbsp;oldw,
int&nbsp;oldh)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>onSizeChanged</code>&nbsp;in class&nbsp;<code>android.view.View</code></dd>
</dl>
</li>
</ul>
<a name="drawMonthNums-android.graphics.Canvas-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>drawMonthNums</h4>
<pre>protected&nbsp;void&nbsp;drawMonthNums(android.graphics.Canvas&nbsp;canvas)</pre>
<div class="block">Draws the week and month day numbers for this week. Override this method
if you need different placement.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>canvas</code> - The canvas to draw on</dd>
</dl>
</li>
</ul>
<a name="drawMonthDay-android.graphics.Canvas-int-int-int-int-int-int-int-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>drawMonthDay</h4>
<pre>public abstract&nbsp;void&nbsp;drawMonthDay(android.graphics.Canvas&nbsp;canvas,
int&nbsp;year,
int&nbsp;month,
int&nbsp;day,
int&nbsp;x,
int&nbsp;y,
int&nbsp;startX,
int&nbsp;stopX,
int&nbsp;startY,
int&nbsp;stopY)</pre>
<div class="block">This method should draw the month day. Implemented by sub-classes to allow customization.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>canvas</code> - The canvas to draw on</dd>
<dd><code>year</code> - The year of this month day</dd>
<dd><code>month</code> - The month of this month day</dd>
<dd><code>day</code> - The day number of this month day</dd>
<dd><code>x</code> - The default x position to draw the day number</dd>
<dd><code>y</code> - The default y position to draw the day number</dd>
<dd><code>startX</code> - The left boundary of the day number rect</dd>
<dd><code>stopX</code> - The right boundary of the day number rect</dd>
<dd><code>startY</code> - The top boundary of the day number rect</dd>
<dd><code>stopY</code> - The bottom boundary of the day number rect</dd>
</dl>
</li>
</ul>
<a name="getDayFromLocation-float-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDayFromLocation</h4>
<pre>public&nbsp;int&nbsp;getDayFromLocation(float&nbsp;x,
float&nbsp;y)</pre>
<div class="block">Calculates the day that the given x position is in, accounting for week
number. Returns the day or -1 if the position wasn't in a day.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>x</code> - The x position of the touch event</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The day number, or -1 if the position wasn't in a day</dd>
</dl>
</li>
</ul>
<a name="getAccessibilityFocus--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAccessibilityFocus</h4>
<pre>public&nbsp;<a href="../../../../com/android/datetimepicker/date/MonthAdapter.CalendarDay.html" title="class in com.android.datetimepicker.date">MonthAdapter.CalendarDay</a>&nbsp;getAccessibilityFocus()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The date that has accessibility focus, or <code>null</code> if no date
has focus</dd>
</dl>
</li>
</ul>
<a name="clearAccessibilityFocus--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clearAccessibilityFocus</h4>
<pre>public&nbsp;void&nbsp;clearAccessibilityFocus()</pre>
<div class="block">Clears accessibility focus within the view. No-op if the view does not
contain accessibility focus.</div>
</li>
</ul>
<a name="restoreAccessibilityFocus-com.android.datetimepicker.date.MonthAdapter.CalendarDay-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>restoreAccessibilityFocus</h4>
<pre>public&nbsp;boolean&nbsp;restoreAccessibilityFocus(<a href="../../../../com/android/datetimepicker/date/MonthAdapter.CalendarDay.html" title="class in com.android.datetimepicker.date">MonthAdapter.CalendarDay</a>&nbsp;day)</pre>
<div class="block">Attempts to restore accessibility focus to the specified date.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>day</code> - The date which should receive focus</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>false</code> if the date is not valid for this month view, or
<code>true</code> if the date received focus</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/android/datetimepicker/date/MonthAdapter.CalendarDay.html" title="class in com.android.datetimepicker.date"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/android/datetimepicker/date/MonthView.OnDayClickListener.html" title="interface in com.android.datetimepicker.date"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/android/datetimepicker/date/MonthView.html" target="_top">Frames</a></li>
<li><a href="MonthView.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>