Home
last modified time | relevance | path

Searched defs:isHit (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/
H A Dframe_node.py33 isHit = 1 variable in FrameNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.h39 bool isHit = false; member
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DThumbnailCache.java279 public boolean isHit() { in isHit() method in ThumbnailCache.Result
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h174 inline bool isHit(int32_t x, int32_t y) const { in isHit() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp4730 bool isHit, int32_t parentId, std::vector<RectF> responseRegionList, EventTreeType type) in AddFrameNodeSnapshot()