OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputState
(Results
1 - 9
of
9
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
TerminalConIn.c
1058
UINT32
InputState
;
1060
InputState
= TerminalDevice->
InputState
;
1066
if ((
InputState
& INPUT_STATE_ESC) != 0) {
1072
if ((
InputState
& INPUT_STATE_CSI) != 0) {
1078
if ((
InputState
& INPUT_STATE_LEFTOPENBRACKET) != 0) {
1084
if ((
InputState
& INPUT_STATE_O) != 0) {
1090
if ((
InputState
& INPUT_STATE_2) != 0) {
1105
TerminalDevice->
InputState
= INPUT_STATE_DEFAULT;
[
all
...]
Terminal.h
100
UINT32
InputState
;
[
all
...]
/external/skia/tools/viewer/sk_app/
Window.h
125
enum
InputState
{
134
typedef bool(*OnKeyFunc)(Key key,
InputState
state, uint32_t modifiers, void* userData);
135
typedef bool(*OnMouseFunc)(int x, int y,
InputState
state, uint32_t modifiers, void* userData);
137
typedef bool(*OnTouchFunc)(intptr_t owner,
InputState
state, float x, float y, void* userData);
184
bool onKey(Key key,
InputState
state, uint32_t modifiers);
185
bool onMouse(int x, int y,
InputState
state, uint32_t modifiers);
187
bool onTouch(intptr_t owner,
InputState
state, float x, float y); // multi-owner = multi-touch
/frameworks/native/services/inputflinger/
InputDispatcher.cpp
[
all
...]
InputDispatcher.h
707
class
InputState
{
709
InputState
();
710
~
InputState
();
737
void copyPointerStateTo(
InputState
& other) const;
819
InputState
inputState
;
[
all
...]
/frameworks/base/media/java/android/media/tv/
TvInputManager.java
222
public @interface
InputState
{}
743
public void onInputStateChanged(String inputId, @
InputState
int state) {
[
all
...]
/prebuilts/tools/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/
juniversalchardet-1.0.3.jar
/prebuilts/tools/common/offline-m2/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/
juniversalchardet-1.0.3.jar
/prebuilts/tools/common/fest/
fest-swing-1.2.1.jar
Completed in 625 milliseconds