Home
last modified time | relevance | path

Searched refs:registerKeyCommand (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-dev-menu-interface/ios/MenuItems/
H A DDevMenuAction.swift61 open func registerKeyCommand(input: String, modifiers: UIKeyModifierFlags) { in registerKeyCommand() function
62 self.callable.registerKeyCommand(input: input, modifiers: modifiers) in registerKeyCommand()
H A DDevMenuExportedCallable.swift61 public func registerKeyCommand(input: String, modifiers: UIKeyModifierFlags) { in registerKeyCommand() function
/expo/packages/expo-dev-menu/ios/Modules/
H A DDevMenuExtensions.swift81 reload.registerKeyCommand(input: "r", modifiers: []) // "r" without modifiers
90 inspector.registerKeyCommand(input: "i", modifiers: .command)
123 perfMonitor.registerKeyCommand(input: "p", modifiers: .command)
/expo/packages/expo-dev-menu-interface/android/src/main/java/expo/interfaces/devmenu/items/
H A DDevMenuExportedCallable.kt27 fun registerKeyCommand(keyCommand: KeyCommand?) { in registerKeyCommand() method
H A DDevMenuItems.kt75 callable.registerKeyCommand(value)
/expo/packages/expo-dev-menu-interface/ios/Tests/
H A DDevMenuActionTest.swift15 action.registerKeyCommand(input: "r", modifiers: .command) in spec()