Searched refs:hide_cursor (Results 1 – 6 of 6) sorted by relevance
200 def hide_cursor(self): member in DisplayFacadeLocalAdapter202 self._display_component.hide_cursor()
474 def hide_cursor(self): member in DisplayFacadeNative476 graphics_utils.hide_cursor()
216 def hide_cursor(self): member in DisplayFacadeRemoteAdapter218 self._display_proxy.hide_cursor()
91 display_facade.hide_cursor()
69 self._display_facade.hide_cursor()
307 def hide_cursor(): function