Searched refs:previousEntry (Results 1 – 2 of 2) sorted by relevance
252 NotificationEntry previousEntry = mHeadsUpStatusBarView.getShowingEntry(); in updateTopEntry() local254 if (newEntry != previousEntry) { in updateTopEntry()261 } else if (previousEntry == null) { in updateTopEntry()
154 const MotionEventEntry& previousEntry = motions[i-1]; in createMotionEventStream() local156 action = resolveAction(previousEntry.positions, entry.positions, nextEntry.positions); in createMotionEventStream()