OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isHovering
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/input/
InputDispatcher.cpp
[
all
...]
InputReader.cpp
[
all
...]
InputReader.h
683
bool
isHovering
() const;
746
bool
isHovering
;
759
inline void markIdBit(uint32_t id, bool
isHovering
) {
760
if (
isHovering
) {
776
inline bool
isHovering
(uint32_t pointerIndex) {
777
return pointers[pointerIndex].
isHovering
;
798
inline bool
isHovering
(uint32_t pointerIndex) {
[
all
...]
Completed in 104 milliseconds