Home | History | Annotate | Download | only in style

Lines Matching defs:ARG_WEEKDAY

118      * The argument {@link #ARG_WEEKDAY} is optional if {@link #ARG_DAY} is set.
319 public static final String ARG_WEEKDAY = "android.arg.weekday";
1142 * possibly sets the {@link #ARG_WEEKDAY}, {@link #ARG_DAY},
1166 * Sets the {@link #ARG_WEEKDAY} argument.
1168 * {@link #ARG_WEEKDAY}.
1170 * @see {@link #ARG_WEEKDAY}
1173 return setIntArgument(TtsSpan.ARG_WEEKDAY, weekday);