Home | History | Annotate | Download | only in animated

Lines Matching refs:evt

79     SkEvent evt("user");
80 evt.setString("id", "setDim");
81 evt.setScalar("dimX", this->width());
82 evt.setScalar("dimY", this->height());
83 fAnim.doUserEvent(evt);
101 /*virtual*/ bool SkScrollBarView::onEvent(const SkEvent& evt)
103 if (evt.isType(SK_EventType_Inval))
108 if (evt.isType("recommendDim"))
112 if (evt.findScalar("x", &width))
117 return this->INHERITED::onEvent(evt);