Searched refs:touch_point_keyword (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/ |
H A D | touch_point.py | 20 from src.keywords import touch_point_keyword, get_sample_key, get_sample_separator_count 39 self.id = get_value_as_int(input_str, get_sample_key(touch_point_keyword, 'id'), 40 get_sample_separator_count(touch_point_keyword, 'id')) 41 self.point = get_value_as_str(input_str, get_sample_key(touch_point_keyword, 'point'), 42 get_sample_separator_count(touch_point_keyword, 'point')) 43 … self.screenPoint = get_value_as_str(input_str, get_sample_key(touch_point_keyword, 'screenPoint'), 45 self.type = get_value_as_str(input_str, get_sample_key(touch_point_keyword, 'type'), 46 get_sample_separator_count(touch_point_keyword, 'type')) 47 … self.timestamp = get_value_as_str(input_str, get_sample_key(touch_point_keyword, 'timestamp'), 48 … get_sample_separator_count(touch_point_keyword, 'timestamp')) [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/ |
H A D | keywords.py | 83 touch_point_keyword = { variable
|