OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pressed
(Results
201 - 225
of
667
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/ui/gtk/
gtk_chrome_button.cc
102
// Set the state of button->depressed so we paint
pressed
even if the
/external/chromium/chrome/browser/ui/omnibox/
location_bar.h
103
// Simulates a left mouse
pressed
on the visible page action at |index|.
/external/chromium/chrome/browser/ui/views/
find_bar_view.h
37
// A tag denoting which button the user
pressed
.
/external/jmonkeyengine/engine/src/core/com/jme3/system/
SystemListener.java
66
* @param esc If true, the user
pressed
ESC to close the application.
/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
ComboMoveExecution.java
92
* @param pressedMappings Which mappings are currently
pressed
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestModifyHeight.java
196
public void onAction(String name, boolean
pressed
, float tpf) {
197
if (name.equals("wireframe") && !
pressed
) {
205
raiseTerrain =
pressed
;
207
lowerTerrain =
pressed
;
/external/llvm/include/llvm/Support/
Signals.h
54
/// @brief Register a function to be called when ctrl-c is
pressed
.
/external/qemu/android/skin/
keyboard.c
30
/** LAST
PRESSED
KEYS
31
** a small buffer of last
pressed
keys, this is used to properly
36
int unicode; /* Unicode of last
pressed
key */
468
* on the corresponding keyup ones, so remember the set of last
pressed
key
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglevents_c.h
31
extern void VGL_keyboardcallback(int scancode, int
pressed
);
/external/webkit/LayoutTests/fast/events/touch/script-tests/
basic-multi-touch-events.js
89
debug("Two touchpoints
pressed
");
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePageOverlay.cpp
106
// This is a MouseMove event with a mouse button
pressed
. Call mouseDragged.
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
WebEditorClientGtk.cpp
115
// Don't insert anything if a modifier is
pressed
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
htmlattrs.in
33
aria-
pressed
/frameworks/base/policy/src/com/android/internal/policy/impl/
ShortcutManager.java
104
* @param kcm The key character map of the device on which the key was
pressed
.
/packages/apps/Contacts/res/layout/
group_browse_list_item.xml
19
thing when
pressed
or set the activated background to it. So we disable the default hilighting
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LastComposedWord.java
30
// COMMIT_TYPE_MANUAL_PICK is used when the user
pressed
a field in the suggestion strip.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
joystick.h
45
#define JS_EVENT_BUTTON 0x01 /* button
pressed
/released */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
joystick.h
45
#define JS_EVENT_BUTTON 0x01 /* button
pressed
/released */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
joystick.h
45
#define JS_EVENT_BUTTON 0x01 /* button
pressed
/released */
/frameworks/base/core/java/android/app/
AlertDialog.java
211
* Set a message to be sent when a button is
pressed
.
225
* Set a listener to be invoked when the positive button of the dialog is
pressed
.
266
* Set a listener to be invoked when button 1 of the dialog is
pressed
.
280
* Set a listener to be invoked when button 2 of the dialog is
pressed
.
293
* Set a listener to be invoked when button 3 of the dialog is
pressed
.
480
* Set a listener to be invoked when the positive button of the dialog is
pressed
.
493
* Set a listener to be invoked when the positive button of the dialog is
pressed
.
506
* Set a listener to be invoked when the negative button of the dialog is
pressed
.
519
* Set a listener to be invoked when the negative button of the dialog is
pressed
.
532
* Set a listener to be invoked when the neutral button of the dialog is
pressed
[
all
...]
/external/bluetooth/glib/gio/
gvolumemonitor.c
236
* @drive: the drive where the eject button was
pressed
238
* Emitted when the eject button is
pressed
on @drive.
/external/chromium/chrome/browser/ui/views/bubble/
bubble.h
54
// Whether the Bubble should be closed when the Esc key is
pressed
.
93
//
pressed
(the default behavior).
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarievents.c
220
SDL_bool
pressed
)
234
if (SDL_TranslateUNICODE &&
pressed
) {
/frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java
245
pressed
= !
pressed
;
/frameworks/base/docs/html/training/managing-audio/
volume-playback.jd
107
<p>The receiver implementation itself needs to extract which key was
pressed
to cause the broadcast.
114
<p>The following snippet shows how to extract the media button
pressed
and affects the media playback accordingly.</p>
Completed in 831 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>