Home
last modified time | relevance | path

Searched refs:downState (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/samples/winrt/ImageManipulations/common/
DLayoutAwarePage.cpp199 auto downState = Windows::UI::Core::CoreVirtualKeyStates::Down; variable
200 bool menuKey = (coreWindow->GetKeyState(VirtualKey::Menu) & downState) == downState;
201 bool controlKey = (coreWindow->GetKeyState(VirtualKey::Control) & downState) == downState;
202 bool shiftKey = (coreWindow->GetKeyState(VirtualKey::Shift) & downState) == downState;
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Ddigital_agc.h27 int32_t downState[8]; member
Ddigital_agc.c630 state->downState[k] = 0; in WebRtcAgc_InitVad()
662 WebRtcSpl_DownsampleBy2(buf1, 8, buf2, state->downState); in WebRtcAgc_ProcessVad()
665 WebRtcSpl_DownsampleBy2(in, 8, buf2, state->downState); in WebRtcAgc_ProcessVad()
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
Dpolymer.js1961 shouldTap: function(e, downState) { argument
1965 tap = (e.buttons ^ 1) && (downState.buttons & 1);
/external/chromium-trace/catapult/tracing/third_party/components/polymer/
Dpolymer.js1961 shouldTap: function(e, downState) { argument
1965 tap = (e.buttons ^ 1) && (downState.buttons & 1);