Home
last modified time | relevance | path

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

/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dimg_util.py30 class ImgLoc(enum.Enum): class
105 if location == ImgLoc.East.value:
107 elif location == ImgLoc.South.value:
109 elif location == ImgLoc.West.value:
111 elif location == ImgLoc.North.value:
114 elif location == ImgLoc.North_East.value:
117 elif location == ImgLoc.South_East.value:
120 elif location == ImgLoc.North_West.value:
122 elif location == ImgLoc.South_West.value:
130 rect=None, loc=ImgLoc
[all...]

Completed in 2 milliseconds