Searched refs:previousEntry (Results 1 – 2 of 2) sorted by relevance
239 NotificationEntry previousEntry = mView.getShowingEntry(); in updateTopEntry() local241 if (newEntry != previousEntry) { in updateTopEntry()248 } else if (previousEntry == null) { in updateTopEntry()
190 const PlanarMotionEventEntry& previousEntry = motions[i-1]; in createTouchMotionEventStream() local192 action = resolveAction(previousEntry.positions, entry.positions, nextEntry.positions); in createTouchMotionEventStream()