Searched refs:hide_cursor (Results 1 – 6 of 6) sorted by relevance
187 def hide_cursor(self): member in DisplayFacadeRemoteAdapter189 self._display_proxy.hide_cursor()
178 def hide_cursor(self): member in DisplayFacadeLocalAdapter180 self._display_component.hide_cursor()
367 def hide_cursor(self): member in DisplayFacadeNative369 graphics_utils.hide_cursor()
91 display_facade.hide_cursor()
66 self._display_facade.hide_cursor()
210 def hide_cursor(): function