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
685
bool
isHovering
() const;
748
bool
isHovering
;
761
inline void markIdBit(uint32_t id, bool
isHovering
) {
762
if (
isHovering
) {
778
inline bool
isHovering
(uint32_t pointerIndex) {
779
return pointers[pointerIndex].
isHovering
;
800
inline bool
isHovering
(uint32_t pointerIndex) {
[
all
...]
Completed in 39 milliseconds