OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unpressed
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/content/test/data/accessibility/
aria-pressed-expected-mac.txt
3
AXButton AXTitle='Toggle button
unpressed
'
aria-pressed-expected-android.txt
3
android.widget.ToggleButton checkable clickable focusable name='Toggle button
unpressed
'
aria-pressed.html
11
<div tabindex=0 role="button" aria-pressed="false">Toggle button
unpressed
</div>
/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
ComboMove.java
72
private transient String[] pressed,
unpressed
;
field in class:ComboMove
109
this.
unpressed
= unpressedMappings;
122
if (
unpressed
== null)
123
unpressed
= new String[0];
125
states.add(new ComboMoveState(pressed,
unpressed
, timeElapsed));
127
unpressed
= null;
/external/chromium_org/ash/wm/caption_buttons/
alternate_frame_size_button.h
26
// underneath the mouse cursor. (The size button is potentially
unpressed
).
30
// button is
unpressed
).
alternate_frame_size_button_unittest.cc
359
// The buttons should stay
unpressed
and the buttons should now have their
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_biosevents.c
93
/* Key
unpressed
? */
SDL_gemdosevents.c
94
/* Key
unpressed
? */
/frameworks/base/core/java/android/widget/
ZoomButton.java
87
/* If we're being disabled reset the state back to
unpressed
/packages/apps/Dialer/res/values/
colors.xml
108
<!-- Background gradient start color for tabs in an
unpressed
state. -->
111
<!-- Background gradient end color for tabs in an
unpressed
state. -->
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemevents.c
151
/* Key
unpressed
? */
/external/qemu/distrib/sdl-1.2.15/docs/html/
guideinputkeyboard.html
551
> take place when a keys state changes from being
unpressed
to pressed, and vice versa.</P
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c
735
/* Tell the app that everything is centered/
unpressed
... */
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzEvents.m
659
/* If the state changed from pressed to
unpressed
, we must examine
[
all
...]
Completed in 884 milliseconds