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()
221 def hide_typing_cursor(self): member in DisplayFacadeRemoteAdapter223 self._display_proxy.hide_typing_cursor()
205 def hide_typing_cursor(self): member in DisplayFacadeLocalAdapter207 self._display_component.hide_typing_cursor()
480 def hide_typing_cursor(self): member in DisplayFacadeNative482 graphics_utils.hide_typing_cursor()
313 def hide_typing_cursor(): function