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()
192 def hide_typing_cursor(self): member in DisplayFacadeRemoteAdapter194 self._display_proxy.hide_typing_cursor()
183 def hide_typing_cursor(self): member in DisplayFacadeLocalAdapter185 self._display_component.hide_typing_cursor()
373 def hide_typing_cursor(self): member in DisplayFacadeNative375 graphics_utils.hide_typing_cursor()
216 def hide_typing_cursor(): function