OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SK_EventType_Inval
(Results
1 - 7
of
7
) sorted by null
/external/skia/include/views/
SkSystemEventTypes.h
19
#define
SK_EventType_Inval
"nv" "\xa" "l"
/external/skia/src/views/animated/
SkBorderView.cpp
66
if (evt.isType(
SK_EventType_Inval
))
SkProgressBarView.cpp
49
if (evt.isType(
SK_EventType_Inval
))
SkScrollBarView.cpp
103
if (evt.isType(
SK_EventType_Inval
))
SkImageView.cpp
120
if (evt.isType(
SK_EventType_Inval
))
SkWidgetViews.cpp
310
if (evt.isType(
SK_EventType_Inval
))
/external/skia/src/animator/
SkAnimateMaker.cpp
247
fAnimator->onEventPost(new SkEvent(
SK_EventType_Inval
), fHostEventSinkID);
252
fAnimator->onEventPostTime(new SkEvent(
SK_EventType_Inval
), fHostEventSinkID, time);
Completed in 272 milliseconds