/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | raw_keyboard_fuchsia.dart | 52 /// * [modifiersPressed], which returns a Map of currently pressed modifiers 54 /// * [isModifierPressed], to see if a specific modifier is pressed. 55 /// * [isControlPressed], to see if a CTRL key is pressed. 56 /// * [isShiftPressed], to see if a SHIFT key is pressed. 57 /// * [isAltPressed], to see if an ALT key is pressed. 58 /// * [isMetaPressed], to see if a META key is pressed. 166 // Fuchsia doesn't support these modifiers, so they can't be pressed. 176 /// The [modifiers] field indicates that no modifier keys are pressed if it 181 /// a modifier is pressed. 189 /// a modifier is pressed. [all …]
|
D | raw_keyboard_android.dart | 64 /// regard to any modifier keys which are currently pressed. 78 /// This is the physical key that was pressed, not the Unicode character. 102 /// * [modifiersPressed], which returns a Map of currently pressed modifiers 104 /// * [isModifierPressed], to see if a specific modifier is pressed. 105 /// * [isControlPressed], to see if a CTRL key is pressed. 106 /// * [isShiftPressed], to see if a SHIFT key is pressed. 107 /// * [isAltPressed], to see if an ALT key is pressed. 108 /// * [isMetaPressed], to see if a META key is pressed. 287 /// No modifier keys are pressed in the [metaState] field. 291 /// a modifier is pressed. [all …]
|
D | raw_keyboard.dart | 17 /// discrimination between which key is pressed (e.g. the left or right SHIFT 25 /// Matches if either the left, right or both versions of the key are pressed. 34 /// Matches the left and right version of the key pressed simultaneously. 38 /// An enum describing the type of modifier key that is being pressed. 69 /// Typically, there is one of these. Only shown as "pressed" when the caps 76 /// Typically, there is one of these. Only shown as "pressed" when the num 83 /// Typically, there is one of these. Only shown as "pressed" when the scroll 119 /// Returns true if the given [ModifierKey] was pressed at the time of this 129 /// the given keyboard modifier key were pressed at the time of this event. 131 /// If the modifier key wasn't pressed at the time of this event, returns [all …]
|
D | raw_keyboard_macos.dart | 210 /// a modifier is pressed. 215 /// SHIFT modifier keys is pressed. 221 /// SHIFT modifier key is pressed. 227 /// SHIFT modifier key is pressed. 233 /// CTRL modifier keys is pressed. 239 /// CTRL modifier key is pressed. 245 /// CTRL modifier key is pressed. 251 /// ALT modifier keys is pressed. 257 /// ALT modifier key is pressed. 263 /// ALT modifier key is pressed. [all …]
|
D | raw_keyboard_linux.dart | 59 /// This is the physical key that was pressed, not the Unicode character. 148 /// the given keyboard modifier key were pressed at the time of this event. 151 /// Returns true if the given [ModifierKey] was pressed at the time of this 170 /// a modifier is pressed. 175 /// SHIFT modifier keys is pressed. 181 /// CTRL modifier keys is pressed. 187 /// ALT modifier keys is pressed. 193 /// Meta(SUPER) modifier keys is pressed. 200 /// the numeric keypad is pressed.
|
/third_party/libinput/quirks/ |
D | 30-vendor-madcatz.quirks | 7 # event21 POINTER_BUTTON +2.35s BTN_BACK (278) pressed, seat count: 1 9 # event21 POINTER_BUTTON +3.08s BTN_TASK (279) pressed, seat count: 1 10 # event21 POINTER_BUTTON +6.69s BTN_FORWARD (277) pressed, seat count: 1 13 # event21 POINTER_BUTTON +7.32s BTN_BACK (278) pressed, seat count: 1 15 # event21 POINTER_BUTTON +7.84s BTN_TASK (279) pressed, seat count: 1 27 # event8 POINTER_BUTTON +0.488s ??? (280) pressed, seat count: 1 29 # event8 POINTER_BUTTON +1.275s ??? (281) pressed, seat count: 1 31 # event8 POINTER_BUTTON +3.585s ??? (282) pressed, seat count: 1 32 # event8 POINTER_BUTTON +4.184s ??? (280) pressed, seat count: 1
|
/third_party/ltp/testcases/kernel/input/ |
D | input03.c | 109 int nb, rd, i, pressed = 0; in check_events() local 127 pressed = 1; in check_events() 129 if (pressed == 1 && !(buf[3*i] & PS2_RIGHT_BTN)) { in check_events() 130 pressed = 0; in check_events()
|
/third_party/flutter/flutter/dev/manual_tests/lib/ |
D | hover.dart | 21 print('Button $name pressed.'); 63 onPressed: () => print('Button pressed.'), 68 onPressed: () => print('Button pressed.'), 73 onPressed: () => print('Button pressed'),
|
/third_party/flutter/flutter/packages/flutter/test/services/ |
D | raw_keyboard_test.dart | 52 reason: "$key should be pressed with metaState $modifier, but isn't.", 59 reason: '$key should not be pressed with metaState $modifier.', 87 reason: '$key should be pressed with metaState $modifier ' 99 reason: '$key should not be pressed with metaState $modifier ' 240 reason: "$key should be pressed with metaState $modifier, but isn't.", 246 reason: '$key should not be pressed with metaState $modifier.', 271 reason: '$key should be pressed with metaState $modifier ' 278 reason: '$key should not be pressed with metaState $modifier ' 355 reason: "$key should be pressed with metaState $modifier, but isn't.", 362 reason: '$key should not be pressed with metaState $modifier.', [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | button.dart | 95 /// * [MaterialState.pressed]. 117 /// is [enabled] but not pressed. 135 /// If the button is [enabled], and being pressed (in the highlighted state), 143 /// * [highlightElevation], the elevation when the button is pressed. 151 /// If the button is [enabled], and being pressed (in the highlighted state), 161 /// * [highlightElevation], the elevation when the button is pressed. 165 /// is [enabled] and pressed. 189 /// * [highlightElevation], the elevation when the button is pressed. 208 /// * [MaterialState.pressed]. 255 bool get _pressed => _states.contains(MaterialState.pressed); [all …]
|
D | material_state.dart | 34 /// See: https://material.io/design/interaction/states.html#pressed. 35 pressed, 74 /// become more difficult to read when the button is hovered, focused, or pressed, 77 /// [FlatButton] is hovered, focused, or pressed. 91 /// pressed, hovered, or focused. Otherwise, the text color will be `Colors.blue[600]`. 96 /// MaterialState.pressed, 135 /// if (states.contains(MaterialState.pressed)) {
|
D | back_button.dart | 50 /// current [TargetPlatform]. When pressed, the back button calls 56 /// initial route), the [BackButton] will not have any effect when pressed, 67 /// that responds differently to being pressed. 99 /// A [CloseButton] is an [IconButton] with a "close" icon. When pressed, the
|
D | ink_well.dart | 270 /// * [highlightShape], the shape of the focus, hover, and pressed 278 /// this part of the material when pressed, hovered over, or focused. 280 /// The same shape is used for the pressed highlight (see [highlightColor]), 325 /// * [highlightShape], the shape of the focus, hover, and pressed 338 /// * [highlightShape], the shape of the focus, hover, and pressed 340 /// * [highlightColor], the color of the pressed highlight. 346 /// The highlight color of the ink response when pressed. If this property is 354 /// * [highlightShape], the shape of the focus, hover, and pressed 461 pressed, 505 case _HighlightType.pressed: [all …]
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | flat_button_test.dart | 72 // Highlighted (pressed). 89 MaterialState.pressed, 137 // Highlighted (pressed). 156 if (states.contains(MaterialState.pressed)) { 206 // Highlighted (pressed). 223 if (states.contains(MaterialState.pressed)) { 272 // Highlighted (pressed).
|
D | outline_button_test.dart | 75 // Highlighted (pressed). 92 MaterialState.pressed, 140 // Highlighted (pressed). 159 if (states.contains(MaterialState.pressed)) { 209 // Highlighted (pressed). 226 if (states.contains(MaterialState.pressed)) { 275 // Highlighted (pressed). 330 if (states.contains(MaterialState.pressed)) { 378 // Highlighted (pressed). 390 if (states.contains(MaterialState.pressed)) { [all …]
|
D | raised_button_test.dart | 72 // Highlighted (pressed). 91 if (states.contains(MaterialState.pressed)) { 141 // Highlighted (pressed). 159 if (states.contains(MaterialState.pressed)) { 208 // Highlighted (pressed).
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | checkkeys.c | 106 PrintKey(SDL_Keysym * sym, SDL_bool pressed, SDL_bool repeat) in PrintKey() argument 119 pressed ? "pressed " : "released", in PrintKey() 128 pressed ? "pressed " : "released"); in PrintKey()
|
/third_party/libinput/doc/user/ |
D | seats.rst | 50 - if the same button is pressed on different devices, the button should only 51 be considered logically pressed once. 54 - if two different buttons or keys are pressed on different devices, the 56 - if a button is pressed on one device and another device moves, this should
|
/third_party/eudev/rules/ |
D | 60-cdrom_id.rules | 12 # button is pressed. 15 # media eject button pressed
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | DVDplayer | 20 - somehow a button is pressed on the menu: a method is triggered in 21 the dvdnav plugin to tell it button X was pressed (event? app?).
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/ |
D | SDL_pspevents.c | 118 unsigned char raw, pressed; in PSP_PumpEvents() local 121 pressed = scanData->pressed; in PSP_PumpEvents()
|
/third_party/libinput/src/ |
D | evdev-fallback.h | 205 hw_set_key_down(struct fallback_dispatch *dispatch, int code, int pressed) in hw_set_key_down() argument 207 long_set_bit_state(dispatch->hw_key_mask, code, pressed); in hw_set_key_down()
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | snack_bar_demo.dart | 53 content: Text('You pressed snackbar $thisSnackBarIndex\'s action.'), 90 print('Floating Action Button was pressed');
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 412 bool pressed = false; in ButtonBehavior() local 427 pressed = true; in ButtonBehavior() 459 pressed = true; in ButtonBehavior() 469 pressed = true; in ButtonBehavior() 476 pressed = true; in ButtonBehavior() 479 if (pressed) in ButtonBehavior() 493 pressed = true; in ButtonBehavior() 521 pressed = true; in ButtonBehavior() 537 return pressed; in ButtonBehavior() 564 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); in ButtonEx() local [all …]
|
/third_party/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 414 bool pressed = false; in ButtonBehavior() local 429 pressed = true; in ButtonBehavior() 461 pressed = true; in ButtonBehavior() 471 pressed = true; in ButtonBehavior() 478 pressed = true; in ButtonBehavior() 481 if (pressed) in ButtonBehavior() 495 pressed = true; in ButtonBehavior() 510 if (pressed) in ButtonBehavior() 525 pressed = true; in ButtonBehavior() 541 return pressed; in ButtonBehavior() [all …]
|