Searched refs:shortcutCode (Results 1 – 9 of 9) sorted by relevance
75 public void registerShortcutKey(long shortcutCode) { in registerShortcutKey() argument77 mWindowManagerService.registerShortcutKey(shortcutCode, mShortcutKeyServiceProxy); in registerShortcutKey()84 public void onShortcutKeyPressed(long shortcutCode) { in onShortcutKeyPressed() argument86 if ((shortcutCode == SC_DOCK_LEFT || shortcutCode == SC_DOCK_RIGHT) in onShortcutKeyPressed()88 handleDockKey(shortcutCode); in onShortcutKeyPressed()98 private void handleDockKey(long shortcutCode) { in handleDockKey() argument104 int dockMode = (shortcutCode == SC_DOCK_LEFT) in handleDockKey()124 DividerSnapAlgorithm.SnapTarget target = (shortcutCode == SC_DOCK_LEFT) in handleDockKey()
36 void onShortcutKeyPressed(long shortcutCode); in onShortcutKeyPressed() argument42 public void notifyShortcutKeyPressed(long shortcutCode) throws RemoteException { in notifyShortcutKeyPressed() argument44 mHandler.obtainMessage(MSG_SHORTCUT_RECEIVED, shortcutCode).sendToTarget(); in notifyShortcutKeyPressed()
27 void notifyShortcutKeyPressed(long shortcutCode); in notifyShortcutKeyPressed() argument
368 void registerShortcutKey(in long shortcutCode, IShortcutService keySubscriber); in registerShortcutKey() argument
183 void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver) in registerShortcutKey() argument
505 public void registerShortcutKey(long shortcutCode, IShortcutService service) in registerShortcutKey() argument
100 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver) in registerShortcutKey() argument
3776 long shortcutCode = keyCode; in interceptKeyBeforeDispatching() local3778 shortcutCode |= ((long) KeyEvent.META_CTRL_ON) << Integer.SIZE; in interceptKeyBeforeDispatching()3782 shortcutCode |= ((long) KeyEvent.META_ALT_ON) << Integer.SIZE; in interceptKeyBeforeDispatching()3786 shortcutCode |= ((long) KeyEvent.META_SHIFT_ON) << Integer.SIZE; in interceptKeyBeforeDispatching()3790 shortcutCode |= ((long) KeyEvent.META_META_ON) << Integer.SIZE; in interceptKeyBeforeDispatching()3793 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode); in interceptKeyBeforeDispatching()3797 shortcutService.notifyShortcutKeyPressed(shortcutCode); in interceptKeyBeforeDispatching()3800 mShortcutKeyServices.delete(shortcutCode); in interceptKeyBeforeDispatching()3954 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutService) in registerShortcutKey() argument3957 IShortcutService service = mShortcutKeyServices.get(shortcutCode); in registerShortcutKey()[all …]
7153 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver) in registerShortcutKey() argument7159 mPolicy.registerShortcutKey(shortcutCode, shortcutKeyReceiver); in registerShortcutKey()