OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isdown
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/preference/
VolumePreference.java
83
boolean
isdown
= (event.getAction() == KeyEvent.ACTION_DOWN);
86
if (
isdown
) {
91
if (
isdown
) {
96
if (
isdown
) {
/external/quake/quake/src/WinQuake/
host.cpp
939
static qboolean
isdown
= false;
local
941
if (
isdown
)
946
isdown
= true;
/external/quake/quake/src/QW/client/
cl_main.c
1517
static qboolean
isdown
= false;
local
1519
if (
isdown
)
1524
isdown
= true;
/packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java
244
boolean
isdown
= (event.getAction() == KeyEvent.ACTION_DOWN);
Completed in 241 milliseconds