Home
last modified time | relevance | path

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

/external/skia/src/views/
DSkWindow.cpp176 SkView* focus = this->getFocusView(); in handleChar()
194 SkView* focus = this->getFocusView(); in handleKey()
221 SkView* focus = this->getFocusView(); in handleKeyUp()
DSkView.cpp192 SkView* SkView::getFocusView() const in getFocusView() function in SkView
205 return this == this->getFocusView(); in hasFocus()
246 SkView* focus = this->getFocusView(); in moveFocus()
/external/skia/include/views/
DSkView.h126 SkView* getFocusView() const;