Searched refs:mCurrentDay (Results 1 – 1 of 1) sorted by relevance
31 private int mCurrentDay = 0; // 0-99 field in DurationPicker61 mCurrentDay = newVal; in DurationPicker()109 return mCurrentDay; in getCurrentDay()116 mCurrentDay = currentDay; in setCurrentDay()169 int currentDay = mCurrentDay; in updateDayDisplay()205 return (((((mCurrentDay * 24l + mCurrentHour) * 60) + mCurrentMinute) * 60) + mCurrentSecond); in getDuration()