Home
last modified time | relevance | path

Searched refs:TimeType (Results 1 – 5 of 5) sorted by relevance

/foundation/graphic/ui/interfaces/kits/events/
Devent.h92 const TimeType& GetTimeStamp() const in GetTimeStamp()
103 void SetTimeStamp(const TimeType& timeStamp) in SetTimeStamp()
108 TimeType timeStamp_;
Dlong_press_event.h58 LongPressEvent(const Point& pos, const TimeType& timeStamp) : Event(pos) in LongPressEvent()
/foundation/graphic/ui/test/unittest/events/
Devent_unit_test.cpp25 const TimeType TIME_STAMP = 10;
Dlong_press_event_unit_test.cpp25 const TimeType TIME_STAMP = 10;
/foundation/graphic/utils/interfaces/kits/gfx_utils/
Dgraphic_types.h41 using TimeType = uint32_t; variable