OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wheel
(Results
1 - 25
of
281
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/android/
keycode.c
17
static const AndroidKeyCode
wheel
[4] = { kKeyCodeDpadUp,
local
25
if (code ==
wheel
[index]) {
27
code =
wheel
[index];
/cts/tests/res/values-wheel/
configVarying.xml
18
<item type="configVarying" name="simple">simple
wheel
</item>
20
<item name="testString">bag
wheel
</item>
/external/libpng/scripts/
makefile.openbsd
45
${INSTALL} -d -o root -g
wheel
${DESTDIR}${PREFIX}/include; \
48
${INSTALL} -d -o root -g
wheel
${DESTDIR}${LIBDIR}; \
51
${INSTALL} -d -o root -g
wheel
${DESTDIR}${LIBDIR}/debug; \
54
${INSTALL} -d -o root -g
wheel
${DESTDIR}${MANDIR}3; \
57
${INSTALL} -d -o root -g
wheel
${DESTDIR}${MANDIR}5; \
60
${INSTALL} -d -o root -g
wheel
${DESTDIR}${PREFIX}/share/doc/png; \
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/
NavigationMethodQualifierTest.java
60
assertEquals(true, nmq.checkAndSet("
wheel
", config)); //$NON-NLS-1$
62
assertEquals(NavigationMethodQualifier.NavigationMethod.
WHEEL
,
64
assertEquals("
wheel
", config.getNavigationMethodQualifier().toString()); //$NON-NLS-1$
69
assertEquals(false, nmq.checkAndSet("
WHEEL
", config));//$NON-NLS-1$
/external/webkit/WebCore/platform/wx/
MouseWheelEventWx.cpp
43
, m_deltaX(0) // wx doesn't support horizontal mouse
wheel
scrolling
49
// FIXME: retrieve the user setting for the number of lines to scroll on each
wheel
event
/external/webkit/WebCore/page/android/
EventHandlerAndroid.cpp
81
// This is called to route
wheel
events to child widgets when they are RenderWidget
82
// as the parent usually gets
wheel
event. Don't have a mouse with a
wheel
to confirm
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
NavigationMethodQualifier.java
41
WHEEL
("
wheel
", "
Wheel
"), //$NON-NLS-1$
/external/webkit/WebCore/platform/win/
WheelEventWin.cpp
105
// (the default scroll amount on Windows is three lines per
wheel
tick).
110
// |delta| after saving the original value on the
wheel
tick member.
115
// Even though we use shift + vertical
wheel
to scroll horizontally in
116
// WebKit, we still note it as a vertical scroll on the
wheel
tick
/external/webkit/WebCore/plugins/qt/
PluginContainerQt.cpp
102
// steal
wheel
events from the plugin as we want to handle it. When doing this
121
// if the plugin window doesn't have focus we do not want to send
wheel
126
// it is always safe to ungrab
wheel
events when the mouse leaves the
137
// we got focus, stop redirecting the
wheel
events
/external/webkit/WebCore/platform/
PlatformWheelEvent.h
62
//
Wheel
events come in two flavors:
65
// The ScrollByPageWheelEvent indicates that the
wheel
event should scroll an entire page. In this case WebCore's built in paging behavior is used to page
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggievents.c
82
z = ev.pmove.
wheel
;
86
if (mouse_x != ev.pmove.x || mouse_y != ev.pmove.y || mouse_z != ev.pmove.
wheel
)
90
z = ev.pmove.
wheel
- mouse_z;
93
mouse_z = ev.pmove.
wheel
;
/frameworks/base/awt/org/apache/harmony/awt/wtk/
NativeEvent.java
261
* Returns the number of "clicks" the mouse
wheel
was rotated.
262
* @return negative values if the mouse
wheel
was rotated up/away from the user,
263
* and positive values if the mouse
wheel
was rotated down/ towards the user
NativeRobot.java
70
* Generate a native system mouse
wheel
event.
/frameworks/base/docs/html/guide/topics/manifest/
uses-configuration-element.jd
22
"trackball" | "
wheel
"]
128
<td>"{@code
wheel
}"</td>
129
<td>The application requires a navigation
wheel
.</td>
/external/quake/quake/src/WinQuake/
keys.h
113
// JACK: Intellimouse(c) Mouse
Wheel
Support
/external/webkit/WebCore/dom/
MouseRelatedEvent.h
32
// Internal only: Helper class for what's common between mouse and
wheel
events.
WheelEvent.h
31
// extension: mouse
wheel
event
/external/webkit/WebCore/platform/gtk/
WheelEventGtk.cpp
71
// FIXME: retrieve the user setting for the number of lines to scroll on each
wheel
event
/external/qemu/distrib/sdl-1.2.12/include/
SDL_mouse.h
116
Button 4: Mouse
wheel
up (may also be a real button)
117
Button 5: Mouse
wheel
down (may also be a real button)
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_mouse.h
116
Button 4: Mouse
wheel
up (may also be a real button)
117
Button 5: Mouse
wheel
down (may also be a real button)
/prebuilt/linux-x86/sdl/include/SDL/
SDL_mouse.h
116
Button 4: Mouse
wheel
up (may also be a real button)
117
Button 5: Mouse
wheel
down (may also be a real button)
/prebuilt/windows/sdl/host/include/SDL/
SDL_mouse.h
120
Button 4: Mouse
wheel
up (may also be a real button)
121
Button 5: Mouse
wheel
down (may also be a real button)
/prebuilt/windows/sdl/include/SDL/
SDL_mouse.h
116
Button 4: Mouse
wheel
up (may also be a real button)
117
Button 5: Mouse
wheel
down (may also be a real button)
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/
config_sample.xml
115
<d:config name="nav-method-
wheel
">
116
<d:nav-method>
wheel
</d:nav-method>
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java
81
navigation = "
wheel
";
Completed in 65 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>