Searched refs:emptyPath (Results 1 – 2 of 2) sorted by relevance
53 Path emptyPath = emptyStroke.getPath(); in testGetPath_singlePoint() local55 assertFalse(emptyPath.isEmpty()); in testGetPath_singlePoint()
102 Path emptyPath = new Path(); in testCreateStroke_withEmptyPath_shouldThrow() local104 new StrokeDescription(emptyPath, 0, NOMINAL_PATH_DURATION); in testCreateStroke_withEmptyPath_shouldThrow()