HomeSort by relevance Sort by last modified time
    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 240 boolean isdown = (event.getAction() == KeyEvent.ACTION_DOWN);

Completed in 362 milliseconds