Home | History | Annotate | Download | only in style

Lines Matching defs:ARG_MONTH

116      * arguments {@link #ARG_MONTH} and {@link #ARG_YEAR} has to be provided.
117 * The argument {@link #ARG_DAY} is optional if {@link #ARG_MONTH} is set.
345 public static final String ARG_MONTH = "android.arg.month";
1153 * {@link #ARG_MONTH} and {@link #ARG_YEAR} arguments. Pass null to any
1197 * Sets the {@link #ARG_MONTH} argument.
1198 * @param month The value to be set for month. See {@link #ARG_MONTH}.
1200 * @see #ARG_MONTH
1203 return setIntArgument(TtsSpan.ARG_MONTH, month);