/aosp_15_r20/external/autotest/server/site_tests/firmware_ECPowerButton/ |
H A D | control | 22 - Short press (200ms) does not trigger shutdown 23 - Short press wake system from G3 (shutdown for more than 10 sec) 24 - Short press wake system from S5 (shutdown for less than 10 sec) 25 - Long press wake system from G3 (shutdown for more than 10 sec) 26 - Long press wake system from S5 (shutdown for less than 10 sec) 27 - Long press (6s) to shut down system 28 - Longer press (10s) to shut down system when kernel 'powerd' is disabled
|
/aosp_15_r20/external/perfetto/ui/src/test/ |
H A D | debug_tracks.test.ts | 36 await omnibox.press(':'); 40 await omnibox.press('Enter'); 46 await page.keyboard.press('Enter'); 65 await omnibox.press(':'); 69 await omnibox.press('Enter'); 75 await page.keyboard.press('Enter');
|
H A D | load_and_tracks.test.ts | 43 await page.keyboard.press('f'); 54 await page.keyboard.press('/'); 61 await page.keyboard.press('Enter'); 65 await page.keyboard.press('Shift+M'); 67 await page.keyboard.press('m');
|
H A D | wattson.test.ts | 48 await page.keyboard.press('Escape'); 54 await page.keyboard.press('Escape'); 58 await page.keyboard.press('Escape'); 71 await page.keyboard.press('Escape');
|
H A D | queries.test.ts | 34 await omnibox.press(':'); 40 await omnibox.press('Enter'); 53 await omnibox.press('Backspace'); 69 await textbox.press('ControlOrMeta+Enter');
|
H A D | aggregation.test.ts | 55 await page.keyboard.press('Escape'); 66 await page.keyboard.press('Escape'); 83 await page.keyboard.press('Escape');
|
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/ |
H A D | InputGameInterface.java | 106 mDirectionalPad.press(gameTime, magnitude, 0.0f); in update() 145 mDirectionalPad.press(gameTime, newX, newY); in update() 189 mDirectionalPad.press(pressTime, xMagnitude, yMagnitude); in update() 216 mJumpButton.press(jumpKey.getLastPressedTime(), jumpKey.getMagnitude()); in update() 219 mJumpButton.press(jumpTouch.getLastPressedTime(), 1.0f); in update() 235 mAttackButton.press(clickButton.getLastPressedTime(), clickButton.getMagnitude()); in update() 237 mAttackButton.press(attackKey.getLastPressedTime(), attackKey.getMagnitude()); in update() 242 mAttackButton.press(stompTouch.getLastPressedTime(), 1.0f); in update()
|
H A D | InputXY.java | 35 public final void press(float currentTime, float x, float y) { in press() method in InputXY 36 mXAxis.press(currentTime, x); in press() 37 mYAxis.press(currentTime, y); in press() 91 press(other.getLastPressedTime(), other.getX(), other.getY()); in clone()
|
H A D | InputSystem.java | 47 mTrackball.press(time.getGameTime(), mTrackball.getX() + x, mTrackball.getY() + y); in roll() 56 mTouchScreen.press(index, time.getGameTime(), x, params.gameHeight - y); in touchDown() 82 mOrientationSensor.press(time.getGameTime(), horizontalMotion, verticalMotion); in setOrientation() 89 mKeyboard.press(gameTime, keycode); in keyDown()
|
H A D | InputKeyboard.java | 34 public void press(float currentTime, int keycode) { in press() method in InputKeyboard 37 mKeys[keycode].press(currentTime, 1.0f); in press()
|
H A D | InputTouchScreen.java | 22 public final void press(int index, float currentTime, float x, float y) { in press() method in InputTouchScreen 25 mTouchPoints[index].press(currentTime, x, y); in press()
|
/aosp_15_r20/frameworks/base/core/java/android/text/method/ |
H A D | MetaKeyKeyListener.java | 328 press(content, CAP); in onKeyDown() 334 press(content, ALT); in onKeyDown() 339 press(content, SYM); in onKeyDown() 346 private void press(Editable content, Object what) { in press() method in MetaKeyKeyListener 546 return press(state, META_SHIFT_ON, META_SHIFT_MASK, in handleKeyDown() 552 return press(state, META_ALT_ON, META_ALT_MASK, in handleKeyDown() 557 return press(state, META_SYM_ON, META_SYM_MASK, in handleKeyDown() 563 private static long press(long state, int what, long mask, in press() method in MetaKeyKeyListener
|
/aosp_15_r20/external/coreboot/src/ec/google/wilco/acpi/ |
H A D | vbtn.asl | 15 Name (VPPB, 0xc0) /* Power Button press */ 17 Name (VPSP, 0xc2) /* Special key press (LEFTMETA in Linux) */ 19 Name (VPVU, 0xc4) /* Volume Up press */ 21 Name (VPVD, 0xc6) /* Volume Down press */ 23 Name (VPRL, 0xc8) /* Rotate Lock press */
|
/aosp_15_r20/frameworks/base/packages/SystemUI/docs/device-entry/ |
H A D | keyguard.md | 13 …power button. Power button key interpretation (short press, long press, very long press, multi pre… 25 OEMs may choose to enable a long-press action that displays a button at the bottom of lockscreen. T…
|
/aosp_15_r20/external/coreboot/util/qualcomm/scripts/cmm/ |
H A D | debug_chroot_common.cmm | 97 print %String "Now the control is in BootBlock, press enter after debugging to go to next stage" 113 print %String "Now the control is in VERStage, press enter after debugging to go to next stage" 129 print %String "Now the control is in ROMStage, press enter after debugging to go to next stage" 149 ; print %String "Now the control is in QCLStage, press enter after debugging to go to next stage" 168 print %String "Now the control is in RAMStage, press enter after debugging to go to next stage"
|
H A D | debug_cb_common.cmm | 97 print %String "Now the control is in BootBlock, press enter after debugging to go to next stage" 113 print %String "Now the control is in VERStage, press enter after debugging to go to next stage" 129 print %String "Now the control is in ROMStage, press enter after debugging to go to next stage" 149 ; print %String "Now the control is in QCLStage, press enter after debugging to go to next stage" 167 print %String "Now the control is in RAMStage, press enter after debugging to go to next stage"
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
D | fugu_remote.py | 70 self.press(Buttons.PLAY_PAUSE.value) 74 self.press(Buttons.HOME.value) 78 self.press(Buttons.BACK.value)
|
D | tao_tronics_headset.py | 70 self.press(Buttons.PLAY_PAUSE.value) 76 self.press(Buttons.PLAY_PAUSE.value)
|
/aosp_15_r20/external/pigweed/pw_console/ |
H A D | testing.rst | 126 | Add ``/log.txt`` to the end and press :kbd:`Enter` 240 - | Type ``# 1`` and press :kbd:`Enter` 374 - Start ``pw-console --test-mode`` press ``Ctrl-p`` 379 - Type :kbd:`exit` and press :kbd:`enter`. 721 - | Enter the following text and press :kbd:`Enter` to run 735 - | Enter the following text and press :kbd:`Enter` to run 741 - | Enter the following text and press :kbd:`Enter` to run 748 - | Enter the following text and press :kbd:`Enter` to run 766 - | Enter the following text and press :kbd:`Enter` to run 797 - | Focus on ``Fake Device`` panel and press :kbd:`Shift-o` to enable web log viewer [all …]
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | chimpchat.jar | ... .io.IOException
int x
int y
public boolean press (java.lang.String) throws java. ... |
/aosp_15_r20/frameworks/base/cmds/hid/ |
H A D | README.md | 120 ### Sending a joystick button press event 121 To send a button press event on a joystick device: 126 button press event. The range can be determined from the uhid report descriptor. 128 4. Check that the button press event was received.
|
/aosp_15_r20/packages/services/Car/tests/BugReportApp/ |
D | README.md | 74 * Long press HVAC (A/C) icon 75 * Long press Rear Defrost hardware button (hold up to 6 seconds) 76 * Long press notification icon
|
/aosp_15_r20/external/pigweed/pw_web/ |
H A D | testing.rst | 27 - | Logs are cleared and entries after time of button press are addded. 33 - | Logs are cleared and filtered entries after time of button press are addded.
|
/aosp_15_r20/development/cmds/monkey/ |
H A D | README.NETWORK.txt | 58 Note that sending a full button press requires sending both the down 90 press keycode 92 The press command is a shortcut for the key command. The keycode
|
/aosp_15_r20/external/autotest/server/site_tests/firmware_DevScreenTimeout/ |
H A D | control | 22 the disk image is not secured. If a user press Ctrl-D or a timeout reaches, 26 The first one will repeatly press Ctrl-D on booting in order to reduce
|