Searched refs:goToTime (Results 1 - 4 of 4) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
H A D | AgendaWindowAdapter.java | 236 Time goToTime; field in class:AgendaWindowAdapter.QuerySpec 259 if (goToTime != null) { 260 long goToTimeMillis = goToTime.toMillis(false); 279 if (goToTime != null) { 280 if (goToTime.toMillis(false) != other.goToTime.toMillis(false)) { 284 if (other.goToTime != null) { 655 public void refresh(Time goToTime, long id, String searchQuery, boolean forced, argument 662 Log.e(TAG, this + ": refresh " + goToTime.toString() + " id " + id 668 int startDay = Time.getJulianDay(goToTime 830 queueQuery(int start, int end, Time goToTime, String searchQuery, int queryType, long id) argument [all...] |
H A D | AgendaListView.java | 212 long goToTime = getFirstVisibleTime(null); 213 if (goToTime <= 0) { 214 goToTime = System.currentTimeMillis(); 216 time.set(goToTime);
|
/packages/apps/Calendar/src/com/android/calendar/ |
H A D | DayFragment.java | 173 private void goTo(Time goToTime, boolean ignoreTime, boolean animateToday) { argument 176 mSelectedDay.set(goToTime); 183 int diff = currentView.compareToVisibleTimeRange(goToTime); 187 currentView.setSelected(goToTime, ignoreTime, animateToday); 203 next.setSelected(goToTime, ignoreTime, animateToday);
|
H A D | SearchActivity.java | 209 private void search(String searchQuery, Time goToTime) { argument 221 if (goToTime != null) { 222 searchEventInfo.startTime = goToTime;
|
Completed in 119 milliseconds