blob: ad31f18369f9702955516143f0eee7fd0ae6f464 [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from fuzzy_check import FuzzyCheck
from validators import *
def Validate(raw, events, gestures):
fuzzy = FuzzyCheck()
fuzzy.expected = [
AnythingButValidator(PinchValidator()),
]
return fuzzy.Check(gestures)