Home
last modified time | relevance | path

Searched refs:getFocusView (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/views/
DSkWindow.cpp184 SkView* focus = this->getFocusView(); in handleChar()
203 SkView* focus = this->getFocusView(); in handleKey()
232 SkView* focus = this->getFocusView(); in handleKeyUp()
DSkView.cpp165 SkView* SkView::getFocusView() const in getFocusView() function in SkView
178 return this == this->getFocusView(); in hasFocus()
219 SkView* focus = this->getFocusView(); in moveFocus()
/external/skia/include/views/
DSkView.h108 SkView* getFocusView() const;