Searched defs:todayHeaderPosition (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
H A DNewCallLogAdapter.java63 @Nullable private Integer todayHeaderPosition; field in class:NewCallLogAdapter
95 todayHeaderPosition = null;
126 todayHeaderPosition = numItemsInToday > 0 ? 0 : null;
168 if (todayHeaderPosition != null && position > todayHeaderPosition) {
189 if (todayHeaderPosition != null && position == todayHeaderPosition) {
204 if (todayHeaderPosition != null) {
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
H A DNewVoicemailAdapter.java82 private int todayHeaderPosition = Integer.MAX_VALUE; field in class:NewVoicemailAdapter
140 todayHeaderPosition,
147 todayHeaderPosition = Integer.MAX_VALUE;
186 todayHeaderPosition = numItemsInToday > 0 ? alertOffSet : Integer.MAX_VALUE;
197 todayHeaderPosition,
370 if (todayHeaderPosition != Integer.MAX_VALUE && position > todayHeaderPosition) {
419 if (position == todayHeaderPosition) {
950 if (todayHeaderPosition != Integer.MAX_VALUE) {
976 if (todayHeaderPosition !
[all...]

Completed in 103 milliseconds