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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DTwoFieldDatePickerDialog.java34 * @param positionInYear The week in year.
37 void onValueSet(int year, int positionInYear); argument
49 int positionInYear,
52 this(context, 0, callBack, year, positionInYear, minValue, maxValue);
66 int positionInYear,
81 mPicker.init(year, positionInYear, this);
111 public void onMonthOrWeekChanged(TwoFieldDatePicker view, int year, int positionInYear) { argument
112 mPicker.init(year, positionInYear, null);
46 TwoFieldDatePickerDialog(Context context, OnValueSetListener callBack, int year, int positionInYear, long minValue, long maxValue) argument
62 TwoFieldDatePickerDialog(Context context, int theme, OnValueSetListener callBack, int year, int positionInYear, long minValue, long maxValue) argument
H A DTwoFieldDatePicker.java48 * @param positionInYear The month or week in year.
50 void onMonthOrWeekChanged(TwoFieldDatePicker view, int year, int positionInYear); argument
64 int positionInYear = getPositionInYear();
67 positionInYear = newVal;
70 positionInYear = getMinPositionInYear(year);
73 positionInYear = getMaxPositionInYear(year);
82 setCurrentDate(year, positionInYear);
115 * @param positionInYear The initial month <strong>starting from zero</strong> or week in year.
119 public void init(int year, int positionInYear, argument
121 setCurrentDate(year, positionInYear);
126 isNewDate(int year, int positionInYear) argument
142 updateDate(int year, int positionInYear) argument
155 setCurrentDate(int year, int positionInYear) argument
[all...]
H A DInputDialogContainer.java255 public void onValueSet(int year, int positionInYear) { argument
258 setFieldDateTimeValue(mDialogType, year, positionInYear, MONTHDAY_DEFAULT,
263 HOUR_DEFAULT, MINUTE_DEFAULT, positionInYear, HTML_WEEK_FORMAT);

Completed in 41 milliseconds