Searched refs:evt (Results 26 - 50 of 302) sorted by relevance

1234567891011>>

/external/skia/samplecode/
H A DSampleMegaStroke.cpp30 bool onQuery(SkEvent* evt) override {
31 if (SampleCode::TitleQ(*evt)) {
32 SampleCode::TitleR(evt, "MegaStroke");
37 if (SampleCode::CharQ(*evt, &uni)) {
40 if (evt->isType("SampleCode_Key_Event")) {
43 return this->INHERITED::onQuery(evt);
H A DSampleAnimBlur.cpp31 bool onQuery(SkEvent* evt) override {
32 if (SampleCode::TitleQ(*evt)) {
33 SampleCode::TitleR(evt, "AnimBlur");
36 return this->INHERITED::onQuery(evt);
H A DSampleIdentityScale.cpp38 bool onQuery(SkEvent* evt) override {
39 if (SampleCode::TitleQ(*evt)) {
40 SampleCode::TitleR(evt, "IdentityScale");
43 return this->INHERITED::onQuery(evt);
H A DSampleLCD.cpp19 virtual bool onQuery(SkEvent* evt) { argument
20 if (SampleCode::TitleQ(*evt)) {
21 SampleCode::TitleR(evt, "LCD Text");
24 return this->INHERITED::onQuery(evt);
H A DSampleLayerMask.cpp25 virtual bool onQuery(SkEvent* evt) { argument
26 if (SampleCode::TitleQ(*evt)) {
27 SampleCode::TitleR(evt, "LayerMask");
30 return this->INHERITED::onQuery(evt);
H A DSampleManyRects.cpp27 bool onQuery(SkEvent* evt) override {
28 if (SampleCode::TitleQ(*evt)) {
29 SampleCode::TitleR(evt, "ManyRects");
32 return this->INHERITED::onQuery(evt);
H A DSamplePoints.cpp30 virtual bool onQuery(SkEvent* evt) { argument
31 if (SampleCode::TitleQ(*evt)) {
32 SampleCode::TitleR(evt, "Points");
35 return this->INHERITED::onQuery(evt);
H A DSampleRepeatTile.cpp50 bool onQuery(SkEvent* evt) override {
51 if (SampleCode::TitleQ(*evt)) {
52 SampleCode::TitleR(evt, "RepeatTile");
55 return this->INHERITED::onQuery(evt);
H A DSampleSVGFile.cpp59 bool onQuery(SkEvent* evt) override {
60 if (SampleCode::TitleQ(*evt)) {
61 SampleCode::TitleR(evt, fLabel.c_str());
65 return this->INHERITED::onQuery(evt);
H A DSampleStringArt.cpp24 bool onQuery(SkEvent* evt) override {
25 if (SampleCode::TitleQ(*evt)) {
26 SampleCode::TitleR(evt, "StringArt");
29 return this->INHERITED::onQuery(evt);
H A DSampleStrokeRect.cpp18 virtual bool onQuery(SkEvent* evt) { argument
19 if (SampleCode::TitleQ(*evt)) {
20 SampleCode::TitleR(evt, "Stroke Rects");
23 return this->INHERITED::onQuery(evt);
H A DSampleTextAlpha.cpp35 bool onQuery(SkEvent* evt) override {
36 if (SampleCode::TitleQ(*evt)) {
37 SampleCode::TitleR(evt, "TextAlpha");
40 return this->INHERITED::onQuery(evt);
H A DSampleWritePixels.cpp37 virtual bool onQuery(SkEvent* evt) { argument
38 if (SampleCode::TitleQ(*evt)) {
39 SampleCode::TitleR(evt, "WritePixels");
42 return this->INHERITED::onQuery(evt);
/external/skqp/samplecode/
H A DSampleMegaStroke.cpp30 bool onQuery(SkEvent* evt) override {
31 if (SampleCode::TitleQ(*evt)) {
32 SampleCode::TitleR(evt, "MegaStroke");
37 if (SampleCode::CharQ(*evt, &uni)) {
40 if (evt->isType("SampleCode_Key_Event")) {
43 return this->INHERITED::onQuery(evt);
H A DSampleAnimBlur.cpp31 bool onQuery(SkEvent* evt) override {
32 if (SampleCode::TitleQ(*evt)) {
33 SampleCode::TitleR(evt, "AnimBlur");
36 return this->INHERITED::onQuery(evt);
H A DSampleIdentityScale.cpp38 bool onQuery(SkEvent* evt) override {
39 if (SampleCode::TitleQ(*evt)) {
40 SampleCode::TitleR(evt, "IdentityScale");
43 return this->INHERITED::onQuery(evt);
H A DSampleLCD.cpp19 virtual bool onQuery(SkEvent* evt) { argument
20 if (SampleCode::TitleQ(*evt)) {
21 SampleCode::TitleR(evt, "LCD Text");
24 return this->INHERITED::onQuery(evt);
H A DSampleLayerMask.cpp25 virtual bool onQuery(SkEvent* evt) { argument
26 if (SampleCode::TitleQ(*evt)) {
27 SampleCode::TitleR(evt, "LayerMask");
30 return this->INHERITED::onQuery(evt);
H A DSampleManyRects.cpp27 bool onQuery(SkEvent* evt) override {
28 if (SampleCode::TitleQ(*evt)) {
29 SampleCode::TitleR(evt, "ManyRects");
32 return this->INHERITED::onQuery(evt);
H A DSamplePoints.cpp30 virtual bool onQuery(SkEvent* evt) { argument
31 if (SampleCode::TitleQ(*evt)) {
32 SampleCode::TitleR(evt, "Points");
35 return this->INHERITED::onQuery(evt);
H A DSampleRepeatTile.cpp50 bool onQuery(SkEvent* evt) override {
51 if (SampleCode::TitleQ(*evt)) {
52 SampleCode::TitleR(evt, "RepeatTile");
55 return this->INHERITED::onQuery(evt);
H A DSampleSVGFile.cpp59 bool onQuery(SkEvent* evt) override {
60 if (SampleCode::TitleQ(*evt)) {
61 SampleCode::TitleR(evt, fLabel.c_str());
65 return this->INHERITED::onQuery(evt);
H A DSampleStringArt.cpp24 bool onQuery(SkEvent* evt) override {
25 if (SampleCode::TitleQ(*evt)) {
26 SampleCode::TitleR(evt, "StringArt");
29 return this->INHERITED::onQuery(evt);
H A DSampleStrokeRect.cpp18 virtual bool onQuery(SkEvent* evt) { argument
19 if (SampleCode::TitleQ(*evt)) {
20 SampleCode::TitleR(evt, "Stroke Rects");
23 return this->INHERITED::onQuery(evt);
/external/python/cpython2/Demo/tkinter/ttk/
H A Droundframe.py103 entry.bind("<FocusIn>", lambda evt: frame.state(["focus"]))
104 entry.bind("<FocusOut>", lambda evt: frame.state(["!focus"]))
108 text.bind("<FocusIn>", lambda evt: frame2.state(["focus"]))
109 text.bind("<FocusOut>", lambda evt: frame2.state(["!focus"]))

Completed in 165 milliseconds

1234567891011>>