Home | History | Annotate | Download | only in androidfw

Lines Matching defs:metaState

68         int32_t metaState;
101 char16_t getCharacter(int32_t keyCode, int32_t metaState) const;
107 bool getFallbackAction(int32_t keyCode, int32_t metaState,
115 size_t numChars, int32_t metaState) const;
147 int32_t metaState;
185 inline Property(int32_t property = 0, int32_t metaState = 0) :
186 property(property), metaState(metaState) { }
189 int32_t metaState;
226 bool getKeyBehavior(int32_t keyCode, int32_t metaState,
235 int32_t deviceId, int32_t keyCode, int32_t metaState, bool down, nsecs_t time);
237 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
240 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
244 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
250 int32_t deviceId, int32_t metaState, nsecs_t time,