Searched refs:hide_typing_cursor (Results 1 – 5 of 5) sorted by relevance
55 self.display_facade.hide_typing_cursor()101 self.display_facade.hide_typing_cursor()
211 def hide_typing_cursor(self): member in DisplayFacadeLocalAdapter213 self._display_component.hide_typing_cursor()
493 def hide_typing_cursor(self): member in DisplayFacadeNative495 graphics_utils.hide_typing_cursor()
227 def hide_typing_cursor(self): member in DisplayFacadeRemoteAdapter229 self._display_proxy.hide_typing_cursor()
320 def hide_typing_cursor(): function