Home
last modified time | relevance | path

Searched refs:isDistance (Results 1 - 1 of 1) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
H A Dpointer_tracker.cpp264 bool isDistance = (double)(windowBounds.bottom_ - touchEvent.y) / windowBounds.bottom_ >= RECENT_DISTANCE; in IsRecent() local
267 if (isDistance && isRecentSpeed) { in IsRecent()
282 bool isDistance = (double)(windowBounds.bottom_ - touchEvent.y) / windowBounds.bottom_ >= HOME_DISTANCE; in IsHome() local
283 if (isDistance) { in IsHome()

Completed in 2 milliseconds